You can run a workflow to add a queue to a specified broker.

Prerequisites

  • Verify that you are logged in to the vRealize Orchestrator Client as an administrator.
  • Verify that you have a connection to an AMQP broker from the Inventory view.

Procedure

  1. Navigate to Library > Workflows and enter the amqp tag in the workflow search box.
  2. Locate the Declare a queue workflow and click Run.
  3. On the AMQP Broker tab, select a broker to which you want to add the queue.
  4. On the Queue Properties tab, define the queue properties.
    1. In the Name text box, enter the name of the queue to display.
    2. Select whether the queue is durable.
      Option Description
      Yes The queue is removed after a broker restart.
      No The queue remains after a broker restart.
    3. Select whether an exclusive client is set for the specific queue.
      Option Description
      Yes Sets one client for this specific queue.
      No Sets more clients for this specific queue.
    4. Select whether to delete the queue with activated subscription automatically.
      Option Description
      Yes Automatically deletes the queue when no more clients are connected to it. The queue remains until at least one client subscribes to it.
      No Does not delete the queue.
  5. Click Run.