Hi. I have developed a client which runs as a main class. This client connects to ActiveMQ. I need to be able to deploy several clients on one phyiscial machine, and all of these will run in their own jvm. When i do this today only one of my clients receive messages , whereas the other clients are only idle ,allthough i know there are messages waiting to be received. I implement a messagelistener which should receive messages from activemq.
Is there some way to have activemq handle multiple clients from one physical machine? I was thinking about adding different clientIDs and hopefully this would resolve my problem. Hope you are able to answer! Thanks Lars