Re: [ANNOUNCE] welcome Tim Bish as our newest committer!

2006-08-10 Thread Hiram Chirino
Congrats and great work! On 8/10/06, James Strachan [EMAIL PROTECTED] wrote: We've now got a new committer, Tim Bish who's been doing great work with our previous new committer, Nathan Mittler on the C++ code for ActiveMQ. I never announced Nathan joining either (bad James!) so welcome to the

[jira] Commented: (AMQ-826) LDAP based authorization support

2006-08-10 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-826?page=comments#action_36746 ] james strachan commented on AMQ-826: The best thing is to grab the code from subversion... http://incubator.apache.org/activemq/source.html e.g. type svn co

[jira] Assigned: (AMQ-815) generate a warning by default if a client connects via openwire using a different release version of the broker

2006-08-10 Thread Hiram Chirino (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-815?page=all ] Hiram Chirino reassigned AMQ-815: - Assignee: Hiram Chirino generate a warning by default if a client connects via openwire using a different release version of the broker

Where to add new SSL BrokerService functionality

2006-08-10 Thread Sepand M
Hi all, As some of you may know, I'm working on an SSL client certificate authorization system for ActiveMQ. I've gotten some of the basics done and am trying to create a way of ensuring that SSL client certificates are used. I see two options (and I strongly prefer the second one): 1. The

Re: [ANNOUNCE] welcome Tim Bish as our newest committer!

2006-08-10 Thread Bruce Snyder
On 8/10/06, James Strachan [EMAIL PROTECTED] wrote: We've now got a new committer, Tim Bish who's been doing great work with our previous new committer, Nathan Mittler on the C++ code for ActiveMQ. I never announced Nathan joining either (bad James!) so welcome to the team Tim and Nathan!

Re: Where to add new SSL BrokerService functionality

2006-08-10 Thread Hiram Chirino
I would go with option 1 since SSL is transport layer option and does not really have anything to do with the core of the broker. On 8/10/06, Sepand M [EMAIL PROTECTED] wrote: Hi all, As some of you may know, I'm working on an SSL client certificate authorization system for ActiveMQ. I've