Hi, everybody,
We set up two MQSeries servers on NT, and two-way message channels(both sides have a sender and receiver channel) to implement two-way communication. Sending a request message from one server to the other and sending a reply back. Right now, the request message can be successfully sent and retrieved, but when the reaply message is sending back, we call MQPUT function and got successful return code, but the message is not showing up on the destination queue. And we checked the transmit queue and deadletter queue on sending side, and deadletter queue on receiving side, no messages either. The weird thing is, if we block the channel for sending the reply message, the message is still not in either the transmit queue or the dead letter queue. Where is the message? Could anybody help?
thanks a lot,
happybb
We set up two MQSeries servers on NT, and two-way message channels(both sides have a sender and receiver channel) to implement two-way communication. Sending a request message from one server to the other and sending a reply back. Right now, the request message can be successfully sent and retrieved, but when the reaply message is sending back, we call MQPUT function and got successful return code, but the message is not showing up on the destination queue. And we checked the transmit queue and deadletter queue on sending side, and deadletter queue on receiving side, no messages either. The weird thing is, if we block the channel for sending the reply message, the message is still not in either the transmit queue or the dead letter queue. Where is the message? Could anybody help?
thanks a lot,
happybb