I have several instances of an application which are pulling messages off an MQ queue. There could be messages for several users and each user can have many messages. The order of messages for a parti ...
I need to work with two queues. I have a standalone application which needs to pull messages off a queue say Q1, do some processing and put messages in a queue say Q2. All this has to happen in a sing ...