I want to view ALL messages (message-driven POJOs) of a queue without removing them from the queue. Is there a way to accomplish that?

I found out that with "sessionAcknowledgeMode", I can view one single message before acknowledging and removing it from a queue. But thats not what I want. I want a list of all the message without actually removing them.

THX!