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 A4B248FBE for ; Thu, 18 Aug 2011 09:36:07 +0000 (UTC) Received: (qmail 98361 invoked by uid 500); 18 Aug 2011 09:36:06 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 97746 invoked by uid 500); 18 Aug 2011 09:35:44 -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 97720 invoked by uid 99); 18 Aug 2011 09:35:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2011 09:35:37 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,NORMAL_HTTP_TO_IP,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of chubrilo@gmail.com designates 209.85.161.43 as permitted sender) Received: from [209.85.161.43] (HELO mail-fx0-f43.google.com) (209.85.161.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Aug 2011 09:35:32 +0000 Received: by fxg17 with SMTP id 17so1537662fxg.2 for ; Thu, 18 Aug 2011 02:35:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=TxCYGJuyvTh0ZV76R9GZ52J/8FMrRc0/CR9kpEU44Uo=; b=qfnPGp3HqeFaxJ2w1OO6IzZkUaA+1pEh6vpQG3EcVQKpXrogpSPpZC+vMSz2194pO9 97KK+8yMBC4Xpq9wq0nceizSkxzXavUk+kt3f7K4m+qmtunYu+R7YuUhJKRnmo28mqO0 WuJK7L0Jhm1wlXFLv5e62lU6ASCaetoPtAvPg= MIME-Version: 1.0 Received: by 10.223.86.80 with SMTP id r16mr808442fal.84.1313660111033; Thu, 18 Aug 2011 02:35:11 -0700 (PDT) Sender: chubrilo@gmail.com Received: by 10.223.97.16 with HTTP; Thu, 18 Aug 2011 02:35:10 -0700 (PDT) In-Reply-To: References: Date: Thu, 18 Aug 2011 11:35:10 +0200 X-Google-Sender-Auth: Oaot_8DdLiBp6SK-LAhRrtCR_1A Message-ID: Subject: Re: Per-transportconnector authentication From: Dejan Bosanac To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=20cf3054a5b146179f04aac45405 --20cf3054a5b146179f04aac45405 Content-Type: text/plain; charset=ISO-8859-1 We don't have that at the moment. The closest thing there is to that is Jaas dual plugin, which uses certificates to authenticate ssl connections and user/pass for plain ones. It shouldn't be hard to implement it. If you want to give it a try take a look at current plugins https://fisheye6.atlassian.com/browse/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/security Regards -- Dejan Bosanac - http://twitter.com/dejanb ----------------- The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Thu, Aug 18, 2011 at 11:01 AM, John Fletcher wrote: > I have an ActiveMQ instance with transport connectors as follows: > > > > Is it possible to require authentication on the ssl connector but allow > anonymous authentication on the local connector? I don't have complicated > authorisation rules, I could just give admin access to anyone who > successfully connects by either route. > > John > --20cf3054a5b146179f04aac45405--