What exactly do we need to do to work with Service Bus on-premises from a Java client on Linux via AMQP

自古美人都是妖i 提交于 2019-12-24 03:06:38

问题


We are able to connect to an on-premises service bus (Windows Server Service Bus 1.1) using the following connection string:

amqps://owner@FQDNofServer:5671/ServiceBusDefaultNamespace 

Writing to a topic with anonymous access enabled results in "Peer did not create remote endpoint for link, target: "

Reading from a subscription results in some amqp internal error message.

The Java samples from MS do not shed any light. Can someone [ from MS ] urgently provide the info?

Apparently this is all coming with an enterprise SLA, but AFAICS it just does not work.


回答1:


We've just put an article up on MSDN that provides the details. You'll see that things are a little different between Azure Service Bus and Service Bus for Windows Server. Here's the link: http://msdn.microsoft.com/en-us/library/dn574799.aspx

Best regards,

Dave.



来源:https://stackoverflow.com/questions/21288066/what-exactly-do-we-need-to-do-to-work-with-service-bus-on-premises-from-a-java-c

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!