Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.04 KB

File metadata and controls

17 lines (11 loc) · 1.04 KB

AMQP Endpoint

This configuration node is needed by all the other AMQP nodes in order to specify the container (endpoint) to connect (i.e. broker, AMQP server, AMQP router, ...).

The informatio to provide are :

  • Host : hostname or IP address of the container to connect;
  • Port : port of the above container;
  • Name : name used to identify the node inside the Node-RED flow;
  • Username : username for using SASL authentication
  • Password : password for using SASL authentication

AMQP endpoint node

As defined by the used Rhea library, the default SASL behaviour is as follows. If the username and password are both specified, PLAIN will be used. If only a username is specified, ANONYMOUS will be used. If neither is specified, no SASl layer will be used.

This configuration node defines the AMQP connection and related session that is used to connect to the remote container. All the other provided nodes can use the same endpoint node in order to have their links living in the same connection.