Return-Path: X-Original-To: apmail-activemq-users-archive@www.apache.org Delivered-To: apmail-activemq-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5BA0C92F7 for ; Thu, 1 Mar 2012 13:25:18 +0000 (UTC) Received: (qmail 45162 invoked by uid 500); 1 Mar 2012 13:25:17 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 45139 invoked by uid 500); 1 Mar 2012 13:25:17 -0000 Mailing-List: contact users-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@activemq.apache.org Delivered-To: mailing list users@activemq.apache.org Received: (qmail 45130 invoked by uid 99); 1 Mar 2012 13:25:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 13:25:17 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of taar93@googlemail.com designates 209.85.212.171 as permitted sender) Received: from [209.85.212.171] (HELO mail-wi0-f171.google.com) (209.85.212.171) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 13:25:12 +0000 Received: by wibhj6 with SMTP id hj6so424641wib.2 for ; Thu, 01 Mar 2012 05:24:51 -0800 (PST) Received-SPF: pass (google.com: domain of taar93@googlemail.com designates 10.180.79.229 as permitted sender) client-ip=10.180.79.229; Authentication-Results: mr.google.com; spf=pass (google.com: domain of taar93@googlemail.com designates 10.180.79.229 as permitted sender) smtp.mail=taar93@googlemail.com; dkim=pass header.i=taar93@googlemail.com Received: from mr.google.com ([10.180.79.229]) by 10.180.79.229 with SMTP id m5mr10764811wix.6.1330608291673 (num_hops = 1); Thu, 01 Mar 2012 05:24:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=J4+KgIF05CYH1GDkgdWhchbFKE8lFddy4Yhs873L6AE=; b=OK9Um/LPU7FJVwJXnNBt7vA6ZRrOjye0hZKp/dHeUKSn4Z47fOy+eXWbqCZpot1oXi oos7RgU1Uh2GtYw3Im1VyjoJoxhUHFna0MPTMwPj2jtEG4wTTaDac8uB8TNSPPaTstxk dLN+YGYNgXlruG86uxhfbwYr1rqhkd2U1PTc0= MIME-Version: 1.0 Received: by 10.180.79.229 with SMTP id m5mr8618842wix.6.1330608291625; Thu, 01 Mar 2012 05:24:51 -0800 (PST) Received: by 10.223.98.207 with HTTP; Thu, 1 Mar 2012 05:24:51 -0800 (PST) Date: Thu, 1 Mar 2012 14:24:51 +0100 Message-ID: Subject: Notfication on closing of WebSocket connection? From: Otho To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=f46d041826588ebae204ba2e6284 X-Virus-Checked: Checked by ClamAV on apache.org --f46d041826588ebae204ba2e6284 Content-Type: text/plain; charset=ISO-8859-1 Hi all! It there any possibility to get notified on close of a WebSocket connection? The ServerSocket onClose method contains no logic and interceptors don't seem to offer that functionality, too. Regards, Otho --f46d041826588ebae204ba2e6284--