I have a need to discover queues programmatically and dequeue messages off of
them. In other words, I cannot make configuration changes to handle new JMS
destinations and/or add new instances of the same listener. I basically need
a way to have a process that dynamically discovers destinations (and
identifies new ones as messages get sent to them) and dequeues messages off
of them? What is the best approach for this? Any EIP pattern in place for
this?
--
View this message in context:
http://www.nabble.com/Discovering-queues-programmatically-and-dequeuing-messages-off-of-them-tp19538405p19538405.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.