Re: Any plans to add paging to the admin UI … too may items.

2014-07-21 Thread Rural Hunter
Does maxBrowsePageSize actually affect web admin UI? I read the doc and seems the default value is 400. I didn't change it but I definitely don't see it works on web UI. When I browse a queue with like thousands of messages, the admin UI takes very long time and loads all the messages in one pa

Re: activemq in a 2 node cluster

2014-07-21 Thread Sanjit Mohanty
Hi, Could anyone help? _Sanjit On Sun, Jul 20, 2014 at 8:26 PM, Sanjit Mohanty wrote: > > Hi JB, > I'm already using network of brokers with failover URI. > > Assuming, I've 2 nodes in my cluster with IPs - ip1 & ip2 respectively, > then the broker URL used by me is > >failover

Re: ONLY one side can receive message!

2014-07-21 Thread Timothy Bish
On 07/21/2014 11:58 AM, kidfruit wrote: My activemq is 5.10, nms is 1.6 I create two topic consumers in two different pc for the same tune such as "topic://foo.bar", then send a map message from one pc. If B send , A and B can receive message. no problem. If A send , A can receive message, B ca

ONLY one side can receive message!

2014-07-21 Thread kidfruit
My activemq is 5.10, nms is 1.6 I create two topic consumers in two different pc for the same tune such as "topic://foo.bar", then send a map message from one pc. If B send , A and B can receive message. no problem. If A send , A can receive message, B can't receive. But I check web management, I

Re: PPA for Debs..?

2014-07-21 Thread James Green
I stumbled on fpm and then onto a project that uses fpm to create ActiveMQ debs from tarballs: https://github.com/rgevaert/activemq2deb After a few fixes (a PR is pending) I've managed to publish 5.7.0 and 5.10.0 to bintray. If anyone would like to try, add this to your sources.list: deb http://

Re: Any plans to add paging to the admin UI … too may items.

2014-07-21 Thread Gary Tully
do you set maxBrowsePageSize to something reasonable? The browser is limited by the minimum of: broker destination memory limit or maxBrowsePageSize. The thought is that there is very limited value in browsing all the messages in a large queue. Because of ordering, if there is a problem with deque

Website missing insecure content in Chrome

2014-07-21 Thread James Green
If I look at activemq.apache.org in Chrome it's missing a lot of styling. According to the Chrome logs it's an https web page trying to load resources from http and that's not allowed. Firefox has things fine. Hopefully someone can issue a fix as it looks like yet another project not being mainta

Re: 3-machine cluster + replicated leveldb + durable subs => massive message loss on restart

2014-07-21 Thread Frédéric Beaulieu
Found a workaround ... Topics are replaced by queues + persistent messages Durable subscribers are replaced by other queues + camel routing to feed them. Camel routes can be updated live using JMX/Jolokia call A benefit from using Camel is also that I can suspend the routing process. For refere