Question

With the move to NServiceBus 4, can we reliably run the ESB on Mono, yet?

According this post on the official google group, we should be able to soon.

OP: Will it now be possible to run everything on mono using rabbitmq as transport ?

Andreas Öhlund: It's a first step towards mono yes. Our core still contains code using the System.Messaging namespace but as soon as we move that to a separate assembly there will be nothing stopping us from running on mono

As far as I can tell, rabbitmq is in a separate project, and the only place that references system.messaging is in NServiceBus.Core.Transports.MSMQ

Was it helpful?

Solution

In theory, you should now be able to compile on Mono but we haven't tested this yet so it probably won't be as smooth as your regular .net experience.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top