Re: camel-quarkus-eventhubs using producerAsyncClient

2023-06-06 Thread Brian
Hi, Thanks for the reply. I think I registered it correctly using this: *camelContext.getRegistry().bind("producerAsyncClient",eventHubProducerAsyncClient);* I'm not sure what I'm missing if I look at the link you shared. Before I was using a seperate bean to produce this factory using a @Applic

Re: camel-quarkus-eventhubs using producerAsyncClient

2023-06-05 Thread Zineb Bendhiba
Hello, How did you register the bean named `producerAsyncClient` ? FYI, this is one example of registering the beans in a Quarkus application : https://github.com/apache/camel-quarkus/blob/da04acd1cfd167219d54ea31aaea0c24585fc094/integration-tests/hl7/src/main/java/org/apache/camel/quarkus/comp

camel-quarkus-eventhubs using producerAsyncClient

2023-06-05 Thread Brian
Hi, Does anyone have experience using the producerAsyncClient in camel eventhubs? I've been trying to implement this producer instead of using connectionstring directly in the camel uri. My uri looks like this: "azure-eventhubs:mynamespace/myeventhub?producerAsyncClient=#producerAsyncClient" (I