any way t read a message from a Queue without actually removing it

Hello friends,Can anyone please tell me , is there any way to read contents of TextMessage from a Queue, without actually removing it from Queue using receive method
[179 byte] By [rohit_mca2000a] at [2007-10-2 8:36:16]
# 1
You can use a QueueBrowser to get an Enumeration of the messages in the queue.
kcounsella at 2007-7-16 22:37:50 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
got it , thanks Kcounsell ,
rohit_mca2000a at 2007-7-16 22:37:50 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...