Skip to main content

Create Queues

Step 1 : From the Application menu, navigate to Queues > Click Create

Step 2 : Enter the necessary information:

  • Name (required) : The name of the queue.
  • Max length : The maximum amount of messages that can be held in a queue.
  • Message TTL : The amount of time that messages remain valid from the moment they are published. If it exceeds this time, the message will be lost.
  • Overflow : You can select from drop_head , reject_publish , or reject_publish_DLX modes.

Note: Queue names follow the convention: q.[QUEUE_NAME] Step 3 : Click OK to proceed with creating the queue.