I got a MDB which picks up all the messages dropped in a Queue owned by somebody else
There are many subscribers to that Queue.
I am interested only in a particular type of message. Like some messages start as "Password Changed". Others are like "Violation".
I don't want to Acknowledge the messages that i am not interested in and leave it in the Queue for somebody else who would be interested in it
How do I do it?