I have not done any real coding with Mono, but lately I have been pondering the communication with the message / mono queue.
Mono seems to implement System.Messaging using RabbitMQ under the hood ( Mono / System.Messaging ), so I think code written against the βnormalβ API should work.
There are some restrictions for implementation, so I think it depends on whether NServiceBus uses those MSMQ functions that Mono-folks could not implement due to the fact that the MSMQ API was not general enough.
You tried it, what approach did you take and you had problems with it?
user399676
source share