You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org> on 2008/01/10 11:08:35 UTC

[jira] Updated: (QPID-717) AMQNoConsumersException has numeric message and no code

     [ https://issues.apache.org/jira/browse/QPID-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Ritchie updated QPID-717:
--------------------------------

    Fix Version/s:     (was: M2.1)
                   M3

> 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: M3
>
>
> 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.