[Mono-dev] Custom messaging provider doesn't seem to work
Philip Garrett
philgarr at gmail.com
Sat Jan 24 22:40:14 UTC 2015
Mono.Messaging allows you to specify a custom messaging provider in the MONO_MESSAGING_PROVIDER appsetting. But it appears only to work with the RabbitMQ provider that’s packaged with Mono. Any value other than the pre-approved provider class name (or its alias) makes MessagingProviderLocator throw an exception in the static constructor. (1)
Is this intentional or is it a bug/missing feature? Would a patch to allow any custom IMessagingProvider be welcomed?
Thanks,
Philip
(1) https://github.com/mono/mono/blob/effa4c07ba850bedbe1ff54b2a5df281c058ebcb/mcs/class/Mono.Messaging/Mono.Messaging/MessagingProviderLocator.cs#L90
More information about the Mono-devel-list
mailing list