Send ISS Position Updates Every Minute to ActiveMQ - n8n Workflow | Neura Market | Neura Market
Send ISS Position Updates Every Minute to ActiveMQ
Triggers every minute to fetch the International Space Station's current position via API, extracts key data, and publishes to an ActiveMQ topic for real-time IoT monitoring.
This workflow automates the retrieval and distribution of the International Space Station (ISS) position data. It uses a Cron node to trigger every minute, followed by an HTTP Request to the WhereTheISS.at API, which provides the latest latitude, longitude, timestamp, and name. A Set node then extracts and formats this data into a clean JSON structure. Finally, the AMQP Sender node publishes the position update to the 'iss-postition' topic in ActiveMQ, enabling seamless integration with messagin