Re: JMSActiveMQBrokerInTime

2019-11-07 Thread Tim Bain
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

JMSActiveMQBrokerInTime

2019-10-22 Thread Martin Lichtin
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

Re: How to to get the JMSActiveMQBrokerInTime/OutTime using .NET NMS

2015-05-04 Thread Timothy Bish
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

How to to get the JMSActiveMQBrokerInTime/OutTime using .NET NMS

2015-05-04 Thread MarcoM
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

Re: JMSActiveMQBrokerInTime,JMSActiveMQBrokerOutTime via CMS

2012-11-07 Thread zackhasit
: http://activemq.2283324.n4.nabble.com/JMSActiveMQBrokerInTime-JMSActiveMQBrokerOutTime-via-CMS-tp4658837p4658959.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: JMSActiveMQBrokerInTime,JMSActiveMQBrokerOutTime via CMS

2012-11-06 Thread Timothy Bish
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

Re: Is property JMSActiveMQBrokerInTime really correct in Activemq trunk from svn checkout

2009-11-18 Thread Gary Tully
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

Is property JMSActiveMQBrokerInTime really correct in Activemq trunk from svn checkout

2009-11-17 Thread praveen.sharma
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