I added "amqp.saslLayer=false" to the connection url and it worked.

But now I am facing a new error. On the Broker side, I have this exception
logged:

Attempt to connect using AMQP 1.0 without using SASL authentication on a
port which does not support ANONYMOUS or EXTERNAL by /ip_address:5201

On the client-side:
Caused by: java.io.IOException: Cannot send to a non-connected transport.
        at
org.apache.qpid.jms.transports.netty.NettyTcpTransport.checkConnected(NettyTcpTransport.java:296)
        at
org.apache.qpid.jms.transports.netty.NettyTcpTransport.allocateSendBuffer(NettyTcpTransport.java:188)
        at
org.apache.qpid.jms.provider.amqp.AmqpProvider.pumpToProtonTransport(AmqpProvider.java:850)
        at
org.apache.qpid.jms.provider.amqp.AmqpProvider.pumpToProtonTransport(AmqpProvider.java:841)

Regards,
Adel



--
View this message in context: 
http://qpid.2158936.n2.nabble.com/Qpid-Java-Broker-6-0-0-Using-SSL-with-JMS-clients-for-AMQP-tp7644953p7644961.html
Sent from the Apache Qpid users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to