« Return to Thread: listen on multiple queues

Re: listen on multiple queues

by delphi329 :: Rate this Message:

Reply to Author | View in Thread

oh, thanks.  I didn't even know that you can subscribe to multiple destination.  I am using php and the lack of threading in php means I need to subscribe to multiple destinations.  

Where did you find that stomp allow multiple subscription?  The only info I can find on stomp is on codehause.  

thanks,

-john


In stomp, you can subscribe to as many destinations as you want for your connection, simply send another subscribe message.
Am I missing something?

-Andrew Kuklewicz

delphi329 wrote:
Hi:

How do I subscribe to multiple queues?  E.g. have two queues, /queue/a/b/c and /queue/a/b/d and I want to listen to both of them?  Can I use selector on destination header?  

thanks,

 « Return to Thread: listen on multiple queues