Re: How can I unsubscribe the topic

2013-10-13 Thread yjgyjg1997
thank you .it worked. -- View this message in context: http://activemq.2283324.n4.nabble.com/How-can-I-unsubscribe-the-topic-tp4672625p4672720.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: How can I unsubscribe the topic

2013-10-10 Thread Christian Posta
non-durable: consumer.close(); durable: session.unsubscribe(durableId) On Thu, Oct 10, 2013 at 11:27 PM, yjgyjg1997 <549030...@qq.com> wrote: > How can i unsubscribe the topic that I have subscribed ? When i > received a > special message in the onMessage function,I want to unsubscribe the t