JMS Exception : Uncategorized exception occurred during JMS processing

Viewed 27

The JMS processing is succeeding for most of the requests and suddenly I noticed a failure for one of the requests. This is happening in production environment.

The background is JmsOperations.class - convertAndSend method posts the message to the Azure service bus - Topic.

The exception is:

Uncategorized exception occurred during JMS processing; nested exception is javax.jms.JMSException: The service was unable to process the request; please retry the operation. For more information on exception types and proper exception handling, please refer to http://go.microsoft.com/fwlink/?LinkId=761101 TrackingId:xxxx, SystemTracker:yyy, Timestamp:zzzz [condition = amqp:internal-error]

My initial assumption of the issue is due to some technical glitz in the service bus in Azure. But I'm not sure how to figure out the exact root cause.

Does any one have a better idea of this?

0 Answers
Related