TimeStampingBrokerPlugin Not Working on Fuse 5.3.0.4
----------------------------------------------------

                 Key: AMQ-2441
                 URL: https://issues.apache.org/activemq/browse/AMQ-2441
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 5.3.0
            Reporter: Aryeh Sivan
            Priority: Minor


Due to the adding of the new properties to TimeStampingBrokerPlugin the 
"message.setTimestamp()" was misplaced and is set to early in the code.

The line need to be placed as the last line in the method send() as was in 5.2.

In addition the Plugin doesn't handle the scenario where the Broker is running 
"behind" its client. What is happening is that it's setting the Expiration and 
TimeStamp to historical values in the client perspective causing them to be 
discarded by the clients.

I have supplied a patch that solves both issues.

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

Reply via email to