Browsing WebSphere MQ Queues sample

The Browsing WebSphere MQ Queues sample demonstrates how a message flow can browse messages that are on a queue, and retrieve the data from these messages without removing them from the queue. The sample examines the contents of the messages using browse, to determine whether to get the message from queue. Getting the message removes the message from the queue, but browse leaves the message on the queue.

The Browsing WebSphere MQ Queues sample demonstrates how to:

  1. Use the MQInput node to browse messages.
  2. Use the MQGet node to get messages.

NOTE: In WebSphere Message Broker Version 8.0 and IBM Integration Bus, message model schema files contained in libraries are the preferred way to model messages for most data formats, including the new DFDL domain. Message sets continue to be supported, and are required if you use the MRM or IDOC domains. You can continue to import and deploy message sets for use in message flows. However, if you need to create one or more message sets, message definitions, or message categories when using this sample, you must first enable message set development in the IBM Integration Toolkit. For more information, see Enabling message set development in the IBM Integration Bus documentation.

Click the following links to find out more about the sample and how to get the pre-built sample running using the wizards:

Import and deploy: 5 minutes

Read about the sample

You can set up the sample in one of the following ways:

You can import or import and deploy a sample only when you use the information center that is integrated with the IBM Integration Toolkit.

Run the sample

Extend the sample

When you have finished with the sample, you can remove it in one of the following ways: