[
https://issues.apache.org/jira/browse/QPID-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marnie McCormack updated QPID-717:
----------------------------------
Priority: Trivial (was: Major)
> 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
> Assignee: Aidan Skinner
> Priority: Trivial
>
> 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.