Property | Description |
---|---|
Connection | Name of the target connection. |
Target Type | Target type. Select Single Object or Parameter. |
Object | Name of the target object that represents a JMS project. |
Operation | Target operation. You can use only the insert operation. |
Property | Description |
---|---|
JMS Destination | The name of the JMS queue or topic on the JMS provider to which you write JMS messages. |
Message Type | The type of JMS messages that you can write to the JMS destination. |
Delivery Mode | Determines how the messages are handled in the event of a JMS provider failure. Select Persistent to store the messages until it is delivered and select Non-Persistent to store messages temporarily in the memory. |
Time To Live | The time duration in milliseconds for which the messages are available for consumption. Default value is 0, indicating that the messages do not expire and remain available until consumed. |
Forward Rejected Rows | Determines whether the transformation passes rejected rows to the next transformation or drops rejected rows. By default, the agent forwards rejected rows to the next transformation. |