1. Home
  2. Using Warewolf
  3. RabbitMQ Consume

RabbitMQ Consume

The RabbitMQ Consume tool will consume a message on a RabbitMQ queue.

The queue message will be read from the RabbitMQ queue to be processed in Warewolf. This enables further processing and/or use of the queued message.

Source

Select a previously created source from the dropdown or click New to create a new RabbitMQ Source. For more information check out Adding a RabbitMQ Source

Queue Name

Enter the name of the Queue to listen for in the RabbitMQ server.

Output to Object

Selecting this allows you to output the full response into an object (JSON representation).

Response

This will be the response to what you have Consumed from your Queue.

Prefetch

Provides the number of messages that can be consumed concurrently.

Timeout

The Queue might be empty when the Consumer makes the initial attempt to Consume the message.

Acknowledge

Acknowledge will send back result from the consumer to tell RabbitMQ that a particular message has been received, processed and that RabbitMQ is free to delete it.

Requeue

Checking this will leave the message you consumed in the Queue. Leaving it UnChecked will remove it from the Queue after it has been consumed.

Result

Returns Success or Failure depending on the success of the message published.

FacebookTwitterLinkedInGoogle+Email
Updated on July 17, 2020

Was this article helpful?

Related Articles

Enjoying Warewolf?

Write a review on G2 Crowd
Stars