This commit is contained in:
Martyn Taylor 2015-09-07 09:54:00 +01:00
commit acbab49bcf
1 changed files with 2 additions and 1 deletions

View File

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