AMQP Pub


The AMQP Pub node publishes messages to queues based on the topic and routing key.

Node Type


External.

Input and Output Ability


This node has 1 entry point and 1 exit point. Both the input and the output can be any format. The input msg is the message to be published.

Node Properties


../../_images/amqp_pub.png


Name

The name for this node.


Host

The host address or domain name.


Port

The port number. Default: 5672.


Topic

The topic to determine which queue to receive the message. You can specify only 1 topic.


User Name

The user name used for authentication.


Password

The password for the User Name for authentication.


Routing Key

The routing key to determine which queue to receive the message.


Description

The description for this node.

Limitations


  • Maximum number of topics and routing keys: 1
  • As AMQP is not managed by EnOS, connection problems could occur due to server downtime or other instances that are not within our control.

Samples

Input Sample


Example of a JSON object as input:

{
   "externalId":"externalId",
   "timestamp":24214324324,
   "measurepoints":{
     "speed":32,
     "heat":40
   }
 }

Output Sample


The AMQP Pub node does not modify the input msg.