On Fri, Jul 15, 2016 at 12:03 PM, Ragavan Thiru <sktr...@gmail.com> wrote:
> 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? > I'm not exactly sure what you mean by custom, but in MQTT subscriptions are created dynamically when the client requests to subscribe to an address. Artemis takes care of creating the relevant subscriptions queues for the client, for this reason the client does need permissions to create queues. See the doc Justin posted for controlling address space and access control. > > 5. How to filter only certain clients can connect to certain topics and > others not? > > Thanks, > , > T.Ragavan. >