Generic - Queue Connector (In) - 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}
* - denotes required
 ParameterTypeDescription
Name:stringIdentifies the subscription on a topic
Durable:booleanA durable subscription is used by an application which needs to receive all the messages published on a topic, including the ones published when there is no active consumer associated with it.
Shared:booleanA shared subscription is used by a client which needs to be able to share the work of receiving messages from a topic subscription amongst multiple consumers. JMS2 only.
Client ID:stringUniquely identifies the subscription.
* - denotes required