I am attempting to create a message driven bean that will read messages off a topic on another machines standalone OpenMQ broker. Is there a way to do this? I don't want my Glassfish instance to use this remote broker as it's main broker. I just want this specific bean to access a different broker to receive messages. Is this possible?
Thanks,