QueuesMessage queues are named entities that store messages in memory or on the disk and deliver them in sequence
to connected consumer applications.The queues are hosted by the Virtual Hosts.
Any number of queues can be created on Virtual Host.The following types of Queues are currently supported:
Simple is a simple FIFO queuePriority where messages delivery order depends from the message prioritySorted where messages delivery order depends from the message sorting key valueLast Value Queue automatically discards older message when
a newer message arrives with the same key valueQueue configuration details are covered in .