cWMQ Standard properties - Cloud - 8.0

WMQ (Mediation)

Version
Cloud
8.0
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Messaging components (Mediation) > WMQ components (Mediation)
Data Quality and Preparation > Third-party systems > Messaging components (Mediation) > WMQ components (Mediation)
Design and Development > Third-party systems > Messaging components (Mediation) > WMQ components (Mediation)
Last publication date
2024-03-06

These properties are used to configure cWMQ running in the Standard Job framework.

The Standard cWMQ component belongs to the Connectivity family.

Basic settings

URI/Type

Select the messaging type, either queue or topic.

URI/Destination

Type in a name for the message queue or topic in the message broker.

ConnectionFactory

Select a WMQ connection factory to be used for handling messages from the drop-down list.

Advanced settings

MQ Properties

Set the optional parameters in the corresponding table. Click [+] as many times as required to add parameters to the table. Then click the corresponding value field and enter a value. See the site http://camel.apache.org/jms.html for available options.

Usage

Usage rule

cWMQ can be a start, middle or end component in a Route. It has to be used with the cMQConnectionFactory component, which creates a connection to a MQ server. For more information about cMQConnectionFactory, see cMQConnectionFactory.

Limitation

Due to license incompatibility, one or more JARs required to use this component are not provided. You can install the missing JARs for this particular component by clicking the Install button on the Component tab view. You can also find out and add all missing JARs easily on the Modules tab in the Integration perspective of Talend Studio. For details, see Installing external modules.

To run the Route using the cWMQ component in Talend Studio, you need to download the com.ibm.mq.jar, com.ibm.mq.commonservices.jar, com.ibm.mq.headers.jar, com.ibm.mq.jmqi.jar and connector.jar from the IBM web site and add them to the Dependencies list of the cMQConnectionFactory. For more information about cMQConnectionFactory, see cMQConnectionFactory.

To run the Route using the cWMQ component in Talend Runtime , before deploy the Route, you need to download com.ibm.mq.osgi.java_7.5.0.5.jar from the IBM web site and add it to the <TalendRuntimePath>/container/deploy folder. Alternatively, copy the com.ibm.mq.jar, com.ibm.mq.commonservices.jar, com.ibm.mq.headers.jar, com.ibm.mq.jmqi.jar and connector.jar to the <TalendRuntimePath>/container/lib/ext folder and change <TalendRuntimePath>/container/etc/custom.properties by adding the MQ packages to org.osgi.framework.system.packages.extra:

org.osgi.framework.system.packages.extra = \
    com.ibm.mq; \
    com.ibm.mq.constants; \
    com.ibm.mq.exits; \
    com.ibm.mq.headers; \
    com.ibm.mq.headers.pcf; \
    com.ibm.mq.jmqi; \
    com.ibm.mq.pcf; \
    ...