What that error is saying is that nothing has called ITransport.Start() so
it won't let you send messages until that has happened. The
IStartableServiceBus.Start() will do that.

On Wed, Mar 2, 2011 at 9:22 AM, Corey Kaylor <co...@kaylors.net> 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 
> <codingvi...@googlemail.com>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 <http://www.sparrowmailapp.com>
>>
>> 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 <codingvi...@googlemail.com
>> > 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 <http://www.sparrowmailapp.com>
>>
>> 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 rhino-tools-dev@googlegroups.com.
>> To unsubscribe from this group, send email to
>> rhino-tools-dev+unsubscr...@googlegroups.com.
>> 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 rhino-tools-dev@googlegroups.com.
>> To unsubscribe from this group, send email to
>> rhino-tools-dev+unsubscr...@googlegroups.com.
>> 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 rhino-tools-dev@googlegroups.com.
>> To unsubscribe from this group, send email to
>> rhino-tools-dev+unsubscr...@googlegroups.com.
>> 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 rhino-tools-dev@googlegroups.com.
To unsubscribe from this group, send email to 
rhino-tools-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rhino-tools-dev?hl=en.

Reply via email to