You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "dylanpiergies (via GitHub)" <gi...@apache.org> on 2023/03/22 10:24:58 UTC

[GitHub] [camel] dylanpiergies commented on a diff in pull request #9592: Explicitly complete/abandon Azure Service Bus messages

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-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org