tMicrosoftMQInput Standard properties
These properties are used to configure tMicrosoftMQInput running in the Standard Job framework.
The Standard tMicrosoftMQInput 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 |
Always Built-in. Its schema has only one read-only column of string type: message. |
|
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 IP address of the host server. |
Queue |
Enter the queue name you want to retrieve messages from. |
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. |
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 gather the Job processing metadata at a Job level as well as at each 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 is generally used as a start component of a Job or subJob. It must be linked to an output component. |
Connections |
Outgoing links (from this component to another): Row: Main, Iterate Trigger: Run if; On Subjob Ok, On Subjob Error, On Component Ok; On Component Error.
Incoming links (from one component to this one): Row: 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 |
This component supports only String type. Also, it only works with the Windows systems. This component requires installation of its related jar files. |