Results 1 to 4 of 4

Thread: Support for Dead-letter Exchange?

  1. #1

    Default Support for Dead-letter Exchange?

    All,

    Does Spring AMQP support RabbitMQ's dead-letter exchange?

    Thanks.

    -Paul

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

    Default

    It will be in 1.0.1 (due soon).

    It is in the 1.0.1.BUILD-SNAPSHOT if you want to test.

    When the listener container has requeueRejected set to false (default is true); the attribute on <rabbit:listener-container /> is requeue-rejected; the failed messages will be sent to the DLE/DLQ (if so configured).

    You can do it on a message-by-message basis by throwing AmqpRejectAndDontRequeueException.
    Gary P. Russell
    Spring Integration Team
    SpringSource, a division of VMware

  3. #3

    Default

    That's very good news, Gary; thanks.

    We'll be testing dead-letter along with mandatory flag.

    -Paul

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

    Default

    Hi Paul,

    Please also take a look at this thread... http://forum.springsource.org/showth...Backoff-policy for more information.
    Gary P. Russell
    Spring Integration Team
    SpringSource, a division of VMware

Posting Permissions

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