Basic config

connector_type: 'activemq'
connection_host: 'localhost'
connection_port: 61613
queue_name: 'default'
username: 'admin'
password: 'admin'

Ensure that the stomp port on ActiveMQ is open, which is 61613 by default.