On 8/24/06, StanleyH <[EMAIL PROTECTED]> wrote:
Hi, I am writing a voicemaill application. i'm trying to figure out how to download a message from the server without consuming it? is it possible? consume always remove the message from the queue. Does QueueBrowser allow a message to be retrieved or it is just browsing the headers?
Use a queue browser. It gets all the messages on the queue matching the subscription (destination + optional selector) but does not remove any messages -- James ------- http://radio.weblogs.com/0112098/
