mirror of https://github.com/apache/activemq.git
improve error info to help with: https://issues.apache.org/activemq/browse/AMQ-2457
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@827916 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2c73c3df8c
commit
e7794fa4ce
|
@ -169,7 +169,7 @@ public class ActiveMQActivationSpec implements MessageActivationSpec, Serializab
|
|||
}
|
||||
return true;
|
||||
} catch (Throwable e) {
|
||||
errorMessages.add("messageSelector not set to valid message selector: " + e.getMessage());
|
||||
errorMessages.add("messageSelector not set to valid message selector: " + e);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue