I am working on an application in which an application user can create / delete queues. In addition, he will be able to move the message from one queue to another, delete the message, reorder the messages in the queue based on some filter.
One possible option is to use activemq for queues and apache camel for other operations integrated with Grails. But I'm not sure if ActiveMQ allows creating create / delete queues at runtime.
Would it be a good choice to implement such a system?
ankur source
share