[rabbitmq-discuss] STOMP and persistent messages to a queue destination

Jerry Kuch jerryk at vmware.com
Thu Feb 2 16:44:39 GMT 2012


Hi, Michael:

You'll also want to publish to an exchange that is durable, 
and have the message arrive in a queue that is durable, so
that the persisted message survives the reboot.

Best regards,
Jerry

----- Original Message -----
From: "Michael Justin" <michael.justin at gmx.net>
To: rabbitmq-discuss at lists.rabbitmq.com
Sent: Thursday, February 2, 2012 6:54:41 AM
Subject: [rabbitmq-discuss] STOMP and persistent messages to a queue	destination

Hello,

with RabbitMQ 2.7.1 I tested persistent messages based on the STOMP 
description which says "Setting the persistent header to true has the 
effect of making the message persistent."

So the frame which sends a message to a queue has this header:

SEND
destination:/queue/TOOL.DEFAULT
persistent:true
content-type:text/plain

Do I also have to do something with the queue to make it persistent? 
This is not clear from the documentation - and I found that the messages 
so not survive a broker restart

Many thanks in advance
-- 
Michael Justin
habarisoft - Enterprise Messaging Software for Delphi
http://www.habarisoft.com/

_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss at lists.rabbitmq.com
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss


More information about the rabbitmq-discuss mailing list