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 2007/06/14 10:57:26 UTC

[jira] Created: (QPID-511) VMPipeTransportConnection connection does not correctly configure Mina ThreadModel

VMPipeTransportConnection connection does not correctly configure Mina ThreadModel
----------------------------------------------------------------------------------

                 Key: QPID-511
                 URL: https://issues.apache.org/jira/browse/QPID-511
             Project: Qpid
          Issue Type: Bug
          Components: Java Client
            Reporter: Martin Ritchie
            Assignee: Martin Ritchie
             Fix For: M2


The VMPipeTransportConnection currently manually adds our Pooling Filter to the Mina filter chain. 

This is causes a problem as Mina has a default ThreadModel that can cause the execution through the filter chain with our Pooling filter can be out of order.

The correct method would be to set the thread model to our ReadWriteThreadModel



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


[jira] Resolved: (QPID-511) VMPipeTransportConnection connection does not correctly configure Mina ThreadModel

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

Martin Ritchie resolved QPID-511.
---------------------------------

    Resolution: Fixed

> VMPipeTransportConnection connection does not correctly configure Mina ThreadModel
> ----------------------------------------------------------------------------------
>
>                 Key: QPID-511
>                 URL: https://issues.apache.org/jira/browse/QPID-511
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Client
>            Reporter: Martin Ritchie
>            Assignee: Martin Ritchie
>             Fix For: M2
>
>
> The VMPipeTransportConnection currently manually adds our Pooling Filter to the Mina filter chain. 
> This is causes a problem as Mina has a default ThreadModel that can cause the execution through the filter chain with our Pooling filter can be out of order.
> The correct method would be to set the thread model to our ReadWriteThreadModel

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