You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2007/04/22 17:57:34 UTC

[jira] Created: (AMQCPP-105) Openwire ActiveMQMessage sets Persistant flag incorrectly

Openwire ActiveMQMessage sets Persistant flag incorrectly
---------------------------------------------------------

                 Key: AMQCPP-105
                 URL: https://issues.apache.org/activemq/browse/AMQCPP-105
             Project: ActiveMQ C++ Client
          Issue Type: Bug
          Components: Openwire
    Affects Versions: 2.0, 2.1
            Reporter: Timothy Bish
         Assigned To: Timothy Bish
             Fix For: 2.1


The class ActiveMQMessageBase sets the Persistant flag incorrectly.

its check for mode != 0 which is wrong should be mode == 0

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


[jira] Resolved: (AMQCPP-105) Openwire ActiveMQMessage sets Persistant flag incorrectly

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQCPP-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQCPP-105.
---------------------------------

    Resolution: Fixed

Fixed in Trunk

code now compares mode to cms::DeliveryMode::PERSISTENT

> Openwire ActiveMQMessage sets Persistant flag incorrectly
> ---------------------------------------------------------
>
>                 Key: AMQCPP-105
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-105
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: Openwire
>    Affects Versions: 2.0, 2.1
>            Reporter: Timothy Bish
>         Assigned To: Timothy Bish
>             Fix For: 2.1
>
>
> The class ActiveMQMessageBase sets the Persistant flag incorrectly.
> its check for mode != 0 which is wrong should be mode == 0

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


[jira] Work started: (AMQCPP-105) Openwire ActiveMQMessage sets Persistant flag incorrectly

Posted by "Timothy Bish (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQCPP-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on AMQCPP-105 started by Timothy Bish.

> Openwire ActiveMQMessage sets Persistant flag incorrectly
> ---------------------------------------------------------
>
>                 Key: AMQCPP-105
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-105
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: Openwire
>    Affects Versions: 2.0, 2.1
>            Reporter: Timothy Bish
>         Assigned To: Timothy Bish
>             Fix For: 2.1
>
>
> The class ActiveMQMessageBase sets the Persistant flag incorrectly.
> its check for mode != 0 which is wrong should be mode == 0

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


[jira] Updated: (AMQCPP-105) Openwire ActiveMQMessage sets Persistant flag incorrectly

Posted by "Nathan Mittler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQCPP-105?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nathan Mittler updated AMQCPP-105:
----------------------------------

    Fix Version/s:     (was: 2.1)
                   2.0.1

> Openwire ActiveMQMessage sets Persistant flag incorrectly
> ---------------------------------------------------------
>
>                 Key: AMQCPP-105
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-105
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: Openwire
>    Affects Versions: 2.0, 2.1
>            Reporter: Timothy Bish
>         Assigned To: Timothy Bish
>             Fix For: 2.0.1
>
>
> The class ActiveMQMessageBase sets the Persistant flag incorrectly.
> its check for mode != 0 which is wrong should be mode == 0

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