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 →
{
"name": "RabbitMQ Workflow",
"nodes": [
{
"parameters": {
"queue": "denemequeue",
"options": {}
},
"type": "n8n-nodes-base.rabbitmqTrigger",
"typeVersion": 1,
"position": [
-20,
0
],
"id": "222a5df4-0472-4ed2-8439-426bfc5f0533",
"name": "RabbitMQ Trigger",
"credentials": {
"rabbitmq": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"operation": "write",
"fileName": "=/home/tempdata/{{ $workflow.id }}.txt",
"options": {
"append": true
}
},
"type": "n8n-nodes-base.readWriteFile",
"typeVersion": 1,
"position": [
640,
0
],
"id": "9dec6c9a-f3d3-46fd-ae4f-470734d5feab",
"name": "Read/Write Files from Disk"
},
{
"parameters": {
"queue": "denemequeue",
"sendInputData": false,
"message": "denememesaj3",
"options": {}
},
"type": "n8n-nodes-base.rabbitmq",
"typeVersion": 1.1,
"position": [
-20,
260
],
"id": "bfd53da0-0edf-4c46-b4e7-e13ffec8710c",
"name": "RabbitMQ",
"credentials": {
"rabbitmq": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"operation": "toBinary",
"sourceProperty": "=data",
"options": {}
},
"type": "n8n-nodes-base.convertToFile",
"typeVersion": 1.1,
"position": [
420,
0
],
"id": "4a18ec39-f582-49dc-a063-1c92e3f69818",
"name": "Convert to File"
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "74c7724d-8ea4-47c8-8751-d2a9cb2d7ffd",
"name": "data",
"value": "={{($('RabbitMQ Trigger').item.json.content+'\\n').base64Encode()}}",
"type": "string"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
200,
0
],
"id": "9e467afa-f7c5-4acc-8346-99f05ceed959",
"name": "Edit Fields"
}
],
"connections": {
"RabbitMQ Trigger": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
},
"Read/Write Files from Disk": {
"main": [
[]
]
},
"Convert to File": {
"main": [
[
{
"node": "Read/Write Files from Disk",
"type": "main",
"index": 0
}
]
]
},
"Edit Fields": {
"main": [
[
{
"node": "Convert to File",
"type": "main",
"index": 0
}
]
]
}
},
"active": true,
"settings": {
"executionOrder": "v1"
},
"versionId": "343b4454-8d2c-4649-b663-e728f4af8864",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "tYM6d2RPfR3BATA8",
"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 Workflow. Uses rabbitmqTrigger, readWriteFile, rabbitmq. Event-driven trigger; 5 nodes.
Source: https://github.com/AimTune/aimtune.github.io/blob/187067bdd03a69b70c16b0dd93c336ed17a269cb/examples/n8n-workflows/RabbitMQ_Workflow.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.
Skip the manual steps and publish your podcast episodes to Spotify in minutes — fully automated.
分支处理工作流. Event-driven trigger; 5 nodes.
Turn On A Light To A Specific Color On Any Update In Github Repository. Uses githubTrigger, homeAssistant, stickyNote. Event-driven trigger; 4 nodes.
This workflow turns a light red when an update is made to a GitHub repository. By default, updates include pull requests, issues, pushes just to name a few. GitHub credentials. Home Assistant credenti