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 2010/05/07 12:58:47 UTC

[jira] Created: (QPID-2575) Create a Connection and Session model to abstract protocol versions

Create a Connection and Session model to abstract protocol versions
-------------------------------------------------------------------

                 Key: QPID-2575
                 URL: https://issues.apache.org/jira/browse/QPID-2575
             Project: Qpid
          Issue Type: Improvement
          Components: Java Broker
            Reporter: Martin Ritchie
            Assignee: Martin Ritchie
             Fix For: 0.7


Currently we have two Protocol abstractions in use in the broker:

The org.apache.qpid.protocol  (0-8,0-9,0-91) packages and org.apache.qpid.transport (0-10)

To isolate the Broker code from the protocol implementations we need to model the objects in use so adding a Connection and Session Model will allow the broker code that needs to interrogate the Connection and Session to do so in a protocol agnostic way.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Updated: (QPID-2575) Create a Connection and Session model to abstract protocol versions

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

Martin Ritchie updated QPID-2575:
---------------------------------

    Status: Ready To Review  (was: In Progress)

> Create a Connection and Session model to abstract protocol versions
> -------------------------------------------------------------------
>
>                 Key: QPID-2575
>                 URL: https://issues.apache.org/jira/browse/QPID-2575
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Broker
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>             Fix For: 0.7
>
>
> Currently we have two Protocol abstractions in use in the broker:
> The org.apache.qpid.protocol  (0-8,0-9,0-91) packages and org.apache.qpid.transport (0-10)
> To isolate the Broker code from the protocol implementations we need to model the objects in use so adding a Connection and Session Model will allow the broker code that needs to interrogate the Connection and Session to do so in a protocol agnostic way.

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org