9.5.3 AMQP Agent Configuration

You open the AMQP agent configuration view from the Workflow Editor either by double-clicking on the agent, or by right-clicking on it and then selecting Configuration.

The AMQP agent configuration


SettingDescription

RPC Answer Timeout (ms)

Enter the interval in milliseconds you want the agent to wait for an answer before timing out in this field.

Auto Acknowledge

Select this check box if you want the AMQP agent to automatically send back acknowledgments of receiving messages to the broker.

Make Initial Subscription

Select this check box if you want the AMQP agent to make the initial subscription.

Queue

Enter the name of of the queue you want to subscribe to and receive messages from in this field.

TagEnter the identifier to be used for the channel. Several clients can use the same tag for the same channel. If this field is empty, the server will generate a unique tag.
Authenticate Through WorkflowSelect this check box to provide the authentication credentials for broker connections via LoginInfo UDRs instead of the agent configuration. When you select this check box the Username and Password fields will be disabled.
UsernameEnter the username to be used for broker connections.
PasswordEnter the password associated with the username.
Virtual HostEnter the name of the virtual host in this field.
Broker AddressesAdd the brokers you want the AMQP agent to connect to in this section stating host and port for each broker. You may enter one or several brokers.
Use TLSSelect this check box if you want the AMQP agent to use TLS. The fields beneath will then be activated.
KeystoreEnter the keystore to be used in this field.
PasswordEnter the password for the keystore in this field.