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 2008/07/04 04:50:33 UTC

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

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