Well, in a short note, the function you want would be
BrokerViewMBean.removeTopic.
You just need to connect to the mbean server and get the broker mbean
via JMX.
SingleShot wrote:
I would like to create a Java API to allow clients to create and destroy
topics. I've scoured the ActiveMQ site and the API and cannot figure out how
to programatically do this (in particular, how to "delete" a topic). How
would I do this? I suspect with JMX, but the JMX links on the site do not
illuminate how to do it.
Thanks.