3 Replies Latest reply on Nov 13, 2008 7:39 PM by ilangocal

    allowing a client or MDB to specify by message header, messa

      Hi
      I am running JBoss 5 CR2 on Windows Vista.
      I have a Message Driven that is supposed to listen to message on a queue. Now my effort would be try and implement a Message Selector that would allow this MDB to read the message header off the messages on the queue and pick one up that matches the string in the message selector.

      After some research I found an issue on the Jboss JIRA regarding a selectorparser class and also an issue regarding "Port JMS selector parser code from JBossMQ". I thought these issues were relevant to what I want to do.

      How would I start implementing my requirement? Is there a sample that I can start out with?

      thanks in advance