Hey Mike, I gave it a go but to no effect.
I think it has something to do with the way I have my endpoints setup when they are getting loaded. They always purge the subqueues (so including subscriptions). So I sort of need to figure out wether it's possible that when an endpoint is started it can notify all other endpoints that require a subscription on that endpoint to re-subscribe to that endpoint. If you know what I mean... It's either that or stop purging the subqueues when the agent is started (but that could result in a long list of unused subscriptions when having for example hundreds of endpoints) On 8 mrt, 15:17, Mike Nichols <nichols.mik...@gmail.com> wrote: > 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.- Tekst uit > >oorspronkelijk bericht niet weergeven - > > - Tekst uit oorspronkelijk bericht weergeven - -- 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.