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.
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?
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.
Sorry will not be able to assist. Please open an IBM PRM or ask the question on forum post.
Hi ,
How to set JMS output node properties dynamically using local environment in IIB.