2

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.

David Makogon
  • 69,407
  • 21
  • 141
  • 189
Sentinel
  • 3,582
  • 1
  • 30
  • 44
  • If you're going to emphasize "on-premises" in the title with asterisks, you should use the correct term (it's not 'on premise'). I fixed it for you. Also: This isn't a Microsoft-owned Q&A site. Asking *urgently* for help doesn't help. Just... ask. – David Makogon Jan 22 '14 at 17:24
  • Thanks for the correction. I haven't lived in an English speaking country since 1997 and my grammar is fading away.... :-) – Sentinel Jan 23 '14 at 09:15

1 Answers1

3

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.

David Ingham
  • 361
  • 3
  • 4