rakesh-rsky commented on PR #11213:
URL: https://github.com/apache/nifi/pull/11213#issuecomment-4394939650

   @turcsanyip Thank you for validating this.
   
   **Root cause:** When the exchange does not exist, the broker closes the 
channel with ``404 NOT_FOUND``, causing ``waitForConfirms()`` to throw  
``ShutdownSignalException`` — which was not caught, resulting in an unhandled 
processor failure instead of routing to ``REL_FAILURE``.
   
   This has been fixed in the latest commits — ``ShutdownSignalException`` is 
now caught and converted to ``AMQPException``, along with regression tests 
covering this and related broker failure scenarios.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to