Send servicebus message return error

Lily Zhang(Techsun) 1 Reputation point
2022-12-23T02:41:07.97+00:00

error:
{
"ClassName": "Microsoft.ServiceBus.Messaging.MessagingException",
"Message": "服务器无法处理请求;请重试操作。如果问题仍然存在,请与 Service Bus管理员联系并提供跟踪 ID。.TrackingId:71b502f5-df79-436e-a5a3-68aa9d7ee725_Gcrma
sync-est_Bcrmasync-est,TimeStamp:2022/12/23 1:51:03",
"Data": {
"Microsoft.ServiceBus": "Microsoft.ServiceBus"
}
}

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. JananiRamesh-MSFT 29,436 Reputation points Moderator
    2022-12-23T17:05:00.663+00:00

    Hi @Lily Zhang(Techsun) Thanks for reaching out. Could please let me know if the issue is intermittent usually most of the failures are transient in nature, please make sure you haven't turned off client retry. Client retry will automatically retry in the case of transient failures. You can find more on retry policy at
    https://learn.microsoft.com/en-us/azure/architecture/best-practices/retry-service-specific#service-bus
    https://msdn.microsoft.com/en-us/library/microsoft.servicebus.retrypolicy.aspx

    Please let me know if you have any further queries. I would be happy to assist you.

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.