Re: Cannot start Activemq 5.14.0 in a Karaf OSGi container without internet access

2016-09-15 Thread lichtin
It looks like the problem is that when Spring in PluggableSchemaResolver.getSchemaMappings() tries to load all the "META-INF/spring.schemas" files, it only finds the one located in the activemq-osgi JAR. For some reason, the classloader does not return any of the "spring.schemas" files from the Spr

Re: Problem With Network of Brokers 5.14.0

2016-09-15 Thread Geoffrey Mina
Thanks for responding, Tim. We only have about 50 destinations with almost no churn. The CPU at the time was minimal. Load was less than .5 on a 4 core system. RAM usage was less than 1G on 4G allocated to JVM heap. Maybe a good place to start is understanding what the correct troubleshooting

Re: Problem With Network of Brokers 5.14.0

2016-09-15 Thread Matt Pavlovich
How are your consumers setup? This looks like a mesh config.. I'm wondering if the max message hop ttl was reached and the messages are parked in that one broker. That scenarios is helped by splitting the consumerTTL and the messageTTL and not using networkTTL. Do you have a specific reason fo

Re: Problem With Network of Brokers 5.14.0

2016-09-15 Thread Tim Bain
If that's true, the decreaseNetworkConsumerPriority property (see http://activemq.apache.org/networks-of-brokers.html for details) would prevent the problem. Though it could result in less even load balancing across consumers connected to different brokers; it depends on how the producers and cons

Can I run my Zookeepers on the same machines as AMQ

2016-09-15 Thread tombi
Hello, So to provide HA support with AMQ I understand I need at least three AMQs and three Zookeeper nodes. How feasible would it be to run a Zookeeper instance on each AMQ node? Then if we lose one node we still have two Zookeepers and two AMQs. Also then I only need 3 nodes instead of 6 to run

Re: Problem With Network of Brokers 5.14.0

2016-09-15 Thread Geoffrey Mina
The consumers are setup with a failover() URI that has all 3 of our AMQ servers in the list. We have conduitSubscriptions=false so that we can achieve even load balancing across all of the consumers. I am not sure we hit a TTL limit as I was under the impression the messages were dequeuing, just

Re: Messages lost

2016-09-15 Thread RRK4788
Hi Tim, I could not see any option to check the messages dispatched to each consumers in Jconsole. PFA the attached Jconsole. -- View this message in context: http://activemq.2283324.n4.nabble.com/Messages-lost-tp4715715p47165

Re: [Artemis] Error message in log file for cluster on v1.3

2016-09-15 Thread abhijith
We are still facing this issue. Anyone know why this is happening? -- View this message in context: http://activemq.2283324.n4.nabble.com/Artemis-Error-message-in-log-file-for-cluster-on-v1-3-tp4713397p4716576.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Messages lost

2016-09-15 Thread Tim Bain
Click to the MBeans tab, then drill into the broker MBean to get to the destinations, find one that's experiencing this behavior, and drill into it to find its consumers. Clicking on each one should show its properties in the right-side pane. On Sep 15, 2016 7:59 PM, "RRK4788" wrote: > Hi Tim,