Skip to content

Instantly share code, notes, and snippets.

@CoreyKaylor
Created October 15, 2012 22:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CoreyKaylor/3896151 to your computer and use it in GitHub Desktop.
Save CoreyKaylor/3896151 to your computer and use it in GitHub Desktop.
RSB 3.0.0 Configuration
<rhino.esb>
<assemblies>
<add assembly="Rhino.ServiceBus.RhinoQueues" />
</assemblies>
<bus threadCount="1"
numberOfRetries="5"
endpoint="rhino.queues://localhost/test_queue"
queueIsolationLevel="ReadCommitted"
/>
<messages>
<add name="Rhino.ServiceBus.Tests"
endpoint="rhino.queues://localhost/test_queue"/>
<add name="Rhino.ServiceBus.Tests"
endpoint="rhino.queues://localhost/test_queue2"/>
</messages>
</rhino.esb>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment