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,