Administrator
- Administrator
- All Products
Key
| Type
| Required
| Description
|
---|---|---|---|
destinationType
| String
| Yes
| Type of destination that the source service sends JMS messages to. Enter one of the following values:
|
clientId
| String
| Yes
| Unique ID of the JMS connection. You can enter a string of up to 255 characters.
|
sharedSubscription
| String
| Yes
| Enables multiple consumers to access a single subscription. Applies to the TOPIC destination type. Enter one of the following values:
|
durableSubscription
| String
| Yes
| When set to True, the JMS source service enables inactive subscribers to retain messages and then deliver them when the subscriber reconnects. Applies to the TOPIC destination type. Enter one of the following values:
|
subscriptionName
| String
| Yes
| Name of the subscription. Applies to the TOPIC destination type, when the topic subscription type is shared, durable, or both.
|
JMS Destination
| String
| Yes
| Name of the queue or topic that the JMS provider delivers messages to.
|
{ "name": "crud", "description": "JMS to FileToFile", "runtimeId": "01000025000000000003", "locationId": "5sJ0JDyJyWLlrosS5qJjsQ", "currentVersion": "2", "messageFormat": "binary", "nodes": [ { "name": "crud_source", "type": "source", "connectionId": "012MGS0B000000000003", "transformationType": "", "config": [ { "key": "destinationType", "value": "QUEUE" }, { "key": "clientId", "value": "" }, { "key": "JMS Destination", "value": "test" } ] }, { "name": "crud_target", "type": "target", "connectionId": "012MGS0B00000000000H", "transformationType": "", "config": [ { "key": "interimDirectory", "value": "/home/agent/test" }, { "key": "rolloverSize", "value": 1024 }, { "key": "rolloverEvents", "value": 100 }, { "key": "rolloverTime", "value": 300000 }, { "key": "File Name", "value": "test" } ] } ], "edges": [ { "from": "crud_source", "to": "crud_target" } ] }