I was actually thinking about taking a look at implementing rabbitmq in a fork in a few months so it can be run on any box. I assume swapping to rabbitmq would just require implementing Rhino.ServiceBus.Internal.ITransport and hooking it up via the containers. Is there an interface for the load balancer or is it only available for MSMQ?
On Wed, Feb 8, 2012 at 7:20 AM, Corey Kaylor <[email protected]> wrote: > No it does not support Mono. Rhino queues uses Esent. You *may* have some > luck on Mono with MSMQ as they are under the covers using rabbitmq I > believe. None of that theory has been tested though. > > > On Mon, Feb 6, 2012 at 5:41 PM, Vikram <[email protected]> wrote: > >> Is it possible to run Rhino Service Bus and Rhino Queues with Mono on >> Linux and/or Mac OS? Anybody already doing either? >> >> I found a few messages that mention Mono in this group, but nothing >> definitive. >> >> Thanks. >> >> Vikram >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Rhino Tools Dev" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/rhino-tools-dev?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Rhino Tools Dev" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/rhino-tools-dev?hl=en. > -- You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rhino-tools-dev?hl=en.
