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 19:59:18 UTC

[jira] [Created] (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

Pat Fox created AMQ-5119:
----------------------------

             Summary: 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


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)