SPRNET-1444 - update def. tx isolation assumption in NMS txMgr
This commit is contained in:
@@ -186,7 +186,7 @@ namespace Spring.Messaging.Nms.Connections
|
||||
protected override void DoBegin(object transaction, ITransactionDefinition definition)
|
||||
{
|
||||
//This is the default value defined in DefaultTransactionDefinition
|
||||
if (definition.TransactionIsolationLevel != IsolationLevel.ReadCommitted)
|
||||
if (definition.TransactionIsolationLevel != IsolationLevel.Unspecified)
|
||||
{
|
||||
throw new InvalidIsolationLevelException("NMS does not support an isoliation level concept");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user