Hi,

I just wanted to know if Apache Qpid implementation supports TLS or not.

I checked the connection code in
"org\apache\qpid\amqp_1_0\client\Connection.java"
where it is sending either AMQP protocol header ( "AMQP", 0, 1, 0, 0 ) or
SASL protocol header ( "AMQP", 3, 1, 0, 0), but I am not seeing any code
for sending TLS protocol header ( "AMQP", 2, 1, 0, 0).

Though in the same file I am seeing code where based on "ssl" flag, it is
creating secure sockets.

Rgds,
Kamal

Reply via email to