Hi all,

I have a message broker called wso2 message broker. it has a publisher from
JMS and subscriber also work with JMS.
what it needs like connection url like
amqp://admin:admin@carbon/carbon?brokerlist='tcp://localhost:5672'. it
includes  username, password, clientid, virtualhost and defaulthost and the
topicname.

I need a c++ client to subscribe to a topic in that message broker.
currently I am trying with qpid c++ messaging apis and I couldn't
successfully subscribe to the topic using qpid c++ client. 

*What I want to know is how to set the similar  configurations like JMS from
qpid c++ subcriber ??
*
currently I tried like this

*./drain --broker admin/admin@localhost:5672 --connection-options
"{protocol: 'amqp1', username: 'admin', password:'admin',
virtualhost:'carbon'}" topicname*

But it didn't work. I think problem with connection url ? can anyone give a
solution for this. Thanks in advance. 




--
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