Hi @ll, I'm David, newbie to ActiveMQ. I'm using v5.11.1 as an embedded broker.
What I want to do is to produce a message and deliver it using a topic. On the other side of the line, a client program establishes a connection to the broker, creates a TopicSubscriber and reacts via a MessageListener on incoming messages. So far, so good. Now, this all works as expected when server and client are running locally on the same system. As soon as I upload the broker to my server and start it, a connection seems to be established, but the MessageListener isn't executed anymore. Maybe it's a problem with the way I configure the broker? Here's how I do it: I'd be really glad for any advice on how to solve the problem or how to debug it. Kind regards, David -- View this message in context: http://activemq.2283324.n4.nabble.com/Receiving-messages-in-a-topic-works-local-but-not-remote-tp4699825.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.