davsclaus commented on code in PR #9592: URL: https://github.com/apache/camel/pull/9592#discussion_r1144622076
########## components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/client/ServiceBusClientFactory.java: ########## @@ -79,9 +79,10 @@ private static ServiceBusClientBuilder.ServiceBusReceiverClientBuilder createBas final ServiceBusClientBuilder busClientBuilder, final ServiceBusConfiguration configuration) { final ServiceBusClientBuilder.ServiceBusReceiverClientBuilder receiverClientBuilder = busClientBuilder.receiver(); - if (configuration.isDisableAutoComplete()) { - receiverClientBuilder.disableAutoComplete(); - } + // We handle auto-complete in the producer, since we have no way to propagate errors back to the reactive Review Comment: in the consumer ??? -- 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