tMicrosoftMQOutput Standard properties
These properties are used to configure tMicrosoftMQOutput running in the Standard Job framework.
The Standard tMicrosoftMQOutput component belongs to the Internet family.
The component in this framework is available in all Talend products.
- If you are using a 64-bit platform, download the 64-bit version of MsmqJava.dll and put it in the Temp folder (for example, C:\Users\talend\AppData\Local\Temp\). You can download the file at https://github.com/ikerlan2015/MsmqJava .
- Make sure VC++ 2013 redistributables (64-bit) is installed.
- If you are using a queue that is of a private type, make sure the Microsoft Message Queue (MSMQ) feature is enabled. See Installing Message Queuing (MSMQ) for information about enabling MSMQ for queues that are of private types.
Basic settings
Property type |
Either Built-in or Repository. |
|
Built-in: No property data stored centrally. Enter properties manually |
|
Repository: Select the repository file where properties are stored. The fields that come after are pre-filled in using the fetched data. |
Host |
Type in the Host name or the IP address of the host server. |
Queue |
Type in the name of the queue which you want write a given message in. This queue can be created automatically on the fly if it does not exist then. |
Queue type |
Select a Microsoft message queue type from the drop-down list.
For more information about Microsoft message queue types, see http://msdn.microsoft.com/en-us/library/ms706878%28v=vs.85%29.aspx. |
Message column |
Select the column as message to be written to Microsoft message queue. The selected column must be of String type. |
Die on error |
This check box is cleared by default, meaning to skip the row on error and to complete the process for error-free rows. |
Advanced settings
tStatCatcher Statistics |
Select this check box to collect log data at the component level. |
Global Variables
Global Variables |
ERROR_MESSAGE: the error message generated by the component when an error occurs. This is an After variable and it returns a string. This variable functions only if the Die on error check box is cleared, if the component has this check box. A Flow variable functions during the execution of a component while an After variable functions after the execution of the component. To fill up a field or expression with a variable, press Ctrl+Space to access the variable list and choose the variable to use from it. For more information about variables, see Using contexts and variables. |
Usage
Usage rule |
This component must be linked to an input or intermediary component. |
Connections |
Outgoing links (from this component to another): Row: Main, Iterate Trigger: Run if, On Component Ok; On Component Error.
Incoming links (from one component to this one): Row: Main; Reject; Iterate; Trigger: Run if, On Subjob Ok, On Subjob Error; On Component Ok, On Component Error.
For further information regarding connections, see Using connections in a Job. |
Limitation |
The message to be output cannot be null. This component requires installation of its related jar files. This component supports only String type. Also, it only works with the Windows systems. |