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

[jira] Created: (AMQCPP-98) ack handler not set for messages

ack handler not set for messages
--------------------------------

                 Key: AMQCPP-98
                 URL: https://issues.apache.org/activemq/browse/AMQCPP-98
             Project: ActiveMQ C++ Client
          Issue Type: Bug
          Components: Stomp
    Affects Versions: 1.1, 2.0, 2.1
         Environment: Linux 2.6.17-11-generic, gcc 4.1
            Reporter: Corey Olsen
         Assigned To: Nathan Mittler


When I call receive() on a MessageConsumer the message that I get back does not have an ackHandler.  If I change the code in ActiveMQConsumer::receive() to call beforeMessageIsConsumed with the clonedMsg that gets returned from receive then the ackHandler is setup.

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


[jira] Commented: (AMQCPP-98) ack handler not set for messages

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

Timothy Bish commented on AMQCPP-98:
------------------------------------

Looks like the Stomp Message Commands do not properly copy over the AckHandler when they are cloned.  The Openwire Messages do, so Openwire should be fine.



> ack handler not set for messages
> --------------------------------
>
>                 Key: AMQCPP-98
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-98
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: Stomp
>    Affects Versions: 1.1, 2.0, 2.1
>         Environment: Linux 2.6.17-11-generic, gcc 4.1
>            Reporter: Corey Olsen
>         Assigned To: Timothy Bish
>             Fix For: 2.0
>
>
> When I call receive() on a MessageConsumer the message that I get back does not have an ackHandler.  If I change the code in ActiveMQConsumer::receive() to call beforeMessageIsConsumed with the clonedMsg that gets returned from receive then the ackHandler is setup.

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


[jira] Assigned: (AMQCPP-98) ack handler not set for messages

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

Timothy Bish reassigned AMQCPP-98:
----------------------------------

    Assignee: Timothy Bish  (was: Nathan Mittler)

> ack handler not set for messages
> --------------------------------
>
>                 Key: AMQCPP-98
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-98
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: Stomp
>    Affects Versions: 1.1, 2.0, 2.1
>         Environment: Linux 2.6.17-11-generic, gcc 4.1
>            Reporter: Corey Olsen
>         Assigned To: Timothy Bish
>
> When I call receive() on a MessageConsumer the message that I get back does not have an ackHandler.  If I change the code in ActiveMQConsumer::receive() to call beforeMessageIsConsumed with the clonedMsg that gets returned from receive then the ackHandler is setup.

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


[jira] Updated: (AMQCPP-98) ack handler not set for messages

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

Timothy Bish updated AMQCPP-98:
-------------------------------

    Fix Version/s: 2.0

> ack handler not set for messages
> --------------------------------
>
>                 Key: AMQCPP-98
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-98
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: Stomp
>    Affects Versions: 1.1, 2.0, 2.1
>         Environment: Linux 2.6.17-11-generic, gcc 4.1
>            Reporter: Corey Olsen
>         Assigned To: Timothy Bish
>             Fix For: 2.0
>
>
> When I call receive() on a MessageConsumer the message that I get back does not have an ackHandler.  If I change the code in ActiveMQConsumer::receive() to call beforeMessageIsConsumed with the clonedMsg that gets returned from receive then the ackHandler is setup.

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


[jira] Resolved: (AMQCPP-98) ack handler not set for messages

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

Timothy Bish resolved AMQCPP-98.
--------------------------------

    Resolution: Fixed

Fixed in trunk and in 2.0 tag

> ack handler not set for messages
> --------------------------------
>
>                 Key: AMQCPP-98
>                 URL: https://issues.apache.org/activemq/browse/AMQCPP-98
>             Project: ActiveMQ C++ Client
>          Issue Type: Bug
>          Components: Stomp
>    Affects Versions: 1.1, 2.0, 2.1
>         Environment: Linux 2.6.17-11-generic, gcc 4.1
>            Reporter: Corey Olsen
>         Assigned To: Timothy Bish
>             Fix For: 2.0
>
>
> When I call receive() on a MessageConsumer the message that I get back does not have an ackHandler.  If I change the code in ActiveMQConsumer::receive() to call beforeMessageIsConsumed with the clonedMsg that gets returned from receive then the ackHandler is setup.

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