Learn Datapower XI50

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:
  1. Open Objects > Network Settings > MQ Queue Manager
  2. Click Add, complete the form and Apply
  3. You can then use the name of this object in "dpmq://" urls
  4.  MQ Queue Manager

No comments: