[jira] Commented: (AMQ-818) Code Drop for Version 0.0.2 of the activemq-cpp library

2006-07-21 Thread Nathan Mittler (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-818?page=comments#action_36602 ] Nathan Mittler commented on AMQ-818: Patch is applied - thanks Tim! Check it out and let me know if everything is as it should be. > Code Drop for Version 0.0.

[jira] Resolved: (AMQ-831) provide a JDBC based exclusive lock so that if just using the JDBCPersistenceAdapter (without the journal) we can have failover of brokers

2006-07-21 Thread james strachan (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-831?page=all ] james strachan resolved AMQ-831. Fix Version/s: 4.1 Resolution: Fixed For description of the feature see: http://activemq.org/site/jdbc-master-slave.html > provide a JDBC based exclu

JDBC based Master Slave

2006-07-21 Thread James Strachan
I've just committed this fairly simple addition to allow users who are not using the high performance journal and are just using pure JDBC for persistence to use a JDBC specific version of master slave which allows many slaves to be run with auto-failover http://activemq.org/site/jdbc-master-slave

Re: JDBC based Master Slave

2006-07-21 Thread Jason Dillon
Nice. :-) --jason On Jul 21, 2006, at 7:24 AM, James Strachan wrote: I've just committed this fairly simple addition to allow users who are not using the high performance journal and are just using pure JDBC for persistence to use a JDBC specific version of master slave which allows many sla

[jira] Commented: (AMQ-818) Code Drop for Version 0.0.2 of the activemq-cpp library

2006-07-21 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-818?page=comments#action_36604 ] Timothy Bish commented on AMQ-818: -- +1 Doesn't look "smelly" to me. > Code Drop for Version 0.0.2 of the activemq-cpp library > ---

[jira] Resolved: (AMQ-818) Code Drop for Version 0.0.2 of the activemq-cpp library

2006-07-21 Thread Nathan Mittler (JIRA)
[ https://issues.apache.org/activemq/browse/AMQ-818?page=all ] Nathan Mittler resolved AMQ-818. Resolution: Fixed patch has been applied to trunk ... not sure if a Fix Version applies - are we including the activemq-cpp code in releases? > Code Drop fo

Re: LDAP Authorization

2006-07-21 Thread ngcutura
(hyperlinked file below) http://www.nabble.com/user-files/72/LdapAuth.zip LdapAuth.zip This is the best I could come up with. Please take a look at LDAPAuthorizationMap.java and LDAPAuthorizationMap.xml. If they seem OK please tell em the next steps to actually use it in AMQ. I was not able to