This closes #660

This commit is contained in:
Clebert Suconic 2016-07-25 14:31:19 -04:00
commit a6e934e189
1 changed files with 1 additions and 1 deletions

View File

@ -769,7 +769,7 @@ public class ActiveMQActivationSpec extends ConnectionFactoryProperties implemen
StringBuffer buffer = new StringBuffer();
buffer.append(ActiveMQActivationSpec.class.getName()).append('(');
buffer.append("ra=").append(ra);
if (messageSelector != null) {
if (connectionFactoryLookup != null) {
buffer.append(" connectionFactoryLookup=").append(connectionFactoryLookup);
}
buffer.append(" destination=").append(destination);