I'm afraid i don't understand.
I've got 2 applications and i would like to use MQSeries to communicate in synchronous mode.
For the moment, it works like this:
The application A post a message in the Queue A
The queue A send the message in the channel
The application B receive the message via the queue B
I would like that the application A stops all traitement and waiting for a response (ACK) of application B before send another message.
Is it possible with MQ?
thanX,
---julian---