I have created custom exchange name "topic", using this tried sender address
*/exchange/topic/* it didn't work.

tried with *"'/exchange/amq.topic/'"* it worked.

Sender sender = session.createSender("'/exchange/amq.topic/'"); //extra
quote required here
message.setSubject("usa.news"); // extra quote *not* required here
sender.send(message);

Thanks,
Mohan




--
Sent from: http://qpid.2158936.n2.nabble.com/Apache-Qpid-users-f2158936.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org
For additional commands, e-mail: users-h...@qpid.apache.org

Reply via email to