Message Queue Connections
- Last UpdatedAug 20, 2024
- 2 minute read
The Message Queue Connections allows you to configure the connection and queue details in the Enterprise Console. This can be used in Workflow Association and Event Provider.
Note: Ensure that the required repository is provisioned to Message Queue.
To configure Message Queue connection details
-
Log on to the Enterprise Console.
-
On the menu, click Tools and then click Message Queue Connections.
The Message Queue Connections window appears.
-
Click New and then click Item to create a new Message Queue connection item.
The Message Queue Connection window appears.
Field Name
Description
Title
Enter the title for the connection.
Description
Enter the description for the connection.
Connection Type
Select Send option to send the message to the message queue or Receive option to receive message from the message queue.
Durable
Select Yes or No based on the Durable feature of the message queue.
Binding Type
Select either WM Option or XML or JSON based on the type of message sent to or received by the message queue.
User Name
Enter the user name with which you want to configure connection.
Password
Enter the password.
Additional Settings
Enter any additional settings.
Queue Name
Enter the name of the message queue.
-
Click Save to save the configured settings.
Note:
- After creating a new connection or editing the existing connection, restart the Workflow Engine to utilize the connection.
- If you change the Queue name of the Message Queue Connection after being consumed in the Workflow, it may not work as expected.
- To execute Quickflow, ensure to enable rabbitmq_amqp1_0 plugin. To enable the plugin, run the below command in Message Queue Command Prompt (sbin dir) with Administrator mode:
rabbitmq-plugins enable rabbitmq_amqp1_0
- The Message Queue Connection is validated with RabbitMQ versions 3.7.2 and 3.7.12.