You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org> on 2006/12/11 17:15:27 UTC

[jira] Created: (QPID-166) Check for pre conditions to satisfy JMS spec requirments

Check for pre conditions to satisfy JMS spec requirments
--------------------------------------------------------

                 Key: QPID-166
                 URL: http://issues.apache.org/jira/browse/QPID-166
             Project: Qpid
          Issue Type: Bug
          Components: Java Client, JMS Compliance
    Affects Versions: M2
            Reporter: Rajith Attapattu
             Fix For: M2


The following classes needs to check for one or many of the following pre conditions

Preconditions
---------------------------
Check of connection is  closed
Check if session is closed

Afected Classes
-------------------------
AbstractJMSMessage.java
AMQSession.java
AMQConnection.java

Preconditions
---------------------------
Check if sessio is closed
Check if destination is valid

Afected Classes
-------------------------
BasicMessageProducer.java
BasicMessageConsumer.java

Preconditions
---------------------------
Check if session is closed
Check if Queue is valid

Afected Classes
-------------------------
QueueReceiverAdaptor.java
QueueSenderAdapter.java

Preconditions
---------------------------
Check if session is closed
Check if Topic is valid

Afected Classes
-------------------------
TopicPublisherAdapter.java
TopicSubscriberAdaptor.java

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (QPID-166) Check for pre conditions to satisfy JMS spec requirments

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

Rajith Attapattu closed QPID-166.
---------------------------------


> Check for pre conditions to satisfy JMS spec requirments
> --------------------------------------------------------
>
>                 Key: QPID-166
>                 URL: https://issues.apache.org/jira/browse/QPID-166
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client, JMS Compliance
>    Affects Versions: M2
>            Reporter: Rajith Attapattu
>             Fix For: M2
>
>
> The following classes needs to check for one or many of the following pre conditions
> Preconditions
> ---------------------------
> Check of connection is  closed
> Check if session is closed
> Afected Classes
> -------------------------
> AbstractJMSMessage.java
> AMQSession.java
> AMQConnection.java
> Preconditions
> ---------------------------
> Check if sessio is closed
> Check if destination is valid
> Afected Classes
> -------------------------
> BasicMessageProducer.java
> BasicMessageConsumer.java
> Preconditions
> ---------------------------
> Check if session is closed
> Check if Queue is valid
> Afected Classes
> -------------------------
> QueueReceiverAdaptor.java
> QueueSenderAdapter.java
> Preconditions
> ---------------------------
> Check if session is closed
> Check if Topic is valid
> Afected Classes
> -------------------------
> TopicPublisherAdapter.java
> TopicSubscriberAdaptor.java

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-166) Check for pre conditions to satisfy JMS spec requirments

Posted by "Rajith Attapattu (JIRA)" <qp...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/QPID-166?page=all ]

Rajith Attapattu resolved QPID-166.
-----------------------------------

    Resolution: Fixed

This is fixed in rev 485735 in the Qpid trunk

> Check for pre conditions to satisfy JMS spec requirments
> --------------------------------------------------------
>
>                 Key: QPID-166
>                 URL: http://issues.apache.org/jira/browse/QPID-166
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client, JMS Compliance
>    Affects Versions: M2
>            Reporter: Rajith Attapattu
>             Fix For: M2
>
>
> The following classes needs to check for one or many of the following pre conditions
> Preconditions
> ---------------------------
> Check of connection is  closed
> Check if session is closed
> Afected Classes
> -------------------------
> AbstractJMSMessage.java
> AMQSession.java
> AMQConnection.java
> Preconditions
> ---------------------------
> Check if sessio is closed
> Check if destination is valid
> Afected Classes
> -------------------------
> BasicMessageProducer.java
> BasicMessageConsumer.java
> Preconditions
> ---------------------------
> Check if session is closed
> Check if Queue is valid
> Afected Classes
> -------------------------
> QueueReceiverAdaptor.java
> QueueSenderAdapter.java
> Preconditions
> ---------------------------
> Check if session is closed
> Check if Topic is valid
> Afected Classes
> -------------------------
> TopicPublisherAdapter.java
> TopicSubscriberAdaptor.java

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira