Category

Archive for the 'Websphere MQ' Category

Three tools to monitor your Websphere MQ environment

The value propositions of monitoring a Websphere MQ environment (or the Queue Manager network) are mentioned below:
1. Provide business service visibility i.e. how many cross sell offers (messages) were processed?
2. Precise measurement of the Queue Manager throughput for capacity and performance planning and architecture fine tuning.
3. Helps in troubleshooting issues related to Queue Manager.
This posting [...]

The misunderstood Guaranteed Delivery EAI pattern

( Design and JEE and Weblogic and Websphere MQ )

Guaranteed delivery pattern is about delivering of messages by the sender when the target messaging system has failed.
This pattern is one of the most misunderstood patterns especially when the EAI application is hosted in Weblogic Server and when IBM Websphere MQ (WMQ) is used as the underlying messaging platform.
In Weblogic, the inbuilt JMS [...]

Gnip, Online Message Oriented Middleware (MOM)

Background
Message Queuing (MQ) middleware technology makes integration of services simple. For example MQ allows services to communicate in a flexible way by abstracting the connection details of the target service, data format and the underlying integration protocol. MQ allows the developers to build services focusing on the business logic rather than the integration [...]

How to establish a TCP connection to a queue manager ?

There are two ways to establish a TCP connection to a queue manager in Websphere MQ namely:
1. Use the native support provided by the OS (for example Solaris)
2. Use the service/feature provided by Websphere MQ
Native support provided by the OS (Solaris Unix)
The one provided by the OS Solaris is typically configured as [...]

JMS and Websphere MQ

How to connect to Websphere MQ (WMQ) Servers using WMQ Client over JMS ? if the MQ Object definitions on the WMQ Servers are same.
The diagram below shows the components involved when connecting to a WMQ Server using WMQ Client over JMS in PTP mode of communication.

WMQ provides a utility called JMSAdmin to configure and [...]