FAQ for unsupported features in Open Message Queue Cannot resolve external resource into attachment.If you are interested in contributing to this FAQ, please read the Contribution Guidelines. Back to main Open MQ FAQ page Note: This web page lists various features of Open Message Queue that are not supported. Bugs filed against them will probably not be addressed. They are present in Open Message Queue for a number of reasons such as for debugging purposes, or for private use by another product. Use these APIs/features at your own risk.
List all messages in queue 'TestQueue' starting at index 90 (Note - indices start at 0): % imqcmd list msg -t q -n TestQueue -startMsgIndex 90 -nocheck Listing messages for the destination ------------------------------------ Destination Name Destination Type ------------------------------------ TestQueue Queue On the broker specified by: ------------------------- Host Primary Port ------------------------- localhost 7676 -------------------------------------------------------------------------------------------------- Message # Message IDs Priority Body Type -------------------------------------------------------------------------------------------------- 90 ID:99-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457170112 4 TextMessage 91 ID:100-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457170115 4 TextMessage 92 ID:101-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457170118 4 TextMessage 93 ID:102-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457170124 4 TextMessage 94 ID:103-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457170128 4 TextMessage 95 ID:104-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457170131 4 TextMessage 96 ID:105-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457170134 4 TextMessage 97 ID:106-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457170138 4 TextMessage 98 ID:107-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457170141 4 TextMessage 99 ID:108-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457170144 4 TextMessage List 10 messages in queue 'TestQueue' starting at index 15: % imqcmd list msg -t q -n TestQueue -startMsgIndex 15 -maxMsgsRet 10 -nocheck Listing messages for the destination ------------------------------------ Destination Name Destination Type ------------------------------------ TestQueue Queue On the broker specified by: ------------------------- Host Primary Port ------------------------- localhost 7676 ------------------------------------------------------------------------------------------------- Message # Message IDs Priority Body Type ------------------------------------------------------------------------------------------------- 15 ID:24-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457169837 4 TextMessage 16 ID:25-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457169840 4 TextMessage 17 ID:26-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457169844 4 TextMessage 18 ID:27-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457169846 4 TextMessage 19 ID:28-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457169849 4 TextMessage 20 ID:29-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457169854 4 TextMessage 21 ID:30-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457169857 4 TextMessage 22 ID:31-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457169860 4 TextMessage 23 ID:32-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457169872 4 TextMessage 24 ID:33-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457169875 4 TextMessage Successfully listed messages. Querying a message % imqcmd query msg -t q -n TestQueue -msgID "ID:24-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457169837" -nocheck Querying message: ------------------------------------------------------------ Message ID ------------------------------------------------------------ ID:24-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457169837 In the destination ------------------------------------ Destination Name Destination Type ------------------------------------ TestQueue Queue On the broker specified by: ------------------------- Host Primary Port ------------------------- localhost 7676 -------------------------- Message Header Information -------------------------- Message ID ID:24-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457169837 Correlation ID TestCorrID Destination Name TestQueue Destination Type Queue Delivery Mode PERSISTENT (2) Priority 4 Redelivered false Timestamp 7/30/08 3:32:49 PM Type Expiration 12/31/69 4:00:00 PM ReplyTo Destination Name temporary_destination://queue/AAA.BBB.CCC.DDD/58798/1 ReplyTo Destination Type ------------------------------ Message Properties Information ------------------------------ LongProp 6534 IntProp 3 StringProp TestStringValue DoubleProp 7.4687643E7 ------------------------ Message Body Information ------------------------ Body Type TextMessage (1) Deleting a message imqcmd destroy msg -t q -n TestQueue -msgID "ID:24-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457169837" -nocheck Destroying message: ------------------------------------------------------------ Message ID ------------------------------------------------------------ ID:24-AAA.BBB.CCC.DDD(e9:3b:c8:51:8b:75)-58798-1217457169837 In the destination ------------------------------------ Destination Name Destination Type ------------------------------------ TestQueue Queue On the broker specified by: ------------------------- Host Primary Port ------------------------- localhost 7676 Are you sure you want to destroy this message? (y/n)[n] y Successfully destroyed message. |