n8n-docs/docs/nodes/nodes-library/trigger-nodes/AMQPTrigger
2020-07-14 15:47:11 +02:00
..
README.md Add AMQP node and Trigger docs 2020-07-14 15:47:11 +02:00
workflow.png Add AMQP node and Trigger docs 2020-07-14 15:47:11 +02:00

permalink
/nodes/n8n-nodes-base.amqpTrigger

AMQP Trigger

AMQP is an open standard application layer protocol for message-oriented middleware. The defining features of AMQP are message orientation, queuing, routing, reliability and security. This node supports AMQP 1.0 compatible message brokers.

::: tip 🔑 Credentials You can find authentication information for this node here. :::

Example Usage

This workflow allows you to receive messages for an ActiveMQ queue via AMQP Trigger. You can also find the workflow on the website. This example usage workflow would use the following node.

The final workflow should look like the following image.

A workflow with the AMQP Trigger node

1. AMQP Trigger node

  1. First of all, you'll have to enter credentials for the AMQP Trigger node. You can find out how to do that here.
  2. Enter the name of the queue or topic in the Queue / Topic field.
  3. Click on Execute Node to run the workflow.