We make software that customers install themselves on their own servers. We have thousands of customers. I'd like to introduce a service bus into our application.
We need to keep the costs down and have the least possible number of dependencies/prerequisites to simplify our install.
Is there a service bus that is:
Is something like this available or are we stuck building one ourselves?
There is a Server equivalent available for Windows Azure Service Bus - which offers almost all messaging capabilities of Windows Azure Service Bus and is FREE.
HTH, Sree