Data Ingestion and Replication
- Data Ingestion and Replication
- All Products
Property
| Description
|
---|---|
Connection
| Name of the JMS source connection.
|
Connection Type
| JMS connection type. The connection type populates automatically based on the connection that you select.
|
Destination Type
| Type of destination that the source service sends the JMS message to. You can choose one of the following destination types:
Default is
Queue .
|
Shared Subscription
| Enables multiple consumers to access a single subscription. Applies to the topic destination type.
Default is false.
|
Durable Subscription
| Enables inactive subscribers to retain messages and deliver retained messages when the subscribers reconnect. Applies to the topic destination type.
Default is false.
|
Subscription Name
| Name of the subscription. Applies to the topic destination type, when the topic subscription is sharable, durable, or both. If no value is specified, the ingestion service generates a unique subscription name.
|
JMS Destination
| Name of the queue or topic that the JMS provider delivers the message to.
|
Property
| Description
|
---|---|
Client ID
| Optional. Unique identifier that identifies the JMS connection.
The
streaming ingestion task generates a unique client ID if a value isn't specified for an unshared durable subscription.
|