Created
October 15, 2012 22:51
-
-
Save CoreyKaylor/3896151 to your computer and use it in GitHub Desktop.
RSB 3.0.0 Configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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