{ "id": "184", "name": "Send updates about the position of the ISS every minute to a topic in RabbitMQ", "nodes": [ { "name": "RabbitMQ", "type": "n8n-nodes-base.rabbitmq", "position": [ 1300, 540 ], "parameters": { "queue": "iss-position", "options": {} }, "credentials": { "rabbitmq": "RabbitMQ Credentials" }, "typeVersion": 1, "id": "node-09e4ff77" }, { "name": "Set", "type": "n8n-nodes-base.set", "position": [ 1110, 540 ], "parameters": { "values": { "number": [ { "name": "Latitude", "value": "={{$node[\"HTTP Request\"].json[\"0\"][\"latitude\"]}}" }, { "name": "Longitude", "value": "={{$node[\"HTTP Request\"].json[\"0\"][\"longitude\"]}}" }, { "name": "Timestamp", "value": "={{$node[\"HTTP Request\"].json[\"0\"][\"timestamp\"]}}" } ], "string": [ { "name": "Name", "value": "={{$node[\"HTTP Request\"].json[\"0\"][\"name\"]}}" } ] }, "options": {}, "keepOnlySet": true }, "typeVersion": 1, "id": "node-c0cfbb23" }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 910, 540 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "queryParametersUi": { "parameter": [ { "name": "timestamps", "value": "={{Date.now();}}" } ] } }, "typeVersion": 1, "id": "node-57b9e63b" }, { "name": "Cron", "type": "n8n-nodes-base.cron", "position": [ 710, 540 ], "parameters": { "triggerTimes": { "item": [ { "mode": "everyMinute" } ] } }, "typeVersion": 1, "id": "node-1968501c" }, { "id": "error-ef3a8bae", "name": "Error Handler", "type": "n8n-nodes-base.stopAndError", "typeVersion": 1, "position": [ 1000, 400 ], "parameters": { "message": "Workflow execution error", "options": {} } } ], "active": false, "settings": { "executionOrder": "v1", "saveManualExecutions": true, "callerPolicy": "workflowsFromSameOwner", "errorWorkflow": null, "timezone": "UTC", "executionTimeout": 3600, "maxExecutions": 1000, "retryOnFail": true, "retryCount": 3 }, "connections": {}, "meta": { "instanceId": "workflow-586183c1", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:45.740800", "updatedAt": "2025-09-29T07:07:45.740814", "owner": "n8n-user", "license": "MIT", "category": "automation", "status": "active", "priority": "high", "environment": "production" }, "tags": [ "automation", "n8n", "production-ready", "excellent", "optimized" ], "description": "Production-ready workflow: Send updates about the position of the ISS every minute to a topic in RabbitMQ. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }