On 05/23/2013 04:24 PM, Bruno Matos wrote:
On Qui, 2013-05-23 at 15:45 +0100, Gordon Sim wrote:
On 05/23/2013 02:23 PM, Bruno Matos wrote:
Yes, I'm using 0.22 RC3 with the patch from revision 1485467.
I've created the domain like this

./qpid-ctrl create type=domain name=my-domain
properties="{'url':'B','sasl_mechanisms':'PLAIN','username':'someuser','password':'somepass'}"
 -b someuser/somepass@A

Created a queue on B with name 'queue2'.

Then I send a message to queue2@my-domain to broker A and it complains:

Exception received from broker: not-found: not-found: Queue not found:
queue2@my-domain

Is the sender created on a 1.0 connection? (This does not at present
work for 0-10).


No the sender is using 0-10. The only way to use 1.0 is using proton?

The 1.0 support in qpid::messaging relies on proton, yes. But presumably you have that already since the domain stuff is only available with 1.0 also.

You can still use the qpid::messaging API though. You just need to load the amqpc.so lib on the client and specify 'protocol:amqp1.0' in the connection-options.


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

Reply via email to