1 Reply Latest reply on Sep 9, 2010 1:47 PM by clebert.suconic

    Message Selectors: filtering done by client or server?

    noky

      I looked through the documentation and some of the discussions, but didn't see an answer for this question:

       

      Does HornetQ implement Message Selectors on the server side or client side?  I have a topic which spews lots of realtime data, but various clients are usually only interested in a subset of that data.  It seems that using a message selector would be helpful to reduce network traffic, but only if the HornetQ server performed the filtering before sending the data.  Otherwise, it might be best to use multiple topics.

       

      Thanks!