jms - SUN IMQ topic messages preview -


Is a message that lives inside the destruction of a JMS subject?

I have a problem with messages that are not being issued from the theme destination. There are about 1 manufacturer and 7 consumers on the subject and none of them is sustainable.

Thanks in advance for any suggestions.

After some excavation the answer was finally found.

I have to use the following command:

  imqcmd list msg -tt -n My_topic-nocheck  

Where my_topic my subject Destination name is received after receiving the response:

Listing message for destination ------------------------ ----- ------- Destination Name Destination Type ---------------------------------- - Specified by the broker on my_queue topic: ------------------------- Host primitive port ------------- ---- -------- Localhost 7676 ------------------------------------ ---- ---------------------------------------------- ---- -------- Message # message encountered D Priority Body type ----------------------------------- ---------- ---------------------------------------- ---------- --- Id 0: 9-AAA BBB CCC DDD (E9: 3b: C8: 51: 8b: 75) -58798-12174571696304 Text Message1 ID: 10-AAA .BBB.CCC.DDD (E9: 3b: C8: 51: 8b: 75) -58798-12174571697094 Text Message2 ID: 11-AAA. BBB CCC DDD (E9: 3b: C8: 51: 8b: 75) -58798-1217457169717 4 Text Message 3 ID: 12-AAA BBB CCCDDD (E9: 3b: C8: 51: 8b: 75) -58798 -1217457169720 4 Text Message 4 ID: 13-AAA BBB CCC DDD (E9: 3b: C8: 51: 8b: 75) -58798-1217457169723 4 Text Message 5 ID: 14-AAABBBCCDDD (E9: 3b: c8: 51: 8b: 75) -58798-1217457169727 4Textemes

I can see message details with this command:

  imqcmd query msg - Tt -n my_topic -msgID "ID: 9-AAA B.B.B. CCD.DDD (E9: 3b: C8: 51: 8b: 75) -58798-1217457169630" -Narch  

Which ILL print Something like:

  Message inquiries: -------------------------------- ---------------------------- Message ID -------------------- ----- ----------------------------------- ID: 9-AAA.bbbccc DDD (E9: 3 B: C8: 51: 8b: 75) -58798-1217457169630 In destination ----------------------------- --- ---- Destination name destination type ------------------------------------ specified by the broker on my_topic topic : ------------------------- Host primaries ports ----------------- ---- ---- Localhost 7676 ------ -------------------- Message header information --------------- ----------- Message ID: 9-AAA BBB CCC.d.D.D. (E 9: 3b: C8: 51: 8b: 75) -58798-1217457169630Correlation ID TestRiridated Destination Name my_topicDistribution Type Specifications (2) Priority 4 Reverted False Timestamp 7 / 30/08 3:32:49 PM Type Expiry 12/31/69 4:00:00 PM Uttar Pradesh Destination Name Temp_nation: //topic/AAA.BBB.CCC.DDD/58798/1 Reply Destination Type ---- --- ----------------------- Message Properties Notice --------------------- --- ------ LongPop 6534 Intrap 3 stringprop test string value Doubleprop 7.4687643 A7 ------------------------ Message Physical Information ----- -------------- ----- Body Type Text Message (1)  

The message can then be deleted with the command:

  imqcmd de Stroy msg -tt -n my_topic- "ID: 9-AAA .bbb.ccccddd (E9: 3b: C8: 51: 8b: 75) -58798-1217457169630" -Narch  

Hope this helps someone, someday ...


Comments