MQJMSTransform node

This topic contains the following sections:

Purpose

Use the MQJMSTransform node to receive messages that have a WebSphere MQ JMS provider message tree format, and transform them into a format that is compatible with messages that are to be sent to JMS destinations.

Use the MQJMSTransform node to send messages to legacy message flows and to interoperate with WebSphere MQ JMS and WebSphere Event Broker publish/subscribe.

The MQJMSTransform node is represented in the workbench by the following icon:

MQJMSTransform node icon

Using the MQJMSTransform node in a message flow

The JMS Nodes sample contains a message flow in which the MQJMSTransform node is used. Refer to this sample for an example of how to use the MQJMSTransform node.
Start of change

Configuring the MQJMSTransform node

When you have put an instance of the MQJMSTransform node into a message flow, you can configure it. To display its properties, either double-click the node, or right-click the node and click Properties.

Optional: On the Description tab, enter a short description, a long description, or both. You can also change the name of the node on this tab.

End of change

Terminals and properties

The terminals of the MQJMSTransform node are described in the following table:
Terminal Description
Failure The output terminal to which the message is routed if an error occurs. Even if the Validation property is set, messages propagated to this terminal are not validated.
Out The output terminal to which the message is routed if it is successfully retrieved from the WebSphere MQ queue.
In The input terminal that accepts a message for processing by the node.

The following table describes the node properties. The column headed M indicates whether the property is mandatory (marked with an asterisk if you must enter a value when no default is defined); the column headed C indicates whether the property is configurable (you can change the value when you add the message flow to the bar file to deploy it).

The MQJMSTransform node Description properties are described in the following table:

Property M C Default Description
Node name No No The node type The name of the node.
Short Description No No   A brief description of the node.
Long Description No No   Text that describes the purpose of the node in the message flow.
Related concepts
Message flows overview