Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 72417 invoked from network); 4 Jun 2007 15:18:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2007 15:18:01 -0000 Received: (qmail 71653 invoked by uid 500); 4 Jun 2007 15:18:04 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 71629 invoked by uid 500); 4 Jun 2007 15:18:04 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 71620 invoked by uid 99); 4 Jun 2007 15:18:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 08:18:04 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 216.139.236.158 as permitted sender) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 08:18:00 -0700 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1HvEJP-0002Mk-KG for dev@activemq.apache.org; Mon, 04 Jun 2007 08:17:39 -0700 Message-ID: <10951836.post@talk.nabble.com> Date: Mon, 4 Jun 2007 08:17:39 -0700 (PDT) From: dmitryg To: dev@activemq.apache.org Subject: How to force broker to disconnect client MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: dgalochkin@gmail.com X-Virus-Checked: Checked by ClamAV on apache.org Sorry, I'm relatively new to ActiveMQ. My question is how user with adim privileges can programatically ask broker to disconnect client and/or forcefully remove his subscriptions? For example malicious client used some other client credentials to connect to broker(ActiveMQ security) and consumes/publish messages. Or another case when client saw that network connection to the broker has been lost, but broker didn't notice it yet. If client does fresh connection( without keeping state) I need to force broker to remove previous client's connection objects and subscriptions. Does ActiveMQ has a solution for that? -- View this message in context: http://www.nabble.com/How-to-force-broker-to-disconnect-client-tf3865880s2354.html#a10951836 Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.