Posted: Wed May 30, 2007 3:30 am Post subject: Multiple connections between MQ client and MQ server
Novice
Joined: 09 May 2007 Posts: 15
We are using a typical MQI program to get messages from client folder, send
them to a message server queue on an other server.
The procedure is similar ages are sent to the following structure:
MQConn: Requests a connection to a queue manager.
MQOpen: Establishes access to objects.
MQPut: Places a message in an opened queue.
MQClose: Closes a queue object.
And finally Close CONNECTION.
And the MQ client and our MQI application works perfectly under normal
circumstances.
But if we have a network with hi latency and bandwidth problems, from the
client to the server, appears multiple connections that are not close.
As we understand we should only have one connection client/server.
From the MQ client workstation is it possible to limit the max number of
connections created.
Is it possible to do the same limitation, on the MQ/BM side? For example one
client can only create active connection to the server?
How can connections restrictions be applied?
how can do some number of connections optimizacion?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum