JMS Connector > Mappings for JMS > JMS targets in mappings
  

JMS targets in mappings

Add a Target transformation to write data to a target. When you add a Target transformation to a mapping, you define the target connection, target objects, and target properties related to the JMS connection type.
The following table describes the JMS target properties that you can configure in a Target transformation:
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.
The following table describes the advanced properties:
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.