On 8/25/06, StanleyH <[EMAIL PROTECTED]> wrote:
I have a string property typeOfMessage. I would like to filter messages typeOfMessage="NewMessageNotify" how do I create a consumer from a session with the correct selector string.
session.createConsumer(queue, "typeOfMessage = 'NewMessageNotify' "); -- James ------- http://radio.weblogs.com/0112098/
