Skip to content

10.3.0

Latest

Choose a tag to compare

@iancooper iancooper released this 23 Feb 19:04

What's Changed

With this release, we harmonize how to respond to handler failure across all our transport offerings.

Our default remains to ack any fall through or exception, but you can use attributes/exceptions to change this flow:

  • Defer - requeue with a delay
  • Reject - move to a dlq
  • Nack/DontAck - leave in queue

Support from Brighter for DLQ, delay and nack now provided across the board, using native if not available, Brighter if not.

Details

Full Changelog: 10.2.1...10.3.0