Skip to content

Commit

Permalink
- added un-scanned queueFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
eben-roux committed Aug 28, 2014
1 parent 511064c commit 2cef8a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions RequestResponse/RequestResponse.Server/app.config
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
</log4net>

<serviceBus>
<queueFactories scan="false">
<add type="Shuttle.ESB.Msmq.MsmqQueueFactory, Shuttle.ESB.Msmq" />
</queueFactories>

<control
workQueueUri="msmq://./requestresponse-server-control-inbox-work"
errorQueueUri="msmq://./shuttle-samples-error"
Expand Down

0 comments on commit 2cef8a7

Please sign in to comment.