You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Rob Godfrey (JIRA)" <qp...@incubator.apache.org> on 2007/04/05 18:35:32 UTC

[jira] Created: (QPID-443) Abruptly disconnecting client on transaction publish causes error

Abruptly disconnecting client on transaction publish causes error
-----------------------------------------------------------------

                 Key: QPID-443
                 URL: https://issues.apache.org/jira/browse/QPID-443
             Project: Qpid
          Issue Type: Bug
    Affects Versions: M2
            Reporter: Rob Godfrey
         Assigned To: Rob Godfrey
             Fix For: M2


Because the publish event are processed asynchronously, while the sessionClosed was processed synchronously, writes of messages were occuring after the transaction had been rolled back.  Futher CleanUpOperation enlistment had been erroneously commented out.

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


[jira] Resolved: (QPID-443) Abruptly disconnecting client on transaction publish causes error

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

Rob Godfrey resolved QPID-443.
------------------------------

    Resolution: Fixed

Completed: At revision: 525862  


> Abruptly disconnecting client on transaction publish causes error
> -----------------------------------------------------------------
>
>                 Key: QPID-443
>                 URL: https://issues.apache.org/jira/browse/QPID-443
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M2
>            Reporter: Rob Godfrey
>         Assigned To: Rob Godfrey
>             Fix For: M2
>
>
> Because the publish event are processed asynchronously, while the sessionClosed was processed synchronously, writes of messages were occuring after the transaction had been rolled back.  Futher CleanUpOperation enlistment had been erroneously commented out.

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


[jira] Updated: (QPID-443) Abruptly disconnecting client on transaction publish causes error

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

Rob Godfrey updated QPID-443:
-----------------------------

    Component/s: Java Broker

> Abruptly disconnecting client on transaction publish causes error
> -----------------------------------------------------------------
>
>                 Key: QPID-443
>                 URL: https://issues.apache.org/jira/browse/QPID-443
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Broker
>    Affects Versions: M2
>            Reporter: Rob Godfrey
>         Assigned To: Rob Godfrey
>             Fix For: M2
>
>
> Because the publish event are processed asynchronously, while the sessionClosed was processed synchronously, writes of messages were occuring after the transaction had been rolled back.  Futher CleanUpOperation enlistment had been erroneously commented out.

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