Generic - Queue Connector (In) - ActiveMQ
Search form
Description - Generic to configure a Active MQ receive queue
Parameter Groups
Parameter | Type | Description | |
---|---|---|---|
* | URL: | string | URL for connection to the ActiveMQ broker; for example, tcp://host1:61616, ssl://host1:61617, or failover://(tcp://host1:123,tcp://host2:123). The URL can include options as a query string, as specified in the ActiveMQ documentation. For example, with the failover transport, you must specify a timeout, like failover://(url1,url2)?timeout=100. |
User ID: | string | User logon id at broker | |
Password: | password | User's password at the broker machine |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
* | Name: | string | The name of the queue or topic to be read |
Type: | string | Select queue for point-to-point or topic for publish-and-subscribe Select from one of the following options:
|
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
Name: | string | Identifies the subscription on a topic | |
Durable: | boolean | A 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: | boolean | A 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: | string | Uniquely identifies a subscription. |
* - denotes required
Parameter | Type | Description | |
---|---|---|---|
Configuration: | A provider for configuring TLS/SSL for securing SSL Context. If using AMQPS protocol and SSL Context Provider is left blank, the default provider will be used. Select from one of the following options:
|