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 [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.