Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
0.1.0, 0.2.0, 0.3.0
-
None
Description
AMQP 1.0 allows establishing connections with or without an optional SASL security layer. The client currently always uses the SASL layer, but it might be useful in some cases to support disabling it (e.g because it is known there is no auth needed, or because client certificates are being used to authenitcate).
Raised based on comment from gtully on QPIDJMS-61:
it would also be nice to be able to disable SASL so that only the host name from a open frame is seen.