[Mono-dev] Custom messaging provider doesn't seem to work

Atsushi Eno atsushieno at veritas-vos-liberabit.com
Tue Jan 27 08:22:39 UTC 2015


Hi,
It is not intended to limit to rabbitmq. Patches are welcome to make it 
to work with other providers :-) It just shouldn't be too extensive to 
add another MQ binding or implementation in mono repo either as sources 
or submodule. Hard-coded, run-time resolution to assemblies that don't 
exist in mono itself would be fine (as long as it works, when those 
assemblies can be resolved).

Thanks,
Atsushi Eno

On 2015年01月25日 06:40, Philip Garrett wrote:
> 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
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list



More information about the Mono-devel-list mailing list