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-07T14:46:05.000Z",
"createdAt": "2025-12-07T12:11:25.054Z",
"id": "deqnbAjKqlCU5qQy",
"name": "Practica 6: Consumidor de Tareas",
"description": null,
"active": false,
"isArchived": false,
"nodes": [
{
"parameters": {
"queue": "task_created",
"options": {}
},
"type": "n8n-nodes-base.rabbitmqTrigger",
"typeVersion": 1,
"position": [
0,
0
],
"id": "7390e866-8045-4add-8dcd-11aebc72fa86",
"name": "RabbitMQ Trigger",
"credentials": {
"rabbitmq": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "4c032955-50be-4dc3-8059-a04bcd1fe9d9",
"name": "procesado_por",
"value": "n8n_consumidor",
"type": "string"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
224,
0
],
"id": "72df1ec7-de19-4183-a734-58a1a21d549d",
"name": "Edit Fields"
}
],
"connections": {
"RabbitMQ Trigger": {
"main": [
[
{
"node": "Edit Fields",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": true
},
"versionId": "520cd00b-1ddf-47a1-bd8a-7b7fa2654bf0",
"activeVersionId": null,
"versionCounter": 27,
"triggerCount": 1,
"tags": [],
"shared": [
{
"updatedAt": "2025-12-07T12:11:25.061Z",
"createdAt": "2025-12-07T12:11:25.061Z",
"role": "workflow:owner",
"workflowId": "deqnbAjKqlCU5qQy",
"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: Consumidor de Tareas. Uses rabbitmqTrigger. Event-driven trigger; 2 nodes.
Source: https://github.com/aek676/itsi-2026/blob/main/workflows/deqnbAjKqlCU5qQy.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: Ejercicio 2. 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.