Martin,
This isn't code I've looked at before, but if I'm reading
org.apache.activemq.filter.PropertyExpression correctly,
JMSActiveMQBrokerInTime is an expression that maps to the message's
getBrokerInTime() method, so it wouldn't be set in the message headers per
Hi, is this property still set by the broker server?
I'm not seeing it when consuming a message.. at least not when using Camel JMS
consumer.
- Martin
On 05/01/2015 06:55 AM, MarcoM wrote:
> Hi,
>
> We want to use the JMSActiveMQBrokerInTime/OutTime to do performance
> testing.
> The NMS .NET API (C#) doesn't provide these on the IMessage Interface.
> However, the Message classes implement them (BrokerIntime/OutTime).
&g
Hi,
We want to use the JMSActiveMQBrokerInTime/OutTime to do performance
testing.
The NMS .NET API (C#) doesn't provide these on the IMessage Interface.
However, the Message classes implement them (BrokerIntime/OutTime).
We now use reflection, but I think these properties should be expos
:
http://activemq.2283324.n4.nabble.com/JMSActiveMQBrokerInTime-JMSActiveMQBrokerOutTime-via-CMS-tp4658837p4658959.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
http://activemq.2283324.n4.nabble.com/JMSActiveMQBrokerInTime-JMSActiveMQBrokerOutTime-via-CMS-tp4658837.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
--
Tim Bish
Sr Software Engineer | RedHat Inc.
tim.b...@redhat.com | www.fusesource.com | www.redhat.com
skype: tabi
jmsTimeStamp is set on the client, by the client connection that does a
send.
JMSActiveMQBrokerInTime is set by the broker when it receives the message
and JMSActiveMQBrokerOutTime is set by the broker when it dispatched (or
just before) a message.
So if you appear to have not delivered messages
Couple of questions:
For jmsMessage
(1) What is the relation between jmsTimeStamp, and properties:
JMSActiveMQBrokerInTime, and JMSActiveMQBrokerOutTime?
(2) Which one is more accurate jmsTimeStamp, and properties:
JMSActiveMQBrokerInTime? Reason for asking this question is that I have