And again, I'm embarrassed to say I don't know how to turn on logging for rhino-esb. I see a log4net.config in the starbucks sample, but when I add it to my app.config files I still get no logging output from the esb.
I've put my whole simple test solution up at http://github.com/JakeStevenson/RhinoESBTest, since posting bits and pieces of everything here becomes overwhelming. Thank you both for taking the time to help so far. I hope that at least this gives you some insight into how a less experienced developer approaches the tool. On Jun 1, 8:29 pm, Corey Kaylor <[email protected]> wrote: > The endpoint on the bus element is the endpoint that the local in process > bus is listening on. The endpoint inside messages tells where to route > messages corresponding to a namespace, which typically is a different > endpoint, but not always depending on your needs. > > In your example with two processes separately running instances of the bus, > they should not share the same URI. > > Setting up logging with log4net as ayende has suggested is the best way to > determine what's going on under the covers. -- 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.
