Administrator
- Administrator
- All Products
Key
| Type
| Description
|
---|---|---|
destinationType
| String
| Type of destination that the source service sends JMS messages to.
|
clientId
| String
| Unique ID of the JMS connection.
|
sharedSubscription
| String
| Enables multiple consumers to access a single subscription. Applies to the TOPIC destination type.
|
durableSubscription
| String
| The JMS source service enables inactive subscribers to retain messages and then deliver them when the subscriber reconnects. Applies to the TOPIC destination type.
|
subscriptionName
| String
| Name of the subscription. Applies to the TOPIC destination type, when the topic subscription type is shared, durable, or both.
|
JMS Destination
| String
| Name of the queue or topic that the JMS provider delivers messages to.
|
{ "Success": { "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" } ] } }