This guide will walk you through the process of setting up and using ActiveMQ with Mage for streaming data pipelines.
connection_host
: Your ActiveMQ broker’s hostname or IP address.connection_port
: The port your ActiveMQ broker is listening on (default STOMP port is 61613).queue_name
: The name of the queue you want to consume messages from.username
and password
: Your ActiveMQ authentication credentials.