Re: LDAP Authorization

2006-07-17 Thread James Strachan
Sounds great! I didn't see an attachment - I wonder it might be easier if you raised a JIRA and attached your zip to the JIRA issue? On 7/15/06, ngcutura <[EMAIL PROTECTED]> wrote: Hi all, I followed James' advice and created simple LDAPAuthorizationMap. It has no support for wildcards or comp

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

2006-07-17 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-826?page=all ] james strachan updated AMQ-826: --- Attachment: LdapAuth.zip > LDAP based authorization support > > > Key: AMQ-826 > URL: https://i

Re: LDAP Authorization

2006-07-17 Thread James Strachan
On 7/17/06, James Strachan <[EMAIL PROTECTED]> wrote: On 7/17/06, ngcutura <[EMAIL PROTECTED]> wrote: > > I saw an entry in JIRA "AMQ-376". Would this be appropriate or another one > > is required? > > Can I create entry in JIRA as unprivileged user? I didn't try, to be > > honest, I thought that

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

2006-07-17 Thread james strachan (JIRA)
LDAP based authorization support Key: AMQ-826 URL: https://issues.apache.org/activemq/browse/AMQ-826 Project: ActiveMQ Issue Type: Improvement Reporter: james strachan Patch kindly added by ngcu

Re: Server 2003 Support

2006-07-17 Thread Brian McCallister
Adrian, ActiveMQ is not officially certified on any platform, though we (ActiveMQ developers, or at least me) will certainly try to help you out on pretty much any platform we can. The best thing to do is to download the source distribution and run the test suite. It is pretty comprehensi

[jira] Created: (AMQ-827) allow the usageManager to be configured in Kb or Mb to make configuration a little easier

2006-07-17 Thread james strachan (JIRA)
allow the usageManager to be configured in Kb or Mb to make configuration a little easier - Key: AMQ-827 URL: https://issues.apache.org/activemq/browse/AMQ-827 Pr

[jira] Resolved: (AMQ-827) allow the usageManager to be configured in Kb or Mb to make configuration a little easier

2006-07-17 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-827?page=all ] james strachan resolved AMQ-827. Resolution: Fixed You can now use the setter methods / XML attributes limit="123" // bytes limitKb="123" // kilobytes limitMb="123" // megabytes > allow

[HeadsUp] specifying the UsageManager in Kb or Mb

2006-07-17 Thread James Strachan
This one has bugged me for the longest time - setting the size of the usage manager explicitly in bytes and having to do all that * 1024 * 1024 stuff in your head :) http://issues.apache.org/activemq/browse/AMQ-827 so now we can specify the usage manager easily in megabytes etc. It should sho

[jira] Created: (AMQ-828) add some XML configuration way to force the creation of certain destinations on startup

2006-07-17 Thread james strachan (JIRA)
add some XML configuration way to force the creation of certain destinations on startup --- Key: AMQ-828 URL: https://issues.apache.org/activemq/browse/AMQ-828 Projec

[jira] Commented: (AMQ-828) add some XML configuration way to force the creation of certain destinations on startup

2006-07-17 Thread Adrian Co (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-828?page=comments#action_36583 ] Adrian Co commented on AMQ-828: --- In relation to this, I wonder if its a good idea to have a flag to force clients that connect to this broker, use only the specified

Re: Virtual Topics (was Re: Failover topic subscribers)

2006-07-17 Thread James Strachan
On 7/14/06, bmadigan <[EMAIL PROTECTED]> wrote: I think something will need to be done in addConsumer(...). When a consumer subscribes to a queue called ActiveMQ.Virtual.GroupName.TopicName, the Destination is not created until someone sends a message to it. I think we should fix that. I've j