Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.19.0
-
None
-
Unknown
Description
We notice that service bus client connection hanged and stopped receiving msges , we are using apache camel service bus with underlying azure messaging servicebus 7.11
The Apache Camel plugin is not taking care of re-creating the ServiceBusReceiverAsyncClient when this terminal error happens.
Details can be found here
https://github.com/Azure/azure-sdk-for-java/issues/34386
and here
https://github.com/Azure/azure-sdk-for-java/issues/26465#issuecomment-1445643543
Basically camel wrapper of service bus client can't handle non retryable error and gets stuck
Attachments
Issue Links
- is related to
-
CAMEL-20693 camel-azure-servicebus: Service Bus Listener Not Stopping After Stopping Route in Latest Camel Version(4.4.0)
- Resolved
- relates to
-
CAMEL-19685 camel-aws - Connection pool for AWS clients for improved fault tolerance
- Open
-
CAMEL-20266 camel-azure-eventbus - Use high-level client (ServiceBusProcessorClient)
- Resolved
- links to