The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"createdAt": "2021-03-09T14:05:33.799Z",
"updatedAt": "2021-03-09T14:15:46.076Z",
"id": "112",
"name": "Rabbitmq:queue:exchange",
"active": false,
"nodes": [
{
"parameters": {},
"name": "Start",
"type": "n8n-nodes-base.start",
"typeVersion": 1,
"position": [
250,
300
],
"id": "ee0f6961-37a7-486d-9d75-f73aa8708750"
},
{
"parameters": {
"queue": "=SimpleQueue",
"sendInputData": false,
"message": "=Message{{Date.now()}}",
"options": {
"autoDelete": true,
"durable": false
}
},
"name": "RabbitMQ",
"type": "n8n-nodes-base.rabbitmq",
"typeVersion": 1,
"position": [
500,
200
],
"credentials": {
"rabbitmq": {
"name": "<your credential>"
}
},
"id": "3b3b66f0-91ab-4a41-a2ab-fec7ce0e36e4"
},
{
"parameters": {
"mode": "exchange",
"exchange": "FanoutExchange",
"routingKey": "test",
"sendInputData": false,
"message": "=FanoutMessage{{Date.now()}}",
"options": {
"durable": false
}
},
"name": "RabbitMQ1",
"type": "n8n-nodes-base.rabbitmq",
"typeVersion": 1,
"position": [
500,
350
],
"credentials": {
"rabbitmq": {
"name": "<your credential>"
}
},
"id": "f4bb81a0-f6c2-4194-b8ec-0fe6f2350384"
},
{
"parameters": {
"mode": "exchange",
"exchange": "DirectExchange",
"exchangeType": "direct",
"routingKey": "test",
"sendInputData": false,
"message": "=DirectMessage{{Date.now()}}",
"options": {
"durable": false
}
},
"name": "RabbitMQ2",
"type": "n8n-nodes-base.rabbitmq",
"typeVersion": 1,
"position": [
650,
350
],
"credentials": {
"rabbitmq": {
"name": "<your credential>"
}
},
"id": "ecd77a9f-6523-445d-a7b1-e1585c652c55"
},
{
"parameters": {
"mode": "exchange",
"exchange": "TopicExchange",
"exchangeType": "topic",
"routingKey": "test",
"sendInputData": false,
"message": "=TopicMessage{{Date.now()}}",
"options": {
"durable": false
}
},
"name": "RabbitMQ3",
"type": "n8n-nodes-base.rabbitmq",
"typeVersion": 1,
"position": [
800,
350
],
"credentials": {
"rabbitmq": {
"name": "<your credential>"
}
},
"id": "bd8becb0-8c2b-4516-b375-ac005bfe9a18"
},
{
"parameters": {
"mode": "exchange",
"exchange": "HeadersExchange",
"exchangeType": "headers",
"routingKey": "test",
"sendInputData": false,
"message": "=HeadersMessage{{Date.now()}}",
"options": {
"durable": false
}
},
"name": "RabbitMQ4",
"type": "n8n-nodes-base.rabbitmq",
"typeVersion": 1,
"position": [
950,
350
],
"credentials": {
"rabbitmq": {
"name": "<your credential>"
}
},
"id": "abdcf5b6-21ef-40da-b58d-3a2f9ad3b676"
}
],
"connections": {
"Start": {
"main": [
[
{
"node": "RabbitMQ",
"type": "main",
"index": 0
},
{
"node": "RabbitMQ1",
"type": "main",
"index": 0
}
]
]
},
"RabbitMQ1": {
"main": [
[
{
"node": "RabbitMQ2",
"type": "main",
"index": 0
}
]
]
},
"RabbitMQ2": {
"main": [
[
{
"node": "RabbitMQ3",
"type": "main",
"index": 0
}
]
]
},
"RabbitMQ3": {
"main": [
[
{
"node": "RabbitMQ4",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {},
"staticData": null,
"meta": null,
"versionId": null,
"triggerCount": 0,
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
rabbitmq
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Rabbitmq:queue:exchange. Uses start, rabbitmq. Manual trigger; 6 nodes.
Source: https://github.com/n8n-io/test-workflows/blob/c1d376431a818f81f44e9ce645b8fb4878805419/workflows/112.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
TheHive[v4]:Alert:create update get getAll promote merge:Case:create update get getAll:Observable:create update get search getAll:Task:create update get search getAll:Log:create get getAll. Uses start
uProc:Audio:*:company:*;. Uses start, uproc. Manual trigger; 36 nodes.
Trello:Board:*List:*Card:*Label:*CardComment:*Attachment:*CheckList:*. Uses start, trello. Manual trigger; 35 nodes.
ClickUp:Task:create update member getAll get delete:List:create update customFields member getAll get delete. Uses start, clickUp. Manual trigger; 30 nodes.