Fix ReconnectWithSameClientIDTest

This commit is contained in:
Howard Gao 2015-09-07 15:05:33 +08:00
parent a2aa18c123
commit e3a1e8abd6
1 changed files with 2 additions and 1 deletions

View File

@ -244,7 +244,8 @@ public class AMQConnectionContext {
// TODO: check what this means, // TODO: check what this means,
// on the activemq implementation this used to check on // on the activemq implementation this used to check on
// the connector, so this looks like a configuration option // the connector, so this looks like a configuration option
return true; // http://activemq.apache.org/configuring-transports.html
return false;
} }
} }