You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Keneida Jakoito Niemago (JIRA)" <ji...@apache.org> on 2008/01/16 14:34:45 UTC

[jira] Created: (AMQ-1549) retroactive consumer keeps receiving messages

retroactive consumer keeps receiving messages
---------------------------------------------

                 Key: AMQ-1549
                 URL: https://issues.apache.org/activemq/browse/AMQ-1549
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 5.0.0
         Environment: activemq.jar and activemq server 5.0.0
            Reporter: Keneida Jakoito Niemago
            Priority: Blocker


durable retroactive consumer keeps fetching all the time same message.
nothing like that happens in 4.1.1

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


Re: [jira] Assigned: (AMQ-1549) retroactive consumer keeps receiving messages

Posted by keneida <ke...@o2.pl>.
hello,
how the situation looks with this issue?


JIRA jira@apache.org wrote:
> 
> 
>      [
> https://issues.apache.org/activemq/browse/AMQ-1549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
> ]
> 
> Rob Davies reassigned AMQ-1549:
> -------------------------------
> 
>     Assignee: Rob Davies
> 
>> retroactive consumer keeps receiving messages
>> ---------------------------------------------
>>
>>                 Key: AMQ-1549
>>                 URL: https://issues.apache.org/activemq/browse/AMQ-1549
>>             Project: ActiveMQ
>>          Issue Type: Bug
>>    Affects Versions: 5.0.0
>>         Environment: activemq.jar and activemq server 5.0.0
>>            Reporter: Keneida Jakoito Niemago
>>            Assignee: Rob Davies
>>            Priority: Blocker
>>
>> durable retroactive consumer keeps fetching all the time same message.
>> nothing like that happens in 4.1.1
> 
> -- 
> This message is automatically generated by JIRA.
> -
> You can reply to this email to add a comment to the issue online.
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/-jira--Created%3A-%28AMQ-1549%29-retroactive-consumer-keeps-receiving-messages-tp14882244s2354p16300083.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.


[jira] Updated: (AMQ-1549) retroactive consumer keeps receiving messages

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

Rob Davies updated AMQ-1549:
----------------------------

    Priority: Major  (was: Blocker)

> retroactive consumer keeps receiving messages
> ---------------------------------------------
>
>                 Key: AMQ-1549
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1549
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.0.0
>         Environment: activemq.jar and activemq server 5.0.0
>            Reporter: Keneida Jakoito Niemago
>            Assignee: Rob Davies
>
> durable retroactive consumer keeps fetching all the time same message.
> nothing like that happens in 4.1.1

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


[jira] Commented: (AMQ-1549) retroactive consumer keeps receiving messages

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42827#action_42827 ] 

Hiram Chirino commented on AMQ-1549:
------------------------------------

Hi Keneida, could you contribute a junit test case.. that would help use get going with this faster.

> retroactive consumer keeps receiving messages
> ---------------------------------------------
>
>                 Key: AMQ-1549
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1549
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.0.0
>         Environment: activemq.jar and activemq server 5.0.0
>            Reporter: Keneida Jakoito Niemago
>            Assignee: Rob Davies
>
> durable retroactive consumer keeps fetching all the time same message.
> nothing like that happens in 4.1.1

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


[jira] Issue Comment Edited: (AMQ-1549) retroactive consumer keeps receiving messages

Posted by "Keneida Jakoito Niemago (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43028#action_43028 ] 

keneida edited comment on AMQ-1549 at 5/26/08 2:51 AM:
-----------------------------------------------------------------------

I dont have any  test case yet. the way I discovered it was by using Springframework DefaultMessageListenerContainer which gets connection from org.springframework.jms.connection.SingleConnectionFactory (targetconnectionfactory is  org.apache.activemq.ActiveMQConnectionFactory)
The DMLS is a durable one with durableSubscriptionName set and clientid is set on targetConnectionFactory.
--edit--
in activemq.xml I have:  <fixedCountSubscriptionRecoveryPolicy maximumSize="5" />
--edit--
I start my application, it receives the message without any problems.
The problem is when I restart the app - the message is received again.

      was (Author: keneida):
    I dont have any  test case yet. the way I discovered it was by using Springframework DefaultMessageListenerContainer which gets connection from org.springframework.jms.connection.SingleConnectionFactory (targetconnectionfactory is  org.apache.activemq.ActiveMQConnectionFactory)
The DMLS is a durable one with durableSubscriptionName set and clientid is set on targetConnectionFactory.
--edit--
in activemq.xml I have:  <fixedCountSubscriptionRecoveryPolicy maximumSize="5" />
  
> retroactive consumer keeps receiving messages
> ---------------------------------------------
>
>                 Key: AMQ-1549
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1549
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.0.0
>         Environment: activemq.jar and activemq server 5.0.0
>            Reporter: Keneida Jakoito Niemago
>            Assignee: Rob Davies
>
> durable retroactive consumer keeps fetching all the time same message.
> nothing like that happens in 4.1.1

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


[jira] Commented: (AMQ-1549) retroactive consumer keeps receiving messages

Posted by "Keneida Jakoito Niemago (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43028#action_43028 ] 

Keneida Jakoito Niemago commented on AMQ-1549:
----------------------------------------------

I dont have any  test case yet. the way I discovered it was by using Springframework DefaultMessageListenerContainer which gets connection from org.springframework.jms.connection.SingleConnectionFactory (targetconnectionfactory is  org.apache.activemq.ActiveMQConnectionFactory)
The DMLS is a durable one with durableSubscriptionName set and clientid is set on targetConnectionFactory

> retroactive consumer keeps receiving messages
> ---------------------------------------------
>
>                 Key: AMQ-1549
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1549
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.0.0
>         Environment: activemq.jar and activemq server 5.0.0
>            Reporter: Keneida Jakoito Niemago
>            Assignee: Rob Davies
>
> durable retroactive consumer keeps fetching all the time same message.
> nothing like that happens in 4.1.1

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


[jira] Assigned: (AMQ-1549) retroactive consumer keeps receiving messages

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

Rob Davies reassigned AMQ-1549:
-------------------------------

    Assignee: Rob Davies

> retroactive consumer keeps receiving messages
> ---------------------------------------------
>
>                 Key: AMQ-1549
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1549
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.0.0
>         Environment: activemq.jar and activemq server 5.0.0
>            Reporter: Keneida Jakoito Niemago
>            Assignee: Rob Davies
>            Priority: Blocker
>
> durable retroactive consumer keeps fetching all the time same message.
> nothing like that happens in 4.1.1

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


[jira] Issue Comment Edited: (AMQ-1549) retroactive consumer keeps receiving messages

Posted by "Keneida Jakoito Niemago (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1549?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43028#action_43028 ] 

keneida edited comment on AMQ-1549 at 5/26/08 12:53 AM:
------------------------------------------------------------------------

I dont have any  test case yet. the way I discovered it was by using Springframework DefaultMessageListenerContainer which gets connection from org.springframework.jms.connection.SingleConnectionFactory (targetconnectionfactory is  org.apache.activemq.ActiveMQConnectionFactory)
The DMLS is a durable one with durableSubscriptionName set and clientid is set on targetConnectionFactory.
--edit--
in activemq.xml I have:  <fixedCountSubscriptionRecoveryPolicy maximumSize="5" />

      was (Author: keneida):
    I dont have any  test case yet. the way I discovered it was by using Springframework DefaultMessageListenerContainer which gets connection from org.springframework.jms.connection.SingleConnectionFactory (targetconnectionfactory is  org.apache.activemq.ActiveMQConnectionFactory)
The DMLS is a durable one with durableSubscriptionName set and clientid is set on targetConnectionFactory
  
> retroactive consumer keeps receiving messages
> ---------------------------------------------
>
>                 Key: AMQ-1549
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1549
>             Project: ActiveMQ
>          Issue Type: Bug
>    Affects Versions: 5.0.0
>         Environment: activemq.jar and activemq server 5.0.0
>            Reporter: Keneida Jakoito Niemago
>            Assignee: Rob Davies
>
> durable retroactive consumer keeps fetching all the time same message.
> nothing like that happens in 4.1.1

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