1] WebSphere MQ Queue Manager :
When connecting to MQ, use "dpmq://" (which uses a configurable MQ Queue Manager
Object) instead of direct MQ connection "mq://", using direct MQ connection will
create a queue manager object at runtime and will open a new connection with MQ for
each call, instead if you used the MQ Queue Manager Object you will have connection pooling and many other good options.
You can create the MQ Manager Object by doing the following:
- Open Objects > Network Settings > MQ Queue Manager
- Click Add, complete the form and Apply
- You can then use the name of this object in "dpmq://" urls
-
No comments:
Post a Comment