We have an application deployed in Azure VM which has
integration through Azure Service Bus queue. We are using JMS Client library.
JMS library is configured to work in listener mode. Everything works fine as
long as there is traffic in the queue. Once there is inactivity in the queue for
more than 15 minutes or so, we get an exception in the JMS queue. Any connection
thereafter from the application results in error as given
below:
integration through Azure Service Bus queue. We are using JMS Client library.
JMS library is configured to work in listener mode. Everything works fine as
long as there is traffic in the queue. Once there is inactivity in the queue for
more than 15 minutes or so, we get an exception in the JMS queue. Any connection
thereafter from the application results in error as given
below:
JMSExceptionorg.apache.qpid.amqp_1_0.jms.MessageConsumerException:
Force detach the link because the session is remotely
ended.
Force detach the link because the session is remotely
ended.
The connection is never created again unless the
application is restarted. As per the link http://answers.flyppdevportal.com/categories/azure/servicebus.aspx?ID=d31d1008-6afe-4519-a054-cf69adcbdf3eit looks like
this is a known issue. Is there a workaround to get connected to Azure Service
Bus through JMS client in listener mode ?
application is restarted. As per the link http://answers.flyppdevportal.com/categories/azure/servicebus.aspx?ID=d31d1008-6afe-4519-a054-cf69adcbdf3eit looks like
this is a known issue. Is there a workaround to get connected to Azure Service
Bus through JMS client in listener mode ?
Thanks! VIJAY.