Hello,

I am currently working on connecting to the Apache Qpidd broker (bundled
with qpid-cpp-0.34) using a Proton Messenger client. I am trying to find how
the URI should be formatted to include both the broker address and the
desired resource. This is the URI scheme that I am currently trying to use:

guest:guest@testQueue?brokerlist='tcp://127.0.0.1:5672'

When I use this scheme, however, the server returns the following error:

[Protocol] error Error on attach: No target specified!

It looks like the server isn't identifying the resource (queue or exchange)
in my given URI. Is this the scheme I should be using, or is there another
URI format that I should use?

Thank you for your help,
Dylan



--
View this message in context: 
http://qpid.2158936.n2.nabble.com/URI-Syntax-for-the-Qpidd-Broker-tp7628652.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

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

Reply via email to