Hi, If I use the QueueBrowser to look at the messages in my JMS queue, does the QueueBrowser simply browse the Message headers or will the entire Message (data and all) get transfered?
After looking at examples using the QueueBrowser online, it appears that the QueueBrowser copies the entire message. This is unacceptable if I have messages with very large chunks of binary data in my queue. Is it possible to simply browse the message headers and then grab the message data when I need it? Is it there a way to tell the ActiveMQ MessageObject to do a lazy load with the message data so that the data is only loaded when getObject() is called? Thanks in advance. Joe -- View this message in context: http://www.nabble.com/Browsing-the-headers-of-messages-in-the-JMS-Queue-tp14854408s2354p14854408.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.