azure - 使用 Java Spring 应用程序连接到 Azure 服务总线 - 超时

标签 azure azureservicebus azure-servicebus-queues azure-java-sdk

我编写了一个尝试连接到 Azure 服务总线的客户端。服务器启动后,我会收到以下错误,并且队列中没有收到任何消息。我尝试用 amqpwss 替换 sb 协议(protocol),但它没有帮助。

2020-05-25 21:23:11 [ReactorThreadeebf108d-444b-4acd-935f-c2c2c135451d] INFO  c.m.a.s.p.RequestResponseLink - Internal send link 'RequestResponseLink-Sender_0480eb_c31e1cc239bf471e811e53a30adc6488_G51' of requestresponselink to '$cbs' encountered error.
com.microsoft.azure.servicebus.primitives.ServiceBusException: com.microsoft.azure.servicebus.amqp.AmqpException: The connection was inactive for more than the allowed 60000 milliseconds and is closed by container 'LinkTracker'. TrackingId:c31e1cc239bf471e811e53a30adc6488_G51, SystemTracker:gateway7, Timestamp:2020-05-25T21:23:10
at com.microsoft.azure.servicebus.primitives.ExceptionUtil.toException(ExceptionUtil.java:55)
at com.microsoft.azure.servicebus.primitives.RequestResponseLink$InternalSender.onClose(RequestResponseLink.java:759)
at com.microsoft.azure.servicebus.amqp.BaseLinkHandler.processOnClose(BaseLinkHandler.java:66)
at com.microsoft.azure.servicebus.amqp.BaseLinkHandler.onLinkRemoteClose(BaseLinkHandler.java:42)
at org.apache.qpid.proton.engine.BaseHandler.handle(BaseHandler.java:176)
at org.apache.qpid.proton.engine.impl.EventImpl.dispatch(EventImpl.java:108)
at org.apache.qpid.proton.reactor.impl.ReactorImpl.dispatch(ReactorImpl.java:324)
at org.apache.qpid.proton.reactor.impl.ReactorImpl.process(ReactorImpl.java:291)
at com.microsoft.azure.servicebus.primitives.MessagingFactory$RunReactor.run(MessagingFactory.java:491)
at java.lang.Thread.run(Thread.java:748)
Caused by: com.microsoft.azure.servicebus.amqp.AmqpException: The connection was inactive for more than the allowed 60000 milliseconds and is closed by container 'LinkTracker'. TrackingId:c31e1cc239bf471e811e53a30adc6488_G51, SystemTracker:gateway7, Timestamp:2020-05-25T21:23:10
... 10 common frames omitted

最佳答案

GitHub 中打开了类似的问题

what you posted here is the trace, not the error. Yes, the service closes idle connections are 10 minutes. The client traces it and reopens the connection. It is seamless, doesn't throw any exceptions to the application. That can't be your problem. If your sends are failing means there may be another problem, but not this one.

正如我看到的第二行,超时时间约为 6 秒,您可以检查 troubleshoot page如果有帮助的话。另外this .

we recommend adding "sync-publish=true" to the connection url

关于azure - 使用 Java Spring 应用程序连接到 Azure 服务总线 - 超时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62001563/

相关文章:

Azure 函数绑定(bind)多个服务总线事件

c# - ServiceBusTrigger 选择错误的配置文件

.net - Azure 服务总线队列接收器是否有超时限制?

Azure服务总线队列: re-schedule messages while increasing deliveryCount

workflow-foundation-4 - 服务总线工作流事件

azure - az ad 用户列表 -to 表 --filter "<options>(surname, ' 棕色')"

vb.net - 适用于 Azure 的 SnowMaker .Net 库

c# - 由 Azure 代理执行时 CopyFromScreen 方法永远不会完成

powershell - Azure Powershell - 版本 1 中的 Switch-AzureMode 错误

没有运行时的 Azure 服务总线传入请求