Results 1 to 3 of 3

Thread: Browse messages in RabbitMQ

  1. #1
    Join Date
    Nov 2012
    Posts
    4

    Default Browse messages in RabbitMQ

    Hi,

    Is it possible to browse messages in RabbitMq using SpringAMQP api? We have a requirement in which I need to just look at the message without removing it from the queue and then decide if needs to be processed if so then find similar messages in the queue and then work on them otherwise leave it.

    thank you so much for help,
    -raj.

  2. #2
    Join Date
    Mar 2010
    Location
    Gtr Philadelphia, PA
    Posts
    2,020

    Default

    No, RabbitMQ doesn't support browsing. You could simulate it by requeuing retrieved message(s), but that will change the order of messages in the queue.
    Gary P. Russell
    Spring Integration Team
    SpringSource, a division of VMware

  3. #3
    Join Date
    Nov 2012
    Posts
    4

    Default

    ok. thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •