Below is a basic Websphere Message Broker JMS flow using Websphere MQ JMS.
Setup of Websphere MQ for JMS flow:
Step 1: Create JMS Initial Context
Step 2: Create Connection Factory
Specify the WMB Queue Manager as the JMS Queue Manager
Easy way to JMS Queues it to create a Lcoal Queue and right clicking on it and selecting ‘Create JMS Queue’
Step 3: Specify a JMS Destination
Step 4: Deploy and Test the flow
JMS flow is great for integrating with Websphere Application Server where an application executes code and put the result on a JMS queue, the JMS picks the information up and processes by doing validation, transformation and mediation.
Important to note is that Websphere Message Broker only supports Websphere JMS and no other JMS provider.