Re: how to unsubscribe a frame using apache apollo?

2015-04-20 Thread Jamie G.
Here's a brief sample code: Stomp stomp = new Stomp(localhost, 61613); FutureFutureConnection future = stomp.connectFuture(); FutureConnection connection = future.await(); AsciiBuffer id = connection.nextId(); StompFrame unsubscribe = new StompFrame(UNSUBSCRIBE); unsubscribe.addHeader(ID,

Re: How to unsubscribe

2013-08-12 Thread Claus Ibsen
Hi Yeah see here http://activemq.apache.org/mailing-lists.html On Mon, Aug 12, 2013 at 7:57 AM, Mithun Kumar mithunsi...@gmail.com wrote: Hello All, Sorry for spamming. Can someone let me know how to unsubscribe? -mithun -- Claus Ibsen - Red Hat, Inc. Email: cib

How to unsubscribe

2013-08-11 Thread Mithun Kumar
Hello All, Sorry for spamming. Can someone let me know how to unsubscribe? -mithun