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 ?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4081540#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...