in the esb console app:
var host = new DefaultHost();
host.UseContainer(_container);
host.Start<BackendBootStrapper>();
and in the wcf services:
Container.Kernel.AddFacility("rhino.esb", new RhinoServiceBusFacility());//
wire up facility for rhino service bus
Container.Register(
AllTypes.FromAssembly(Assembly.GetExecutingAssembly())
.BasedOn(typeof(IMessageConsumer))
);
do i need to start the esb from the services too?
--
Wayne Douglas
Sent with Sparrow
On Wednesday, 2 March 2011 at 16:22, Corey Kaylor wrote:
> In application startup code are you doing something like this?
> var startableBus = container.Resolve<IStartableServiceBus>();
> startableBus.Start();
>
> On Wed, Mar 2, 2011 at 9:00 AM, Wayne Douglas <[email protected]>
> wrote:
> > logging isn't really showing anything up but i am now getting
> > "Cannot send a message before transport is started"
> >
> > even though msmq is installed on both clients and the esb box
> >
> > --
> > Wayne Douglas
> > Sent with Sparrow
> > On Wednesday, 2 March 2011 at 14:23, Corey Kaylor wrote:
> > > <logger name="Rhino.ServiceBus">
> > > <level value="DEBUG"/>
> > > </logger>
> > > <logger name="Rhino.Queues">
> > > <level value="DEBUG"/>
> > > </logger>
> > >
> > > http://logging.apache.org/log4net/release/config-examples.html
> > > On Wed, Mar 2, 2011 at 7:19 AM, Wayne Douglas
> > > <[email protected]> wrote:
> > > > i'm sorry -this is going to make me sound slack - but how do i set the
> > > > debug level for l4n for these specifically?
> > > >
> > > > --
> > > > Wayne Douglas
> > > > Sent with Sparrow
> > > > On Wednesday, 2 March 2011 at 14:15, Corey Kaylor wrote:
> > > > > t DEBUG level for log4net for both Rhino.ServiceBus and Rhino.Queues.
> > > >
> > > >
> > > > --
> > > > 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.
> > >
> > --
> > 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.
>
--
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.