ServiceBusReceiverAsyncClient Keep forever opened without errors #41828
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Bus
Query/Question
Our prod env experiences annyoing errors like bellow, reading the specification, I see they are supposing the app must close the receiver, which doesnt make sense since a Spring boot application doesnt have an end, it always should be listening to new messages.
reactor.core.Exceptions$ErrorCallbackNotImplemented: com.azure.core.amqp.exception.AmqpException: onSessionRemoteClose connectionId[xxxxx], entityName[xxxx] condition[Error{condition=amqp:connection:forced, description='The connection was closed by container 'xxxx' because it did not have any active links in the past 300000 milliseconds. TrackingId:xxxx, SystemTracker:gateway10, Timestamp:2024-09-12T10:02:53', info=null}], errorContext[NAMESPACE: sb-shop-dev-in-01.servicebus.windows.net. ERROR CONTEXT: N/A, PATH: QUEUE_NAME]
Why is this not a Bug or a feature Request?
A clear explanation of why is this not a bug or a feature request?
The official docs won't provide real world examples on how to use the service bus client for applications like that.
Setup (please complete the following information if applicable):
Information Checklist
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
The text was updated successfully, but these errors were encountered: