0 Replies Latest reply on Dec 23, 2014 4:58 AM by vaibhavc4

    Filtered Destinations vs camel Route

    vaibhavc4

      Hello,

       

      I have a requirement in a project where in messages which arrive on one central queue need to be moved on function/application specific queues. Considering we are going to have high load on the central as well as application specific queues, which of the below option would be better

      1. Use virtual destinations and filtered destination using a selector

      2, Write a simple camel route which is based on Content based routing

       

      For filtering we plan to app names which are part of the JMS header

       

      Regards

      Vaibhav Chavan