tMomOutput
Adds a message to a Message-Oriented Middleware system queue in order for it to be
fetched asynchronously.
tMomOutput makes it possible to set up asynchronous communications via a
MOM server.
For further information, see the section about messaging brokers supported by Talend messaging components in Talend Data Fabric Studio User Guide.
tMomOutput Standard properties
These properties are used to configure tMomOutput running in the
Standard Job framework.
The Standard
tMomOutput component belongs to the Internet
family.
The component in this framework is available in all Talend
products.
Basic settings
Use existing connection |
Select this check box and in the Component List click the relevant connection component to Note that when a Job contains the parent Job and the child Job, |
Failover |
Select this check box to use the ActiveMQ failover transport. This check box is available only when ActiveMQ is selected from the MQ |
Static Discovery |
Select this check box to use the ActiveMQ static transport This check box is available only when ActiveMQ is selected from the MQ server list and the Failover check box is cleared. |
URI parameters |
Enter the URI parameters. This field is available only when the Failover or Static |
MQ Server |
Select the type of the MQ server(s) to be connected from the |
Use SSL Transport |
Select this check box to use the ActiveMQ SSL transport. For This check box is available only when ActiveMQ is selected from the MQ server list. |
Host |
Enter the host name or IP address of the MQ server. |
Port |
Enter the listening port of the MQ server. |
Username and Password |
Enter the user authentication credentials. To enter the password, click the […] button next to the |
Channel |
Specify the name of the channel through which the connection is This field is available only when WebSphere MQ is selected from the MQ |
To |
Type in the message destination, respecting the syntax required This field is available only when ActiveMQ or JBoss |
Message Type |
Select the message type: either Topic or Queue. This list is available only when ActiveMQ or JBoss |
Message Body Type |
Select the message body type: Text |
Schema and Edit Schema |
A schema is a row description, it defines the number of fields In the context of tMomOutput usage, the schema is read-only but will change |
QueueManager |
Specify the name of the queue manager to which the connection This field is available only when WebSphere MQ is selected from the MQ |
MessageQueue |
Enter the name of the message queue into which message queueing This field is available only when WebSphere MQ is selected from the MQ |
Set Transacted |
Select this check box to transact the session. For further Note that selecting this check box will ignore the settings in |
Is using message id to set |
Select this check box to set messages according to their This check box is available only when Text Message or Bytes |
Advanced settings
Additional options |
Define the additional transport options in the table. This
For example, enter maxReconnectAttempts For more information about the failover transport options, see For more information about the static discovery transport |
Delivery Mode |
Select a delivery mode supported by JMS:
Not Persistent: This delivery mode does
Persistent: This delivery mode requires For further information about the delivery modes, see https://publib.boulder.ibm.com/iseries/v5r2/ic2924/books/csqzaw07.pdf. (Available when ActiveMQ |
Set Jms Header |
Select this check box to send the Jms headers through the (Available when ActiveMQ |
Set Jms Properties |
Select this check box to send the Jms properties mapped onto (Available when ActiveMQ |
Use format |
Select this check box to specify the WebSphere message format For further information about WebSphere message format, see (Available when WebSphere |
Set MQMD Fields |
Select this check box to enable the Parameters table in which you can specify the value of the MQMD This check box is available only when WebSphere MQ is selected from the MQ Server list. |
Parameters |
Specify the value of the MQMD fields.
This table is available only when the Set MQMD Fields check box is selected. For more information about the MQMD fields, see Fields for MQMD. |
Include Header |
Select this check box to specify the header of the message:
MQRFH2 fixed Portion: Select this check
MCD folder: Select this check box and
JMS folder: Select this check box and
USR folder: Select this check box and For further information about MQRFH2 header, see http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/index.jsp?topic=%2Fcom.ibm.etools.mft.doc%2Faq06920_.htm. Available when WebSphere |
Set Cipher Suite |
Select this check box to enable the Cipher Suite list from which you can For further information about Cipher Suite, see CipherSpecs and their equivalent CipherSuites Available when WebSphere MQ is selected in the |
Custom Cipher Suite |
Select this check box to allow you to custome Cipher Suite. IBM Cipher Mappings: Use the IBM Java Cipher Suite to Oracle Cipher Mappings: Use the Oracle Cipher Suite to |
tStatCatcher Statistics |
Select this check box to gather the Job processing metadata at |
Global Variables
Global Variables |
ERROR_MESSAGE: the error message generated by the
NB_LINE: the number of rows read by an input component or A Flow variable functions during the execution of a component while an After variable To fill up a field or expression with a variable, press Ctrl + For further information about variables, see |
Usage
Usage rule |
This component must be linked to an input or intermediary |
Dynamic settings |
Click the [+] button The Dynamic settings table is For examples on using dynamic parameters, see Reading data from databases through context-based dynamic connections and Reading data from different MySQL databases using dynamically loaded connection parameters. For more information on Dynamic |
Limitation |
Make sure the relevant Websphere MQ, JBoss Messaging or This component requires installation of its related jar files. |
Related scenario
For a related scenario, see tMomInput.