I have a JBoss server (Server A) that is publishing messages on a topic. I have a message driven bean on another server (Server B) that needs to retrieve the messages from Server A.
How do I go about it? I can easily get everything working if the publisher and subscriber are on the same server but I can't find any information about how to do it using a remote server.
Thanks.