AMQ 7 hawtio dispatch router configuration with qpid

Latest response

To get a connection between the hawtio console 'Dispatch Router' and a qpid router you need to a listener statement into
/etc/qpid-dispatch/qdrouterd.conf

hawtio console access

listener {
name: consoleListener
host: 0.0.0.0
port: 5673
http: true
authenticatePeer: no
saslMechanisms: ANONYMOUS
}

this will proxy between qpid and hawtio.

thanks to Bruno Meseguer and Hugo Guerrero on the sme-integration list who helped me to get the configuration right.

Responses

This configuration is documented at https://access.redhat.com/documentation/en-us/red_hat_jboss_amq/7.0/html/using_amq_console/console-configuration#setting_the_websocket_proxy_for_amq_interconnect

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.