For what it's worth, if you're just trying to test your client you can use
ActiveMQ Artemis [1] which also supports STOMP protocol logging [2] and the
docs are up-to-date regarding the configuration.
Justin
[1] https://activemq.apache.org/components/artemis/
[2]
https://activemq.apache.org/compo
You are welcome =)
failover - client side to support auto-reconnect to one or more brokers due to
connection drop
masterslave - broker side to support exactly your architecture. Moving messages
to one of a group of brokers where there is one active and one or more failover
brokers
Matt Pavlov