James Netherton created CAMEL-21672: ---------------------------------------
Summary: camel-azure-servicebus: processorClient option is not honoured Key: CAMEL-21672 URL: https://issues.apache.org/jira/browse/CAMEL-21672 Project: Camel Issue Type: Bug Components: camel-azure-servicebus Reporter: James Netherton Assignee: James Netherton If you try to configure an azure-servicebus endpoint and provide a custom client via the processorClient option, then you get a failure stating that no connectionString URI option was provided. Seems ServiceBusConsumer will always create its own client: https://github.com/apache/camel/blob/236adb6b0cc87d4627bb1d9f0e5d8a667919746e/components/camel-azure/camel-azure-servicebus/src/main/java/org/apache/camel/component/azure/servicebus/ServiceBusConsumer.java#L56-L62 -- This message was sent by Atlassian Jira (v8.20.10#820010)