can you try the following <messages/> content in both configurations, replacing the appropriate elements in both services? <messages> <add name="Data.Messages.Reporter.NewArticle" endpoint="msmq://localhost/newspaper.agentcontroller" /> <add name="Data.Messages.Editor" endpoint="msmq://localhost/newspaper.editor"/> <add name="Data.Messages.Critic" endpoint="msmq://localhost/newspaper.critic"/> </messages>
On Tue, Mar 8, 2011 at 7:10 AM, Dirk Schuermans <dirkschuerm...@gmail.com>wrote: > And the configuration for the Critic (sorry, forgot :x) > > <?xml version="1.0" encoding="utf-8" ?> > <configuration> > <!--[C R I T I C] CONFIGURATION--> > <configSections> > <section name="castle" > type="Castle.Windsor.Configuration.AppDomain.CastleSectionHandler, > Castle.Windsor"/> > </configSections> > <castle> > <facilities> > <facility id="rhino.esb"> > <bus threadCount="1" numberOfRetries="5" endpoint="msmq:// > localhost/newspaper.critic"/> > <messages> > <add name="Data.Messages.Reporter.NewArticle" > endpoint="msmq://localhost/newspaper.agentcontroller" /> > <add name="Data.Messages.Editor.EdittedArticle" > endpoint="msmq://localhost/newspaper.editor"/> > </messages> > </facility> > </facilities> > </castle> > </configuration> > > -- > 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.