You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org> on 2008/01/03 17:42:33 UTC

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

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.


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

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marnie McCormack updated QPID-717:
----------------------------------

    Fix Version/s:     (was: M4)

Descoping items not being worked on for M4 into Unknown Fix Version for now

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


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

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
     [ 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.


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

Posted by "Aidan Skinner (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-717?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aidan Skinner updated QPID-717:
-------------------------------

    Assignee: Aidan Skinner

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


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

Posted by "Martin Ritchie (JIRA)" <qp...@incubator.apache.org>.
     [ 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.