And this is why I'd originally manually tried to resolve the consumer
with the following:

container.Register(Component.For<IMessageConsumer>().Named("Worker").ImplementedBy(typeof(Worker)));

But this doesn't seem to make any difference.

On Jun 2, 10:55 am, JakeS <[email protected]> wrote:
> It shows that there are no handlers for
> typeof(ConsumerOf<VideoToEncode>).
>
> But why?  I suspect this is due to my inexperience with IOC/Windsor.
> I have my worker class inheriting ConsumerOf<VideoToEncode>.  What
> else do I need to do to register that with the bus?

-- 
You received this message because you are subscribed to the Google Groups 
"Rhino Tools Dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en.

Reply via email to