You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Arne Seime (JIRA)" <ji...@apache.org> on 2011/01/11 11:39:46 UTC

[jira] Commented: (AMQ-3110) Same message redelivered again even though moved to a different queue using web console

    [ https://issues.apache.org/jira/browse/AMQ-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12980049#action_12980049 ] 

Arne Seime commented on AMQ-3110:
---------------------------------

I see this also, running v5.4.1.

-First i moved the message to another queue; message still redelivered on original queue
-Then I tried to restart the consumer; still redelivered
-Stopped the consumer, deleted the queue, started the consumer again; message finally not redelivered.

Using persistent delivery. Message was attempted redelivered maybe 10 times before I acted. Also -1 as maxRetries in the redeliverypolicy.

> Same message redelivered again even though moved to a different queue using web console
> ---------------------------------------------------------------------------------------
>
>                 Key: AMQ-3110
>                 URL: https://issues.apache.org/jira/browse/AMQ-3110
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.3.0
>         Environment: Windows XP 
> Java 1.6
>            Reporter: ashwini kuntamukkala
>            Priority: Critical
>         Attachments: FailingMessageRedeliveredDespiteBeingMovedToExceptionQueue.java
>
>
> I have a queue which has 1 asynchronous consumer. Underlying connection has a redelivery policy where max retries is set to -1 (Indefinite).
> When a bad message is stopping the rest of the messages in the queue, I use webconsole/jconsole to move the message to an exception queue. However, the same bad message is being resent to the consumer. 
> The problem goes away only when I restart the broker. This is not an acceptable solution. 
> I have attached a junit test so you can understand this scenario better. 
> Thanks,
> Ashwini Kuntamukkala

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