Websphere Message Broker JMS flow

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.

4 thoughts on “Websphere Message Broker JMS flow

  1. Hi,

    I tried to use JMS Output Node as Specified. The purpose of my flow is to transform a MQ into a JMS Message. I am getting following error when trying to put a message onto the JMS output node in the BRoker.

    ERROR:
    JMSClientOutputNode.java. Can you please tell me what i need to do?

  2. Hi

    I am getting a message like this in jms queue:

    6331640026857498

    but i after doing MQJMS Transform i am posting this message onto MQ

    123

    6331640026857498

    Can you please tell me why this happening and how to solve it?

    Thanks in Advance.

  3. Sorry will not be able to assist. Please open an IBM PRM or ask the question on forum post.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s