dylanpiergies commented on code in PR #9592: URL: https://github.com/apache/camel/pull/9592#discussion_r1144563481
########## components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/ServiceBusConsumer.java: ########## @@ -145,6 +145,9 @@ private void onEventListener(final ServiceBusReceivedMessage message) { // use default consumer callback AsyncCallback cb = defaultConsumerCallback(exchange, true); getAsyncProcessor().process(exchange, cb); + if (exchange.getException() != null) { Review Comment: Went with (2). I _think_ this implementation is correct. Please check. -- 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: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org