[rabbitmq-discuss] RabbitMQ - Message parsing
Matthew Sackman
matthew at rabbitmq.com
Thu May 19 14:11:01 BST 2011
Hi,
On Thu, May 19, 2011 at 01:08:41PM +0000, Kotreshi Chikkabidari wrote:
> Do RabbitMQ has mechanism to parse the queue and pick selective message based on header/message content?
Nope.
> If message need to be de-queued for above, is there a mechanism to put message back in queue (basically not sending acknowledgment and release lock or sending a negative acknowledgement)?
Nope.
Queues in Rabbit are strict FIFO structures. There is no queue browsing,
peeking or any other such.
Matthew
More information about the rabbitmq-discuss
mailing list