Unfortunately I haven't managed to get the same result with this API yet. How do I bind/unbind several topics to the same private queue?
With the non JMS API it's just a matter of calling exchangeBind() or exchangeUnbind() on the session:
session.exchangeBind("myqueue", "amq.topic", "topic1", null);
With the JMS API it seems significantly more convoluted. I've been able
to get only one topic per queue so far.
Thank you, Emmanuel Bourg
smime.p7s
Description: S/MIME Cryptographic Signature
