Data Engineering Streaming
- Data Engineering Streaming 10.4.0
- All Products
Property
| Description
|
---|---|
Operation Type
| Specifies the type of data object operation.
This is a read-only property.
|
JMS Destination
| Name of the queue or topic to which the JMS provider publishes messages. The data object subscribes to JMS messages from this queue or topic.
|
Client ID
| Client identifier to identify the connection and set up a durable connections.
|
Durable Subscription Name
| Name of the durable subscription that can receive messages sent while the subscribers are not active. Durable subscriptions provide the flexibility and reliability of queues, but still allow clients to send messages to many recipients.
|
JMS Message Selector
| Criteria for filtering message header or message properties, to limit which JMS messages the data object receives.
|
Guaranteed Processing
| Ensures that the mapping processes messages that the sources publish and delivers them to the targets at least once. In the event of a failure, there could be potential duplicates but the messages are processed successfully. If the external source or the target is not available, the mapping execution stops to avoid any data loss.
By default, the Guaranteed Processing property is selected.
|