On 09/28/2015 06:34 PM, kbr wrote:
Hello,
Here is what I am trying to do:
Client -- AMQP 0_10 --> qpidd broker -- AMQP 1.0, SASL, SSL --> Azure
service bus
1. I started qpidd using:
sudo ./qpidd --config /etc/qpidd.conf --load-module
/home/user/workspace/AMQP/qpid-cpp-0.34/build/src/amqp.so --ssl-cert-db
/etc/certs/ --ssl-cert-name user --ssl-cert-password-file /etc/certs/pw_file
--log-enable trace+:Security --log-enable trace+:Protocol
2. I have added a queue on the qpidd broker.
qpid-config add queue testqueue
3. Added a domain using:
qpid-config add domain azure-broker --argument
url=amqps://queuepolicy:[email protected]:5671
4. Added a outgoing link:
qpid-config add outgoing link_a --argument domain=azure-broker --argument
src=testqueue --argument dest=msng.testqueue
The arguments here should be named 'source' and 'target'
I still see that qpidd is creating a 0_10 connection to the Azure service
bus. The Azure service bus immediately disconnects this.
The above cannot result in an 0-10 connection being established to
azure. If you are seeing that, it is because you have routes created
using the 0-10 based qpid-route tool in place.
From the log you have included it doesn't look like any 1.0 connection
is established either. You could add --log-enable info+ to get a little
more information (specifically messages starting 'Inter-broker connection').
How do I configure
it to make a 1.0 connection using SSL to the service bus?
Do you have the appropriate CA certificate in your certs database?
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]