Re: how is JMSTimestamp set

2013-07-31 Thread Christian Posta
JMSTimestamp is understood by the spec to be set by the client. The broker would override this. JMSTimestamp is what the broker uses for TTL expiration. On Wed, Jul 31, 2013 at 12:11 AM, Marco.Crivellaro wrote: > Thanks. > What would be the difference in setting JMSTimestamp using the timestamp

Re: how is JMSTimestamp set

2013-07-31 Thread Marco.Crivellaro
Thanks. What would be the difference in setting JMSTimestamp using the timestamp plugin and using JMSActiveMQBrokerInTime? -- View this message in context: http://activemq.2283324.n4.nabble.com/how-is-JMSTimestamp-set-tp4669820p4669904.html Sent from the ActiveMQ - User mailing list archive at

Re: how is JMSTimestamp set

2013-07-29 Thread Christian Posta
Yes. And you can take a look at broker time stamping plugin ( http://activemq.apache.org/timestampplugin.html) if you want to rely on the broker's time... though note, it's not fully JMS compliant when doing that. On Mon, Jul 29, 2013 at 9:01 AM, Marco.Crivellaro wrote: > found out JMSTimestamp

Re: how is JMSTimestamp set

2013-07-29 Thread Marco.Crivellaro
found out JMSTimestamp is being set by the client, the broker will set JMSActiveMQBrokerInTime -- View this message in context: http://activemq.2283324.n4.nabble.com/how-is-JMSTimestamp-set-tp4669820p4669827.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.