{ "id": "102", "name": "Send updates about the position of the ISS every minute to a topic in ActiveMQ", "nodes": [ { "name": "Cron", "type": "n8n-nodes-base.cron", "position": [ 510, 300 ], "parameters": { "triggerTimes": { "item": [ { "mode": "everyMinute" } ] } }, "typeVersion": 1, "id": "node-6737d0af" }, { "name": "HTTP Request", "type": "n8n-nodes-base.httpRequest", "position": [ 710, 300 ], "parameters": { "url": "{{ $env.BASE_URL }}", "options": {}, "queryParametersUi": { "parameter": [ { "name": "timestamps", "value": "={{Date.now();}}" } ] } }, "typeVersion": 1, "id": "node-d69aaa7b" }, { "name": "Set", "type": "n8n-nodes-base.set", "position": [ 910, 300 ], "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-7fd2aa20" }, { "name": "AMQP Sender", "type": "n8n-nodes-base.amqp", "position": [ 1110, 300 ], "parameters": { "sink": "iss-postition", "options": {} }, "credentials": { "amqp": "ampq" }, "typeVersion": 1, "id": "node-fb19334f" }, { "id": "error-e6458834", "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-10f4940d", "versionId": "1.0.0", "createdAt": "2025-09-29T07:07:45.606191", "updatedAt": "2025-09-29T07:07:45.606206", "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 ActiveMQ. This workflow has been optimized for production use with comprehensive error handling, security, and documentation." }