Author |
Message |
Topic: how to get timestamp from message without using JMS API |
mr_shuchun
Replies: 6 Views: 12046
|
Forum: IBM MQ Java / JMS Posted: Tue May 15, 2007 9:44 pm Subject: how to get timestamp from message without using JMS API |
I understand what you said. JMSTimestamp is different from putDateTime.
JMSTimestamp is the time a message was handed off to a provider to be sent, whereas putDateTime is the time a message is put ... |
Topic: how to get timestamp from message without using JMS API |
mr_shuchun
Replies: 6 Views: 12046
|
Forum: IBM MQ Java / JMS Posted: Tue May 15, 2007 6:39 pm Subject: how to get timestamp from message without using JMS API |
I understand what you said. JMSTimestamp is different from putDateTime.
JMSTimestamp is the time a message was handed off to a provider to be sent, whereas putDateTime is the time a message is put ... |
Topic: how to get timestamp from message without using JMS API |
mr_shuchun
Replies: 6 Views: 12046
|
Forum: IBM MQ Java / JMS Posted: Tue May 15, 2007 5:21 pm Subject: how to get timestamp from message without using JMS API |
You mean you want to get the put date and the put time - that JMS magically converts into a seconds-since-epoch number?
no, JMS didn't also converts it and just return long value by calling getJMST ... |
Topic: how to get timestamp from message without using JMS API |
mr_shuchun
Replies: 6 Views: 12046
|
Forum: IBM MQ Java / JMS Posted: Tue May 15, 2007 12:52 am Subject: how to get timestamp from message without using JMS API |
I want to improve the performance of MQ monitoring tool.
now it is implemented using both JMS API and JMS implelmentation API, I want to find a better way to get timesatamp of oldest message and de ... |
Topic: Help! How to get all queue name for specified queue manager? |
mr_shuchun
Replies: 8 Views: 6725
|
Forum: General IBM MQ Support Posted: Mon Sep 25, 2006 12:26 am Subject: Help! How to get all queue name for specified queue manager? |
Thanks Vitor,
mr_shuchun
thanks a lot ! you are so good a man!
it's me that misunderstand you. I would think of "pcf" as "pdf" lah.
I have solved my first problem. ... |
Topic: Help! How to get all queue name for specified queue manager? |
mr_shuchun
Replies: 8 Views: 6725
|
Forum: General IBM MQ Support Posted: Mon Sep 25, 2006 12:04 am Subject: Help! How to get all queue name for specified queue manager? |
To clarify & expand what elvis_gn is getting at, you need to use PCF to obtain the queue names etc. You'll find all the valuable information you need in the documentation and/or infocentre; or via ... |
Topic: Help! How to get all queue name for specified queue manager? |
mr_shuchun
Replies: 8 Views: 6725
|
Forum: General IBM MQ Support Posted: Sun Sep 24, 2006 11:57 pm Subject: Help! How to get all queue name for specified queue manager? |
Thanks Vitor,
mr_shuchun
thanks a lot ! you are so good a man!
it's me that misunderstand you. I would think of "pcf" as "pdf" lah.
I have solved my first problem. ... |
Topic: Help! How to get all queue name for specified queue manager? |
mr_shuchun
Replies: 8 Views: 6725
|
Forum: General IBM MQ Support Posted: Fri Sep 22, 2006 12:48 am Subject: Help! How to get all queue name for specified queue manager? |
Hi mr_shuchun,
Search for the pcf jar, google it...that should solve ur problem.
Regards.
Thanks, I had already looked though those pdf documents related to IBM Wherepare MQ Series. but I did ... |
Topic: Help! How to get all queue name for specified queue manager? |
mr_shuchun
Replies: 8 Views: 6725
|
Forum: General IBM MQ Support Posted: Thu Sep 21, 2006 11:01 pm Subject: Help! How to get all queue name for specified queue manager? |
Hi,
Appreciate if anyone can help me solve two problems below, I had already researched for a long time.
1. how to get all queue name for specified queue manager with APIs provided by MQ Ser ... |