You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Pat Fox (JIRA)" <ji...@apache.org> on 2014/03/26 20:03:21 UTC

[jira] [Commented] (AMQ-5119) broker redeliveryPlugin: after message redelivery, all subsequent "producer.send()" using same message are "scheduled" for delivery to queue rather than delivered to queue as normal

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

Pat Fox commented on AMQ-5119:
------------------------------

unit test attached - RedeliveryPluginHeaderTest

> broker redeliveryPlugin: after message redelivery, all subsequent "producer.send()" using same message are "scheduled" for delivery to queue rather than delivered to queue as normal
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: AMQ-5119
>                 URL: https://issues.apache.org/jira/browse/AMQ-5119
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 5.9.0
>         Environment: - tested on latest 5.10 snapshot
>            Reporter: Pat Fox
>         Attachments: RedeliveryPluginHeaderTest.java
>
>
> example:
> - consumer on QueueA does a transaction.rollback 
> - message is being redelivered by the redeliveryPlugin to QueueA - as expected.
> - When the message is consumed again the AMQ_SCHEDULED_DELAY property is still set 
> -  the same message is subsequently sent to queueB 
> - the send() is intercepted by org.apache.activemq.broker.scheduler.SchedulerBroker and scheduled for delivery later - this is not expected



--
This message was sent by Atlassian JIRA
(v6.2#6252)