Hello. I've found a new obstacle in my project using ServiceMix: I am trying to read the messages sent to an ActiveMQ Topic defined in ServiceMix from a remote machine. I've tried looking for the messages using the ActiveMQ WebBrowser and the JConsole, but it seems the topics don't receive any messages (although the topic does appear, empty). In my machine executing ServiceMix I am able to see the messages perfectly stored in the queue, so the problem comes when connecting remotely, not when persisting. I've tried connecting to the ServiceMix queue before, during, and after message persistence in case I was not receiving the messages because of subscribing too late to the topic, but whatever the scenario my queue in the remote machine is blank.
I've tried various configuration in the activemq.xml file of the remote machine, but without success. Maybe the problem is there, I am quite new to ActiveMQ, I have read a few guides already, but maybe my knowledge is insufficient yet. I've run out of ideas, so I'm willing to try out anything that you think could work. Looking forward for your answers. Best regards. Sebastian Gomez.