Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Dead Letter Channel above will clear the caused exception when (setException(null)), by moving the caused exception to a property on the Exchange, with the key Exchange.EXCEPTION_CAUGHT. Then the Exchange is moved to the "jms:queue:dead" destination and the client will not notice the failure. By default handled is true.

How to let the client notice the error?

...