We are facing intermittent AMQP connection failures using azure-servicebus-spring-boot-starter 2.1.6 in production. The error logs show:
Error{condition=amqp:connection:framing-error, description='org.apache.qpid.proton.engine.TransportException: connection aborted'}
We changed the dependencies from 2.1.6 as suggested and also we added the photon dependency as well
com.microsoft.azure
azure-servicebus-spring-boot-starter
2.2.5
org.apache.qpid
proton-j
0.34.1
but even after changing as above ,we get the same error and we are unable to establish connection to service bus
please suggest a fix for this which as it is happening in our production environment