Is there clustering built into Apollo yet?

2013-07-15 Thread Garry Watkins
If not, are there plans to do it?

Re: Is there clustering built into Apollo yet?

2013-07-15 Thread Garry Watkins
Any idea on when the work will be started? On Jul 15, 2013, at 11:02 AM, Christian Posta christian.po...@gmail.com wrote: not yet, but there are definitely plans to do so. this is one of the last big features missing compared to activemq 5.x On Mon, Jul 15, 2013 at 10:58 AM, Garry Watkins

Re: Is it possible to use Client Certs for Authentication/Authorization for Apollo?

2013-07-13 Thread Garry Watkins
: https://issues.apache.org/jira/browse/APLO-330#comment-13707807 On Fri, Jul 12, 2013 at 11:22 AM, Garry Watkins cats...@me.com wrote: That sounds good. I was searching in the code and that is where i thought I might be able to hook in. Why not add an authorizer attribute which is the class

Re: Is it possible to use Client Certs for Authentication/Authorization for Apollo?

2013-07-12 Thread Garry Watkins
to perform the action against. The method just need return true if it's allowed. The only problem is there does not yet exist a way to configure a custom authorizer. Let me see if add support for that in the apollo configuration. On Wed, Jul 10, 2013 at 6:38 PM, Garry Watkins cats

Re: Is it possible to use Client Certs for Authentication/Authorization for Apollo?

2013-07-10 Thread Garry Watkins
, 2013 at 1:31 PM, Garry Watkins cats...@me.com wrote: Ok, now that I know that I can do that.How does Apollo assign the username? What I want to do is have anotherprocess create a queue just for that user, and that is the only queue thatuser may access.Thanks for the speedy response.On Jul 8, 2013, at 1

Re: Is it possible to use Client Certs for Authentication/Authorization for Apollo?

2013-07-10 Thread Garry Watkins
Yes, the users will be unknown at the time of connection. On Jul 10, 2013, at 3:00 PM, Hiram Chirino hi...@hiramchirino.com wrote: An the user names are dynamic? You don't know them ahead of time? On Tue, Jul 9, 2013 at 4:14 PM, Garry Watkins cats...@icloud.com wrote: I have been looking

Is it possible to use Client Certs for Authentication/Authorization for Apollo?

2013-07-08 Thread Garry Watkins
Is it possible to use Client Certs for Authentication/Authorization for Apollo?

Re: Is it possible to use Client Certs for Authentication/Authorization for Apollo?

2013-07-08 Thread Garry Watkins
...@gmail.com wrote: Yep, try adding the following to your ssl connector: connector id=default bind=ssl://0.0.0.0:61614 *ssl client_auth=need /* /connector On Mon, Jul 8, 2013 at 12:51 PM, Garry Watkins cats...@me.com wrote: Is it possible to use Client Certs for Authentication