Skip to content

Commit

Permalink
Update transactions-message-processing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Mar 27, 2014
1 parent 52d4fb1 commit ee6f626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content/NServiceBus/transactions-message-processing.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Specifying transactions in code

If you aren't using the generic host, you can specify whether the current endpoint should process messages transactionally by setting the `.IsTransactional(true)` after `.MsmqTransport()` (in version 3) or `.UseTransport<Msmq>()` (in version 4).

To override the System.Transactions default timeout of 10 minutes, follow the steps described in [this blog post](http://blogs.msdn.com/ajit/archive/2008/06/18/override-the-system-transactions-default-timeout-of-10-minutes-in-the-code.aspx).
To override the System.Transactions default timeout of 10 minutes, follow the steps described in [this blog post](http://blogs.msdn.com/b/ajit/archive/2008/06/18/override-the-system-transactions-default-timeout-of-10-minutes-in-the-code.aspx).

Distributed Transaction Coordinator
-----------------------------------
Expand Down

0 comments on commit ee6f626

Please sign in to comment.