Azure / azure-service-bus-java

☁️ Java client library for Azure Service Bus
https://azure.microsoft.com/services/service-bus
MIT License
60 stars 59 forks source link

Getting error - "Connection reset by peer" #386

Closed sajankhandelwal closed 5 years ago

sajankhandelwal commented 5 years ago

We have a listener app in Java which reads messages from a service bus topic and every once in a while we get this error, although the connection is re-established again later.

"logger":"com.microsoft.azure.servicebus.primitives.MessagingFactory", "msg":Connection error. 'Error{condition=proton:io, description='Connection reset by peer', info=null}'

Can someone please shed some light on this?

yvgopal commented 5 years ago

It is likely your network, or something between you client and azure service bus service that is killing the connection. I don't know what is doing it. You should find out. But client should automatically reconnect.

ianaz commented 4 years ago

@sajankhandelwal we have the same problem in Go; did you solve or found out what was causing the issue?

sharifruet commented 1 year ago

I am facing similar problem.. any solution / thought is appreciated com.microsoft.azure.servicebus.primitives.ServiceBusException: Error{condition=proton:io, description='Connection reset by peer', info=null}