RE: apache-activemq-5.15.15 - User name or password is invalid

2021-11-03 Thread Diptin Patel
Hi Tim, Yes ldap crediantials defined in credentials.properties file are valid and I can authenticate with them. My problem appears to be within activemq.xml file for ldap. We're upgrading from ActiveMQ 5.10 with JDK 1.7 to ActiveMQ 5.15with JDK 1.8. I brought the configuration over from Activ

Re: Network of brokers and priority network links

2021-11-03 Thread Paul Burgess
Hi Tim, Don't be sorry! Thank you so much for your help, that worked a treat! Is there a way that I can set the base consumer priority in the xml config? So that messages prefer to travel through certain brokers? Thanks again, big help. From: Tim Bain Sent: 03

Re: Network of brokers and priority network links

2021-11-03 Thread Tim Bain
Use static:(failover:(stuff))?maxReconnectAttempts=0. Sorry for not remembering that it needed to be wrapped in static:(), the masterslave transport has mostly eliminated direct use of the failover transport in NoB configuration, so my memory is rusty. Tim On Tue, Nov 2, 2021, 6:58 AM Paul Burge