pErrStruct |
[in/out] Pointer to a pre-allocated MQeExceptBlock structure |
phMsgObj |
[out] Pointer to handle for output |
bridgeName |
[in] The name of the bridge to which the client connection belongs |
mqQMgrProxyName |
[in] The name of the MQSeries queue manager to which the queue issues messages. |
clientConnectionName |
[in] The name of the bridge client connection object that is used to communicate with the MQSeries queue manager. |
maxIdleTimeout |
[in] The number of minutes the queue is allowed to hold a connection to the MQSeries system without using it. When the queue has been unused for this duration, the connection is returned to the connection pool. If 0, the connection is returned to the connection pool immediately it has been used. ie: After the put of every message. |