Sorry for the delay
My receiver windsor.xml looks like this
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<facilities>
<facility id="masstransit">
<bus id="main" endpoint="msmq://localhost/mt_receiver">
<!--<subscriptionService endpoint="msmq://localhost/
mt_subscriptions" />-->
<managementService heartbeatInterval="3" />
</bus>
<transports>
<transport>MassTransit.Transports.Msmq.MsmqEndpoint,
MassTransit.Transports.Msmq</transport>
</transports>
</facility>
</facilities>
</configuration>
I had to comment the subscriptionService because otherwise I get an
exception of type InvalidOperationException in MassTransit.dll
:(
On Nov 3, 11:51 am, Dru Sellers <
d...@drusellers.com> wrote:
> lets start over.
>
> what does your config look like? for the consuming side.
> -d
>