Author |
Message
|
Hanuman |
Posted: Wed Dec 06, 2006 2:31 am Post subject: Need more clearty on Time stamp on queue |
|
|
 Voyager
Joined: 28 Aug 2006 Posts: 89
|
WebSphere MQ provides a sample queue browser that you can use to look at the
contents of the messages on a queue.
The contents of the messages on one of the queue is .
here i did not get the format for PutTime : '09331363'
Quote: |
what does '09331363' singnify interms of time........ |
Quote: |
MQOPEN - 'CENTRAL_TM_AE_QUEUE'
MQGET of message number 1
****Message descriptor****
StrucId : 'MD ' Version : 2
Report : 0 MsgType : 8
Expiry : -1 Feedback : 0
Encoding : 273 CodedCharSetId : 819
Format : 'MQHRF2 '
Priority : 4 Persistence : 1
MsgId : X'414D5120514D5F6F72665F7161303120451152E220000301'
CorrelId : X'000000000000000000000000000000000000000000000000'
BackoutCount : 0
ReplyToQ : ' '
ReplyToQMgr : 'QM_orf_qa01 '
** Identity Context
UserIdentifier : 'mqm '
AccountingToken :
X'0431303030000000000000000000000000000000000000000000000000000006'
ApplIdentityData : ' '
** Origin Context
PutApplType : '28'
PutApplName : 'MQSeries Client for Java '
PutDate : '20060928' PutTime : '09331363'
ApplOriginData : ' '
GroupId : X'000000000000000000000000000000000000000000000000'
MsgSeqNumber : '1'
Offset : '0'
MsgFlags : '0'
OriginalLength : '-1'
**** Message ****
length - 197 bytes
00000000: 5246 4820 0000 0002 0000 008C 0000 0111 'RFH ............'
00000010: 0000 04B8 4D51 5354 5220 2020 0000 0000 '...¸MQSTR ....'
00000020: 0000 04B8 0000 0020 3C6D 6364 3E3C 4D73 '...¸... <mcd><Ms'
00000030: 643E 6A6D 735F 7465 7874 3C2F 4D73 643E 'd>jms_text</Msd>'
00000040: 3C2F 6D63 643E 2020 0000 0040 3C6A 6D73 '</mcd> ...@<jms'
00000050: 3E3C 4473 743E 7175 6575 653A 2F2F 514D '><Dst>queue://QM'
00000060: 5F6F 7266 5F71 6130 312F 4345 4E54 5241 '_orf_qa01/CENTRA'
00000070: 4C5F 544D 5F41 455F 5155 4555 453C 2F44 'L_TM_AE_QUEUE</D'
00000080: 7374 3E3C 2F6A 6D73 3E20 2020 3C6D 6573 'st></jms> <mes'
00000090: 7361 6765 3E3C 6865 6172 7462 6561 743E 'sage><heartbeat>'
000000A0: 3039 2F32 382F 3230 3036 2031 353A 3039 '09/28/2006 15:09'
000000B0: 3C2F 6865 6172 7462 6561 743E 3C6D 6573 '</heartbeat><mes'
000000C0: 7361 6765 3E 'sage> ' |
Please help me on this... |
|
Back to top |
|
 |
Vitor |
Posted: Wed Dec 06, 2006 2:43 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
You'll find the format laid out in the desription of the PutTime field in the Application Programming Reference. Along with a description of all the other fields.
It's a fairly trivial task to upgrade the supplied sample brower program you're using to print a more friendly format using this information. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Hanuman |
Posted: Wed Dec 06, 2006 4:21 am Post subject: |
|
|
 Voyager
Joined: 28 Aug 2006 Posts: 89
|
Quote: |
You'll find the format laid out in the desription of the PutTime field in the Application Programming Reference. Along with a description of all the other fields. |
any particular document are you refering..
Thanks
Hanuman |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Dec 06, 2006 4:26 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
He's referring to the Manual that is a section in the MQ Information Center called "Application Programming Reference".
The MQ information center should be the most frequently used shortcut in your browser - as if nothing else it will keep you from having to wait around for other people to answer your qeustions, and keep you from getting responses to questions here that you may feel are making fun of you.
And if you can't find the MQ Information Center on your own, you aren't trying very hard at all. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Vitor |
Posted: Wed Dec 06, 2006 6:13 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Hanuman wrote: |
any particular document are you refering..
|
If you're experiencing difficulty identifying the PDF manual in the library called "Application Programming Reference", typing PutTime into the search field of the online information centre (also supplied I believe on the install media) will quickly bring up a number of references. There's a button (looks like a table of contents with arrows) that will show the reference's position in the book & hence allow you to examine the other fields.
Happy Reading!  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|