You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2008/08/22 19:42:52 UTC

[jira] Created: (AMQ-1909) moving messages with QueueViewMBean.moveMessage() or QueueViewMBean.retryMessage() seems to delete the message but it often never shows up in the other Queue!

moving messages with QueueViewMBean.moveMessage() or QueueViewMBean.retryMessage() seems to delete the message but it often never shows up in the other Queue!
--------------------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: AMQ-1909
                 URL: https://issues.apache.org/activemq/browse/AMQ-1909
             Project: ActiveMQ
          Issue Type: Bug
          Components: JMX
            Reporter: James Strachan
            Priority: Blocker
             Fix For: 5.2.0


Seems kinda easy to reproduce (e.g. the FUSE Web Console gets this each time)

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


[jira] Updated: (AMQ-1909) QueueViewMBean.retryMessage() often seems to fail without retrying

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

James Strachan updated AMQ-1909:
--------------------------------

    Summary:  QueueViewMBean.retryMessage() often seems to fail without retrying  (was: moving messages with QueueViewMBean.moveMessage() or QueueViewMBean.retryMessage() seems to delete the message but it often never shows up in the other Queue!)

>  QueueViewMBean.retryMessage() often seems to fail without retrying
> -------------------------------------------------------------------
>
>                 Key: AMQ-1909
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1909
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: JMX
>            Reporter: James Strachan
>            Priority: Blocker
>             Fix For: 5.2.0
>
>
> Seems kinda easy to reproduce (e.g. the FUSE Web Console gets this each time)

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


[jira] Resolved: (AMQ-1909) QueueViewMBean.retryMessage() often seems to fail without retrying

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

Rob Davies resolved AMQ-1909.
-----------------------------

    Resolution: Fixed

Fixed by SVN revision 691114

>  QueueViewMBean.retryMessage() often seems to fail without retrying
> -------------------------------------------------------------------
>
>                 Key: AMQ-1909
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1909
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: JMX
>            Reporter: James Strachan
>            Assignee: Rob Davies
>            Priority: Blocker
>             Fix For: 5.2.0
>
>
> Seems kinda easy to reproduce (e.g. the FUSE Web Console gets this each time)

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


[jira] Commented: (AMQ-1909) QueueViewMBean.retryMessage() often seems to fail without retrying

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45160#action_45160 ] 

James Strachan commented on AMQ-1909:
-------------------------------------

see the test case MBeanTest.TODO_testRetryMessages() - if you remove the "TODO_" from the method name, the test case fails. Basically the retryMessage() method cannot find the message by message ID - despite the message ID coming from browsing the available messages in the DLQ

>  QueueViewMBean.retryMessage() often seems to fail without retrying
> -------------------------------------------------------------------
>
>                 Key: AMQ-1909
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1909
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: JMX
>            Reporter: James Strachan
>            Priority: Blocker
>             Fix For: 5.2.0
>
>
> Seems kinda easy to reproduce (e.g. the FUSE Web Console gets this each time)

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


[jira] Assigned: (AMQ-1909) QueueViewMBean.retryMessage() often seems to fail without retrying

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

Rob Davies reassigned AMQ-1909:
-------------------------------

    Assignee: Rob Davies  (was: Hiram Chirino)

>  QueueViewMBean.retryMessage() often seems to fail without retrying
> -------------------------------------------------------------------
>
>                 Key: AMQ-1909
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1909
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: JMX
>            Reporter: James Strachan
>            Assignee: Rob Davies
>            Priority: Blocker
>             Fix For: 5.2.0
>
>
> Seems kinda easy to reproduce (e.g. the FUSE Web Console gets this each time)

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


[jira] Assigned: (AMQ-1909) QueueViewMBean.retryMessage() often seems to fail without retrying

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

James Strachan reassigned AMQ-1909:
-----------------------------------

    Assignee: Hiram Chirino

>  QueueViewMBean.retryMessage() often seems to fail without retrying
> -------------------------------------------------------------------
>
>                 Key: AMQ-1909
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1909
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: JMX
>            Reporter: James Strachan
>            Assignee: Hiram Chirino
>            Priority: Blocker
>             Fix For: 5.2.0
>
>
> Seems kinda easy to reproduce (e.g. the FUSE Web Console gets this each time)

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


[jira] Commented: (AMQ-1909) QueueViewMBean.retryMessage() often seems to fail without retrying

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45161#action_45161 ] 

James Strachan commented on AMQ-1909:
-------------------------------------

in the debugger, it appears like the DLQ is empty when attempting to retry a message (i.e. getMessage(String) doesn't have any messages available).

Am wondering if its related to the browse() of messages kinda removing them? Wonder if its related to AMQ-1914 in some way - that browsing somehow affects the status of the Queue?

>  QueueViewMBean.retryMessage() often seems to fail without retrying
> -------------------------------------------------------------------
>
>                 Key: AMQ-1909
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1909
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: JMX
>            Reporter: James Strachan
>            Assignee: Hiram Chirino
>            Priority: Blocker
>             Fix For: 5.2.0
>
>
> Seems kinda easy to reproduce (e.g. the FUSE Web Console gets this each time)

-- 
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-1909) QueueViewMBean.retryMessage() often seems to fail without retrying

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45293#action_45293 ] 

rajdavies edited comment on AMQ-1909 at 9/2/08 5:23 AM:
---------------------------------------------------------

Fixed by SVN revision 691114 and further enhancement by SVN revision 691214

      was (Author: rajdavies):
    Fixed by SVN revision 691114
  
>  QueueViewMBean.retryMessage() often seems to fail without retrying
> -------------------------------------------------------------------
>
>                 Key: AMQ-1909
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1909
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: JMX
>            Reporter: James Strachan
>            Assignee: Rob Davies
>            Priority: Blocker
>             Fix For: 5.2.0
>
>
> Seems kinda easy to reproduce (e.g. the FUSE Web Console gets this each time)

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