I have a scenario,
I have the same queue configured for SMS and EMAILS.
I want the ActiveMQ to route the message to specific consumer pool i.e. if it is an SMS, then it must be routed to a pool of worker threads for SMS.
So, If I need to scale up the number of SMSs, then I just need to increase the pool size of SMS Worker Pool and not for EMAIL worker pool.
Can I use Apache Camel to implement the routing logic for my requirement???