On 09/12/2012 01:38 PM, ParkiratBagga wrote:
Hi,I have succeeded till client to broker ssl. I have 2 c++ brokers and my client is able to send messages to both the servers using ssl. This means both the servers are configured correctly. Now I am trying to add a queue route between the 2 servers, using the command: qpid-route queue add <destination>:<ssl-port> <source>:<ssl-port> exchange queue I am getting timeout while doing this. I am trying to make this route from the source side. Error at source broker side: qpid-route queue add <destination>:<ssl-port> <source>:<ssl-port> exchange queue Failed: Timeout - Waiting for connection to be established with broker
I think that is because qpid-route is itself not using SSL. Try connecting over plain TCP to the 'destination' broker, e.g.:
qpid-route queue add <destination>:<non-ssl-port> <source>:<ssl-port> exchange queue
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
