Re: Bind to multiple topic exchanges with same queue name.

2012-12-05 Thread Gordon Sim
On 12/04/2012 11:30 PM, abasakk wrote: Thanks Gordon Sim for your reply. I am using c++ qpid::messaging API 0.8. x-bindings is not available in qpid 0.8. Are you sure? It is certainly in the source code for that release... Could you suggest me alternative approach for 0.8 for this.

Re: Bind to multiple topic exchanges with same queue name.

2012-12-05 Thread Fraser Adams
I can confirm that x-bindings is very definitely available in qpid::messaging in qpid 0.8. We used headers exchange with 0.8 for ages before (finally) upgrading to 0.18. Do definitely go with a later version, no really do!!!, seriously :-) There are a whole raft of improvements and bug fixes

Re: Bind to multiple topic exchanges with same queue name.

2012-12-04 Thread abasakk
Thanks Gordon Sim for your reply. I am using c++ qpid::messaging API 0.8. x-bindings is not available in qpid 0.8. Could you suggest me alternative approach for 0.8 for this. Thanks, Amit -- View this message in context: http://qpid.2158936.n2.nabble.com/Bind-to-multiple-topic-exchanges

Re: Bind to multiple topic exchanges with same queue name.

2012-11-27 Thread Gordon Sim
On 11/26/2012 06:35 PM, abasakk wrote: I want to subscribe to multiple unrelated independent topics from same queue. So I cannot use the Topic1.Topic2.Topic3 composite key since my topics will actually be either Topic1 or Topic2 etc. and not a combination. Which client/API are you using? With