Anders
Anders

Reputation: 1042

Multiple clients on Azure Service Bus, receiving individual messages

How do I fetch individual messages to multiple clients, from the Azure Service Bus relay, without having to have a namespace for each client?

Background:

I have a web service, which has multiple users, which are businesses. Not a huge number, but a few hundred. The users are mostly on NATs and behind firewalls, so I created a Windows Service to be installed on the users local machine, and that service listens to a Azure Service Bus Relay Service.

How can I deliver individual messages to these users/clients via the service bus relay? Do I have to create a new namespace on the service bus for each user? Or is there something smarter than that I can do?

Thanks!

Upvotes: 2

Views: 1559

Answers (1)

Anders
Anders

Reputation: 1042

This was answered well over at the Windows Azure forum on MSDN:

http://social.msdn.microsoft.com/Forums/en-US/windowsazureconnectivity/thread/235c1515-d507-4b78-9d84-9e04a49e038b

Upvotes: 0

Related Questions