Ok, I saw that method. Some way it slipped me. Now it's easier, just
like you said. But what if I would have some custom deployment
actions? I am registering them in my bootstrapper, but they don't seem
to execute.

On Dec 5, 6:22 pm, Matt Burton <[email protected]> wrote:
> I'm currently using Autofac with a custom serializer - all you need to do
> is override the ConfigureBusFacility method in your bootstrapper class
> (which inherits from AutofacBootStrapper) like this:
>
> protected override void
> ConfigureBusFacility(AbstractRhinoServiceBusConfiguration configuration)
> {
>     configuration.UseMessageSerializer<YourCustomMessageSerializer>();
>
>     base.ConfigureBusFacility(configuration);
>
> }
>
> HTH,
> Matt
>
>
>
>
>
>
>
> On Mon, Dec 5, 2011 at 2:13 AM, DaeMoohn <[email protected]> wrote:
> > Hi,
>
> > Would it be possible that SerializerType in
> > AbstractRhinoServiceBusConfiguration to be overridable in some form?
> > If I need to change the serialization mechanism, I saw I have to
> > implement a new AbstractBootStrapper and new extension methods and new
> > IBusContainerBuilder.
>
> > I am using Autofac, so I would need to add a new AutofacBootStrapper
> > and a new AutofacBuilder (assuming that replacing
> > AbstractRhinoServiceBusConfiguration would be too painful).
>
> > --
> > 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.

-- 
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