For some use of JMX from java, have a look at the source of the activemq
console:
http://svn.apache.org/viewvc/activemq/trunk/activemq-console/src/main/java/org/apache/activemq/console/command/ListCommand.java?view=markup

See the end of this article
http://pavelgolubeff.ya.ru/replies.xml?item_no=1583&ncrnd=702  for a jruby
example

On 22 June 2010 14:25, mevikasg <mevik...@gmail.com> wrote:

>
> Hi,
>
> I am also trying to achieve the same(Delete a queue & stand alone
> activemq).
>
> If you have resolved it then please share your code with me.
>
> Thanks alot in advance.
>
> -Vikas
>
>
>
>
> samahome wrote:
> >
> > Could you give some example on how to connect to the MBean Server  and
> get
> > the broker MBesan instance ?
> >
> > My activeMQ broker is running in stand-alone mode (not embedded broker).
> >
> >
> > - Sreenivas
> >
> > Adrian Co wrote:
> >>
> >> 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.
> >>>
> >>
> >>
> >>
> >
> >
>
> --
> View this message in context:
> http://old.nabble.com/Delete-Topic-Programmatically--tp7485454p28960026.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>


-- 
http://blog.garytully.com

Open Source Integration
http://fusesource.com

Reply via email to