Re: Removing ActiveMQ destionations via Method Call

2007-07-05 Thread happyAMQ
://macstrac.blogspot.com/ -- View this message in context: http://www.nabble.com/Removing-ActiveMQ-destionations-via-Method-Call-tf4012602s2354.html#a11452131 Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Removing ActiveMQ destionations via Method Call

2007-07-02 Thread James Strachan
On 7/2/07, happyAMQ <[EMAIL PROTECTED]> wrote: Hi All, Similar to adding a destination with the method destination = session.createTopic(subject); How would I now remove this destination from the broker via a method call? Here you go... http://cwiki.apache.org/ACTIVEMQ/how-do-i-delete-a-de

Removing ActiveMQ destionations via Method Call

2007-07-02 Thread happyAMQ
Hi All, Similar to adding a destination with the method destination = session.createTopic(subject); How would I now remove this destination from the broker via a method call? Thanks, Jason. -- View this message in context: http://www.nabble.com/Removing-ActiveMQ-destionations-via-Method