You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Varsha (JIRA)" <ji...@apache.org> on 2017/08/03 11:55:00 UTC

[jira] [Updated] (AMQ-6785) Incorrect time conversion in timestampplugin example

     [ https://issues.apache.org/jira/browse/AMQ-6785?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Varsha updated AMQ-6785:
------------------------
    Description: 
Incorrect time conversion in [http://activemq.apache.org/timestampplugin.html] example. 

Example:
<plugins>
  <!-- 86,400ms = 1 day -->
  <timeStampingBrokerPlugin ttlCeiling="86400" zeroExpirationOverride="86400"/>
</plugins>

 86,400ms is equal to 0.024 and not 1day. 


  was:
Incorrect time conversion in timestampplugin[http://activemq.apache.org/timestampplugin.html] example. 

Example:
<plugins>
  <!-- 86,400ms = 1 day -->
  <timeStampingBrokerPlugin ttlCeiling="86400" zeroExpirationOverride="86400"/>
</plugins>

 86,400ms is equal to 0.024 and not 1day. 



>  Incorrect time conversion in timestampplugin example 
> ------------------------------------------------------
>
>                 Key: AMQ-6785
>                 URL: https://issues.apache.org/jira/browse/AMQ-6785
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 5.14.5
>            Reporter: Varsha
>
> Incorrect time conversion in [http://activemq.apache.org/timestampplugin.html] example. 
> Example:
> <plugins>
>   <!-- 86,400ms = 1 day -->
>   <timeStampingBrokerPlugin ttlCeiling="86400" zeroExpirationOverride="86400"/>
> </plugins>
>  86,400ms is equal to 0.024 and not 1day. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)