-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Mastering RabbitMQ
By :

The Simple Authentication and Security Layer (SASL) is a framework for providing authentication and data security services in connection-oriented protocols via replaceable mechanisms according to the official SASL protocol specification. SASL specifies the structured interface between protocols and mechanisms. As SASL is a framework on top of the other frameworks, we can use SASL into SMTP, LDAP, XMPP, and other communication protocols. SASL provides the abstraction layer for each of the communication protocols, as shown in the following image:
Figure 8.2: SASL framework
RabbitMQ has a plugin to support SASL authentication mechanisms. There are three mechanisms built into the server:
Plain: SASL PLAIN authentication provided. This is enabled by default in the RabbitMQ server and clients.
AMQPlain: This is nonstandard version of PLAIN that is defined in the AMQP 0-8 specifications.
Rabbit-CR-Demo: This is the nonstandard mechanism, which demonstrates challenge...
Change the font size
Change margin width
Change background colour