I am using the Java JMS client (0.28) to connect to a AMQP brokers (Java and
C++)

In my receiver I have the following destination string which creates a
headers queue and binds to the exchange without any problem.

myapp_queue;{create:receiver,delete:always,node:{type:queue,x-bindings:[{exchange:'amq.match',arguments:{x-match:all,name:'dave'}}]}}

However I think my senders should only need to know the exchange and the
headers details to send messages to my exchange. I cannot workout the syntax
to send to the headers exchange using my header. I have the following:

exchange:'amq.match',arguments:{x-match:all,name:'dave'}


...but I get a JMS connection exception can anyone help please?



--
View this message in context: 
http://qpid.2158936.n2.nabble.com/java-jms-client-0-28-destination-help-tp7632825.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to