On 9/7/06, Jonas Lim <[EMAIL PROTECTED]> wrote:
Hi,Set the value of the setMessageListener of your MessageConsumer to null. This should remove the message listener for the message consumer.
though that will keep the consumer active - so if what you really wanna do is stop consuming, you could call consumer.close() -- James ------- http://radio.weblogs.com/0112098/
