Is it
possible to set the MSMQ transaction timeout from the NSB configuration?
On the version we use now (2.6) we can’t.
Iirc, it's a setting for .net which you can set in your web/app config.
Is it possible to set the MSMQ transaction timeout from the NSB configuration?
On the version we use now (2.6) we can’t.
--
You received this message because you are subscribed to the Google Groups "Particular Software" group.
To unsubscribe from this group and stop receiving emails from it, send an email to particularsoftw...@googlegroups.com.
To post to this group, send email to particula...@googlegroups.com.
Visit this group at http://groups.google.com/group/particularsoftware.
To view this discussion on the web visit https://groups.google.com/d/msgid/particularsoftware/aaf382a6-22f8-4e19-bdf1-5bb7be8da11b%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
Configure.Transactions.Advanced(settings => settings.DefaultTimeout(new TimeSpan(0, 30, 0)));
and also change the max timeout in machine config