Discussion:
Trigger Transmission Problem
(too old to reply)
j***@newtechnologies.com.ar
2005-06-09 20:08:09 UTC
Permalink
Hi,

I've a MQe client and a remote queue pointing to a queue which resides on a MQe Server.

When i start the client and the connection to the server is alive, the messages flows correctly to the server queue. Then, if a start the client with no connection to the server the new messages are stored in the remote queue on the client. so far it is good. The problem is that when the connection becomes alive again the new messages are still stored in the remote queue. I read that i can call the triggerTransission method of the MQeQueueManager class to begin the transmission to the server of the stored messages. I called this method but the messages are still stored in the remote queue without flowing to the server.

Anyone knows how to solve this problem?

Thanks.
vijay
2005-06-10 13:47:03 UTC
Permalink
Hi,

I am able to to do this.

Steps I did are as follows.I used MQe_Explorer

1)Created Server & client
2)Put a message to remote Queue in client -msg reached in server
3)Closed server
4)Put a message to remote Queue in client - msg was stuck at client
5)Started client - msg was still at client side
)Invoked TriggerTransmission by clicking the menu of
Explorer(Action->Trigger Local) in client side - msg reached in server

regrds,
Vijay
Post by j***@newtechnologies.com.ar
Hi,
I've a MQe client and a remote queue pointing to a queue which resides on a MQe Server.
When i start the client and the connection to the server is alive, the
messages flows correctly to the server queue. Then, if a start the client
with no connection to the server the new messages are stored in the remote
queue on the client. so far it is good. The problem is that when the
connection becomes alive again the new messages are still stored in the
remote queue. I read that i can call the triggerTransission method of the
MQeQueueManager class to begin the transmission to the server of the stored
messages. I called this method but the messages are still stored in the
remote queue without flowing to the server.
Post by j***@newtechnologies.com.ar
Anyone knows how to solve this problem?
Thanks.
Continue reading on narkive:
Loading...