AMQP Connection
The AMQP Connection shared resource contains all the necessary parameters that have to be configured when you use TIBCO ActiveMatrix BusinessWorks Plug-in for AMQP to connect to the AMQP server. The AMQP Connection shared resource is used by all the activities in the AMQP palette.
AMQP Connection Resource Configuration
The following table lists the fields in the AMQP Connection Resource Configuration panel:
Field | Module Property? | Description |
---|---|---|
BrokerType | No | Specifies which broker is used for the connection. Available brokers are listed as follows:
The default broker is Qpid-1-0. For information of the latest versions of the available brokers, see the readme.txt file. |
HostPort | Yes | Specifies the host name or IP address. |
VirtualHost | Yes | Specifies the namespace for entities, such as exchanges and queues. |
Username | Yes | Specifies the user name that you use to get access to the AMQP server. |
Password | Yes | Specifies the password that you use to get access to the AMQP server. |
Connection String | Yes |
Specifies the value used to connect to Azure Service Bus Broker instance. The syntax is Endpoint=sb://<Namespace>.servicebus.windows.net/ |
Shared Access Key Name |
Specifies the name of the shared access policy created for an entity. |
|
Shared Access Key |
Specifies the key for Shared Access Key Name. |
|
Entity Name |
Specifies the queue name created on Azure Service Bus namespace. |
|
ConnectionTimeout(msec) | Yes | Specifies how long in milliseconds the connection remains active if no action is performed. |
Session Count | Yes | Specifies the number of channels that are created on the server.
The default value is 1. The minimum value is 1 and maximum value is 20. Note: Session Count is available when
RabbitMQ-0-9 is selected from the
Broker Type list.
Session count works with Prefetch count property. For more information about this property, see Setting Prefetch Count for RabbitMQ Broker. |
Connection Recovery | No | If this check box is selected, the connection between the plug-in and the server is automatically made if the connection is interrupted.
Note: For RabbitMQ server, if you have given the details of a single
HostPort, you need not select the
Connection Recovery check box to achieve recovery of the connection.
In the sender activity, when the ActiveMQ server is set up in leader-follower mode, when the master server is down, for master-slave transition, ConnectionTimeout(msec) must be configured to a value more than 30 seconds. |
Retry Interval (msec) | Yes | Specifies the time period in milliseconds between successive attempts made to establish an interrupted connection again.
The default value is 3000. |
Retry Attempts | Yes | Specifies the times to attempt to establish a connection after the connection was interrupted.
The default value is 20. |
NetworkRecoveryInterval(msec) | Yes | Specifies the time period in milliseconds between successive attempts made to establish an interrupted connection again.
The default value is 5000. |
Test Connection | No | Click this button to validate the connection. |
SSL
SSL configuration is applicable for RabbitMQ-0-9, ActiveMQ-1-0, AMQ-1-0, and Qpid-1-0 brokers. The following table lists the fields in the SSL panel:
Field | Module Property? | Description |
---|---|---|
Confidentiality | No | If you want to choose an existing SSL Client shared resource or create one, select this check box. This shared resource contains specified SSL information for connection to an AMQP broker.
For more details, see TIBCO ActiveMatrix BusinessWorks documentation. |
SSL Client | No | Select an SSL Client shared resource to establish a connection between the plug-in and the specified AMQP broker. |