Not sure what language are you using, but for Ruby and Perl there are libs that can connect to JMX. Also, it shouldn't be too hard to create a REST solution to this. Take a look at existing stuff in activemq-web module.
Regards -- Dejan Bosanac - http://twitter.com/dejanb ----------------- The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Wed, Jun 15, 2011 at 11:00 PM, James Green <james.mk.gr...@gmail.com>wrote: > Not sure this is even possible? > > We dynamically create our queues by pushing messages to channels with > account numbers appended. They get read as the account reads from it's > queue. When that account goes dead and it's messages expired (or no more > get > pushed) we then end up with many queues doing nothing but taking up space > on > the web console. > > Is there perhaps a configuration directive to expire queues? I can't see > anything in the STOMP protocol close to this. > > Thanks, > > James >