AMQNoConsumersException has numeric message and no code
-------------------------------------------------------
Key: QPID-717
URL: https://issues.apache.org/jira/browse/QPID-717
Project: Qpid
Issue Type: Bug
Components: Java Client
Affects Versions: M2, M2.1
Reporter: Aidan Skinner
Fix For: M2.1
public void onException(JMSException e)
{
logger.error("JMS Error Message" + e.getMessage() + ", the error code
is :" + e.getErrorCode());
logger.error(e);
}
prints:
JMS Error Message312, the error code is :Exception thrown against AMQConnection:
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.