Author |
Message |
Topic: Scenarios where JMSTimestamp header can be missing ... |
parikh.vikas
Replies: 9 Views: 7186
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 20, 2011 4:40 am Subject: Scenarios where JMSTimestamp header can be missing ... |
I have mentioned in my earlier post that ->
Also, Note that I don't have control over the publisher of the message (it is all together different application), so I need to make configuration o ... |
Topic: Scenarios where JMSTimestamp header can be missing ... |
parikh.vikas
Replies: 9 Views: 7186
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 20, 2011 1:32 am Subject: Scenarios where JMSTimestamp header can be missing ... |
Hi guys,
Thanks for the post.
Reason why i want to choose all messages prior to 1 min(it is configuarable) is process / business specific, can't handle this scenario, without message selector.
... |
Topic: Scenarios where JMSTimestamp header can be missing ... |
parikh.vikas
Replies: 9 Views: 7186
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 19, 2011 11:55 am Subject: Scenarios where JMSTimestamp header can be missing ... |
Yeah, set up is the same.
The scenario is like this:
I want to retrieve only those messages which are published 1 prior to the current time. So while creatig consumer, I use below Message Select ... |
Topic: JMSTimestamp header value not set in GMT |
parikh.vikas
Replies: 4 Views: 8469
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 19, 2011 11:49 am Subject: JMSTimestamp header value not set in GMT |
Yeah, Thanks a lot.
Infact I turned out to be fullish when I say time in millis with different Timezone, as its always UTC
I tried the concept of filtering messages based on JMSTimestamp, with t ... |
Topic: Scenarios where JMSTimestamp header can be missing ... |
parikh.vikas
Replies: 9 Views: 7186
|
Forum: IBM MQ Java / JMS Posted: Wed Jan 19, 2011 11:35 am Subject: Scenarios where JMSTimestamp header can be missing ... |
Hello Friends,
I am using JMS Provider as IBM MQ V7.0.1
what are the different scenarios where JMSTimestamp header can be missing (or value can be NULL / 0) in a JMS Message, when retrived using ... |
Topic: JMSTimestamp header value not set in GMT |
parikh.vikas
Replies: 4 Views: 8469
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 18, 2011 12:23 pm Subject: JMSTimestamp header value not set in GMT |
Hello friends,
I have been using JMS for almost 2 years, though started working with IBM MQ as JMS provider just few months ago.
MQ version I am using is: IBM MQ v7.0.1
Currently issue I am fa ... |