question

Jaiganesh-0768 avatar image
0 Votes"
Jaiganesh-0768 asked PramodValavala-MSFT answered

Error during communication with Service Bus. Check the connection information, then retry. ---> System.ServiceModel.CommunicationObjectFaultedException

Hi Team,

Please find the below error which i got from both code and queue explorer for trying to process / delete the message

ERROR NServiceBus.Transport.AzureServiceBus.DefaultOutgoingBatchRouter Failed to dispatch a batch with the following message IDs: 428b15b2-7837-4de3-8b8c-d3d7933c29bf
Microsoft.ServiceBus.Messaging.MessagingCommunicationException: Error during communication with Service Bus. Check the connection information, then retry. ---> System.ServiceModel.CommunicationObjectFaultedException: Internal Server Error: The server did not provide a meaningful reply; this might be caused by a premature session shutdown. TrackingId:acc95ed2-bd55-471a-9aa9-ed348743e4ca, Timestamp:7/18/2021 2:31:05 PM
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()

azure-service-bus
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

PramodValavala-MSFT avatar image
0 Votes"
PramodValavala-MSFT answered

@Jaiganesh-0768 The MessagingCommunicationException is a transient exception as documented in the troubleshooting doc. This could be due to a network issue or intermittent service-side issue. The recommendation is to simply retry the operation.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.