Re: Stomp configuration questions

2024-02-28 Thread Justin Bertram
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

Re: Issue with network of brokers and active/passive pair

2024-02-28 Thread Matt Pavlovich
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