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 →
{
"updatedAt": "2025-12-07T16:02:15.000Z",
"createdAt": "2025-12-07T14:36:14.321Z",
"id": "4AhAiP92Nmw5fpGD",
"name": "Practica 6: Ejercicio 2",
"description": null,
"active": false,
"isArchived": false,
"nodes": [
{
"parameters": {
"queue": "task_completed",
"options": {}
},
"type": "n8n-nodes-base.rabbitmqTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"id": "a14429fc-9353-41bf-bbfb-0917b3bb3167",
"name": "RabbitMQ Trigger",
"credentials": {
"rabbitmq": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"options": {}
},
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
224,
0
],
"id": "90a4d33f-2ed4-4378-b283-8ad34b20e36f",
"name": "Edit Fields"
}
],
"connections": {
"RabbitMQ Trigger": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": true
},
"versionId": "7e2be6f9-b207-41a2-9d52-d6b1bf4e60f7",
"activeVersionId": null,
"versionCounter": 4,
"triggerCount": 1,
"tags": [],
"shared": [
{
"updatedAt": "2025-12-07T14:36:14.331Z",
"createdAt": "2025-12-07T14:36:14.331Z",
"role": "workflow:owner",
"workflowId": "4AhAiP92Nmw5fpGD",
"projectId": "jEpZT8mLa3eTbWzT",
"project": {
"updatedAt": "2025-11-07T16:30:44.943Z",
"createdAt": "2025-11-07T16:25:40.556Z",
"id": "jEpZT8mLa3eTbWzT",
"name": "Anass El Jabiry <aek676@inlumine.ual.es>",
"type": "personal",
"icon": null,
"description": null,
"creatorId": "685a70bc-7fcf-484c-be50-a33cd8a1716e"
}
}
]
}
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
Practica 6: Ejercicio 2. Uses rabbitmqTrigger. Event-driven trigger; 2 nodes.
Source: https://github.com/aek676/itsi-2026/blob/main/workflows/4AhAiP92Nmw5fpGD.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.
Receive Messages From A Queue Via Rabbitmq And Send An Sms. Uses rabbitmqTrigger, vonage, noOp. Event-driven trigger; 4 nodes.
Receive messages from a queue via RabbitMQ and send an SMS. Uses rabbitmqTrigger, vonage, noOp. Event-driven trigger; 4 nodes.
Practica 6: Consumidor de Tareas. Uses rabbitmqTrigger. Event-driven trigger; 2 nodes.
Protect Pdf With The Password Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 7 nodes.
Kb Tool Confluence Knowledge Base. Uses executeWorkflowTrigger, httpRequest, stickyNote. Event-driven trigger; 7 nodes.