[rabbitmq-discuss] Federation and Stomp
Emile Joubert
emile at rabbitmq.com
Tue Jan 14 12:41:51 GMT 2014
Hi Joshua,
On 14/01/14 05:08, joshua__lim wrote:
> I read somewhere that says to create durable subscription for exchange, I'd
> need to set the client-id header on the CONNECT and the id header to a
> unique string and set persistent: true. This doesn't appear to work
The "Durable Topic Subscription" section explains how to set up durable
topic subscriptions. This only works for topic subscriptions.
http://www.rabbitmq.com/stomp.html#d.dts
> SUBSCRIBE
> destination:/exchange/topic-x/high.*
The destination must start with "/topic"
-Emile
More information about the rabbitmq-discuss
mailing list