Creating JMS Queues at runtime.
Posted
by ankur
on Stack Overflow
See other posts from Stack Overflow
or by ankur
Published on 2010-03-27T11:29:44Z
Indexed on
2010/03/27
11:33 UTC
Read the original article
Hit count: 232
I am working on an application where the app user can create / delete queues . Also , he would be able to move a message from 1 queue to another, delete a message , rearrange the messages in the queue based on some filter.
One possible design is to use activemq for queues and apache camel for various other operations having integrated with Grails.
But I am not sure whether ActiveMQ allows creation /deleltion queues at runtime.
Would this be a good choice to implement such system?
© Stack Overflow or respective owner