What exactly do we need to do to work with Service Bus on-premises from a Java client on Linux via AMQP
问题 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