Generic - Queue Connector (Out) - SonicmQ

Description - Generic to configure a Sonic MQ sending queue


Parameter Groups

 ParameterTypeDescription
*URL:stringBroker reached on this [protocol://]host:port (can be comma separated list used for failover). Protocols are TCP, HTTP
User ID:stringUser logon id at broker
Password:passwordUser's password at the broker machine
* - denotes required
 ParameterTypeDescription
*Name:stringThe name of the queue or topic to be read
Style:stringSelect queue for point-to-point or topic for publish-and-subscribe

Select from one of the following options:
  • Queue {queue}
  • Topic {topic}
Duration:stringMaximum time in seconds that a document can remain in the retry pending queue (dfault is one day)
Delivery Delay:integerMinimum length of time in milliseconds that must elapse after a message is sent before the JMS provider may deliver the message to a consumer. JMS 2 only.
Delivery Mode:stringNon-Persistent mode has low overhead but may lose messages. Persistent mode takes extra care to ensure the message is not lost in transit but makes no absolute guarantee.

Select from one of the following options:
  • Non-Persistent {false}
  • Persistent {true}
* - denotes required
 ParameterTypeDescription
Load Balance:booleanLoad balances among brokers
Duplicates Detect:booleanCommit checks for duplicates
Preserve Undelivered:booleanPreserve messages not retrieved into a dead letter queue
Notify Undelivered:booleanNotify broker administrator if undelivered are preserved
Sequential:booleanWhen multiple brokers listed, are they used sequentially or randomly
Fault Tolerant:booleanIs this client to be in fault tolerant mode (i.e. should there be an attempt to recover from a connection failure?)
Reconnect Fault Timeout:integerIn seconds, how long to wait before trying to connect again
Initial Connect Timeout:integerIn seconds, how long to wait after failing initially, before trying to connect again
* - denotes required