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 C5850D191 for ; Tue, 28 May 2013 17:34:08 +0000 (UTC) Received: (qmail 28552 invoked by uid 500); 28 May 2013 17:34:08 -0000 Delivered-To: apmail-activemq-users-archive@activemq.apache.org Received: (qmail 28138 invoked by uid 500); 28 May 2013 17:34:07 -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 27929 invoked by uid 99); 28 May 2013 17:33:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2013 17:33:59 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of codecraig@gmail.com designates 209.85.214.170 as permitted sender) Received: from [209.85.214.170] (HELO mail-ob0-f170.google.com) (209.85.214.170) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2013 17:33:54 +0000 Received: by mail-ob0-f170.google.com with SMTP id er7so9440132obc.1 for ; Tue, 28 May 2013 10:33:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=QzBZsW//tIjy4aWcf6at80zdis2PJHnpKkQGI3l2a50=; b=vkkBZgCP9PSFuScp7ssGgvV7a/J7uE30s3lTuZbvWvtIBMXKoz/A7RX9PFe+OmZBKs luH90Y+aSCln+CDa8V971CKDXayBElhzJc/r2tfj3s1o0b4ACImcNZHT6dBkO4+gBkTh qL2XCkLFPxiJymMI3+aRz44sXHEZHWtRkMBAjRxZ1XZKvETyamu4DYZ0FyS7XK5I08bh LSy8vpyQEpkiPkz8sBUDdH9q7GmKJwjn1j00VKRAkc10DOKR2usXY9HzqaMp4kCpCbuK rg9cupLB68I3LNz2UNU1x2ZG36xMmR8Eepjf5mJ2r5m/3l0DgaxJsviPG1gYZgN/tzLQ eWVQ== MIME-Version: 1.0 X-Received: by 10.60.141.231 with SMTP id rr7mr20937487oeb.77.1369762413927; Tue, 28 May 2013 10:33:33 -0700 (PDT) Received: by 10.76.143.234 with HTTP; Tue, 28 May 2013 10:33:33 -0700 (PDT) Date: Tue, 28 May 2013 13:33:33 -0400 Message-ID: Subject: Apply login module to certain channels From: craig w To: users@activemq.apache.org Content-Type: multipart/alternative; boundary=047d7b339a3f1bede104ddcaaaf2 X-Virus-Checked: Checked by ClamAV on apache.org --047d7b339a3f1bede104ddcaaaf2 Content-Type: text/plain; charset=ISO-8859-1 Is it possible to configure a login module such that it only affects certain destinations (topics/queues)? For some destinations I'd like to require username/password, some others I'd like to require client certificates. Meanwhile I have some other channels that don't need username/password auth or client certificates at all. --047d7b339a3f1bede104ddcaaaf2--