I am very NEW in JMS and I am having a hard time to read message from a remote MQ. I can send message to it easily, but I want to receive the message with a selector. Anyone has snips of code that could share? Thanks
Edit: I need to use Selectors and Listeners
Edit2:Specifically I am using IBM MQ. I am now sending messages through correlation ID, but I want to do it through message selectors. Is there a quick way to do it? Or I should write from scratch the JMS? Also I don't know where to modify the host name or port or queue name to connect to using JMS as standalone application.