Shuttle / Shuttle.Esb

A highly extensible service bus implementation.
http://shuttle.github.io/shuttle-esb/
BSD 3-Clause "New" or "Revised" License
95 stars 30 forks source link

Autofac support... message handler factory #26

Closed claytona-armstrong5 closed 7 years ago

claytona-armstrong5 commented 7 years ago

We are trying to use the new Autofac support that was recently introduced, but have been unable to locate the message handler factory to make it work.
For Windsor this is in the library called "Shuttle.Esb.Castle" (separate from "Shuttle.Core.Castle"). But there does not seem to be a corresponding library for Autofac.

Probably more of a question than an issue... is there a message handler factory for Autofac?

thanks!

claytona-armstrong5 commented 7 years ago

Sorry, please ignore.

I eventually realised the message handler factory is no longer required.

eben-roux commented 7 years ago

Glad that you got it sorted. It can be somewhat confusing with the latest version since the DI wiring has changed quite a bit and the containers being moved to the Shuttle.Core namespace. I was finding that I was duplicating functionality across Shuttle.Esb and Shuttle.Recall and decided to do the change. I hope it was for the better.

claytona-armstrong5 commented 7 years ago

Yes, I've noticed there's been a lot of change... it's great that you are still doing big refactors, that's what will keep it improving. Many thanks again for the great work you do on this

eben-roux commented 7 years ago

Released: