Fix ReconnectWithSameClientIDTest
This commit is contained in:
parent
a2aa18c123
commit
e3a1e8abd6
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue