java - Processing messages from IBM MQ one at a time in JMS -
There are two threads in my application - is the one who reads the message from the MQ queue and processing them unit and a second which processing unit receives information from and puts messages about the queue problem is that the last message output threads have retrieved the message before it expires and processing can send the unit and not from the application point of view Land. Since the messages can be found at any time in the queue to process, so messages are not desirable to read synchronously. I know that I can present another queue to keep the message till I get ready to process, but any MQ setup related solutions that I can use instead? It seems like a very simple setup to me. Thanks in advance for advice / assistance. This essentially is a synchronization problem I need to install a signaling system where the message listener processing unit MQ Receives the received message and waits at an event. After sending the message to the output thread, the event indic...