Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 39C12200B45 for ; Fri, 15 Jul 2016 15:33:46 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 382EA160A61; Fri, 15 Jul 2016 13:33:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7FFF0160A57 for ; Fri, 15 Jul 2016 15:33:45 +0200 (CEST) Received: (qmail 86621 invoked by uid 500); 15 Jul 2016 13:33:41 -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 86610 invoked by uid 99); 15 Jul 2016 13:33:41 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Jul 2016 13:33:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id F10FA1A02A9 for ; Fri, 15 Jul 2016 13:33:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.747 X-Spam-Level: X-Spam-Status: No, score=-3.747 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id vHO2M1O6_E2q for ; Fri, 15 Jul 2016 13:33:40 +0000 (UTC) Received: from mx6-phx2.redhat.com (mx6-phx2.redhat.com [209.132.183.39]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 866075FBFE for ; Fri, 15 Jul 2016 13:33:39 +0000 (UTC) Received: from zmail09.collab.prod.int.phx2.redhat.com (zmail09.collab.prod.int.phx2.redhat.com [10.5.83.11]) by mx6-phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u6FDXWux023977 for ; Fri, 15 Jul 2016 09:33:32 -0400 Date: Fri, 15 Jul 2016 09:33:32 -0400 (EDT) From: Justin Bertram To: users@activemq.apache.org Message-ID: <617474161.7438974.1468589612448.JavaMail.zimbra@redhat.com> In-Reply-To: References: Subject: Re: Managing clients in Artemis MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.10.56.142] X-Mailer: Zimbra 8.0.6_GA_5922 (ZimbraWebClient - GC51 (Linux)/8.0.6_GA_5922) Thread-Topic: Managing clients in Artemis Thread-Index: IVAAmP/4EB/04cLxjPMFkHw1GgwSSQ== archived-at: Fri, 15 Jul 2016 13:33:46 -0000 For questions 1, 3, and 5 I think you would be helped by reading the security documentation [1]. I don't understand what you're asking about in questions 2 and 4. Justin [1] http://activemq.apache.org/artemis/docs/1.3.0/security.html ----- Original Message ----- From: "Ragavan Thiru" To: users@activemq.apache.org Sent: Friday, July 15, 2016 6:03:56 AM Subject: Managing clients in Artemis Hi, I have configured Artemis as MQTT broker. I have some questions regarding the configuration of the followings, 1. How can I configure clients and tokens/passwords of those clients? 2, If I want to manage the client credentials through an external web service how can I configure it? 3. Is there any manual configuration requires to be done to evaluate the credentials when a client tries to make a connection? 4. How to configure custom dynamic topics in this configuration? 5. How to filter only certain clients can connect to certain topics and others not? Thanks, , T.Ragavan.