0 Replies Latest reply on Sep 6, 2007 12:05 AM by shankha

    JMS Queue problem

    shankha

      I have a JMS Queue in My jboss.

      Now from my standalone Java class I send message (in the XML format )to the queue.

      As queue is used for P2P communication.So there should be a dedicated listener to that queue to get the message.

      But my problem is little bit of different.

      If I have more than 2 listeners to that Queue, Can It be possible to send the message to a particular Listener Based on the Message Content?

      If possible how I can achieve it ?