Hi,<br><br>I'm trying to explore STOMP to communicate with RabbitMQ. I'm sending a persistent message to RabbitMQ using a SEND frame with persistent:true and delivery-mode:2 headers but in return I don't get any RECEIPT or MESSAGE frame replies.<br>How do you do reliable message publishing over STOMP? Publisher confirms suggests that a reply would be sent if persistent messages are delivered to queue and persisted on disk or when they are consumed. In both cases I'm not getting any replies, am I doing it wrong.<br><br>If not confirms, how may I use transactions?<br><br>Regards.<br>