I have set the producer time to live value to expire messages after 10 sec.
However, if the sys clock on the producer is different than the brokers,
chances are high that this 10 sec window will never be realized and ALL
messages will be considered expired. I saw the timeStampingBrokerPlugin is
the solution to this problem, however, when I use it, the message timestamp
= brokerInTime (which it should) but the expiration time is wrong (timestamp
+ 10 sec).  Do I need to do anything additional to get this to work?  I
added this xml snippet to my xbean:
<plugins>
   <timeStampingBrokerPlugin/>
</plugins>
-- 
View this message in context: 
http://www.nabble.com/timeStampingBrokerPlugin-and-Time-to-live-tp16041093s2354p16041093.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to