Re: LeaseDatabaseLocker and parallel masters

2014-04-16 Thread Juan Nin
I'm about to start using the LeaseDatabaseLocker, but just for the active/passive piece. For the store itself I'm using a common NFS share with kahadb, since we've had issues with the NFS filesystem lock. Would like to also hear comments for the same but when using this approach for storage instea

Re: Lots of rubbish queues and topics are created after nessus scan

2013-07-05 Thread Juan Nin
Do you have the web console enabled? We experienced this same issue a couple times, and we believe it to have been via the web console. Since we protected it with user/passwd it didn't happen again. On Fri, Jul 5, 2013 at 5:53 AM, SuoNayi wrote: > Hi, I have enabled simpleAuthenticationPlugin

Re: mKahaDB: "PageFile is not loaded" exception

2013-03-26 Thread Juan Nin
Issue has been created, and Unit test attached to it: https://issues.apache.org/jira/browse/AMQ-4407 Regards. On Wed, Mar 20, 2013 at 1:34 PM, Juan Nin wrote: > Thx Gary! > > Will have my Team look into the Unit test, etc > > > On Tue, Mar 12, 2013 at 5:52 PM, Gary Tully wro

Re: mKahaDB: "PageFile is not loaded" exception

2013-03-20 Thread Juan Nin
me up with a variant of that test case that can easily > reproduce. In any event. please raise an issue to track this. > see the test: > > https://fisheye6.atlassian.com/browse/activemq/trunk/activemq-unit-tests/src/test/java/org/apache/activemq/bugs/AMQ4220Test.java?hb=true > > >

Fwd: mKahaDB: "PageFile is not loaded" exception

2013-03-12 Thread Juan Nin
Hi, any insights into this anyone? Thanks in advance. -- Forwarded message -- From: Juan Nin Date: Fri, Mar 8, 2013 at 11:08 AM Subject: mKahaDB: "PageFile is not loaded" exception To: users@activemq.apache.org Hi! I'm testing mKahaDB under ActiveMQ 5.8.0

mKahaDB: "PageFile is not loaded" exception

2013-03-08 Thread Juan Nin
Hi! I'm testing mKahaDB under ActiveMQ 5.8.0, so as to have separate journals for queues with different behaviours. In the config I'm setting up 3 journals: - one for "queue1.>" queues - another one for "queue2.>" queues - and a default one for the other queues Startup goes fine and

Re: Apollo and server redundancy

2013-02-20 Thread Juan Nin
Just read this article today, where it is described how to do it using LevelDB: https://github.com/fusesource/fuse-extra/tree/master/fusemq-leveldb#how-to-use-with-activemq-56 Regards On Tue, Feb 19, 2013 at 12:47 PM, Robert Borkowski wrote: > Hello, > > We are currently using ActiveMQ in produc

Re: Understanding memoryUsage (once again!)

2012-11-30 Thread Juan Nin
disk, it pages in messages in batches, this is > controlled by the maxPageSize policy enry for a destination. defaults to > 200 > > > On 29 November 2012 23:42, Juan Nin wrote: > > > Right now I set it to 5mb per queue, but I guess could be even less. > > > > I

Re: Understanding memoryUsage (once again!)

2012-11-29 Thread Juan Nin
The only downside is > if the consumers speed up, you'll be fetching from disk more often. > > Would be nice if the broker could auto-tune its memory usage... uh oh... > > > > > > > On Thu, Nov 29, 2012 at 12:45 PM, Juan Nin wrote: > > > Hi Christian! &g

Re: Understanding memoryUsage (once again!)

2012-11-29 Thread Juan Nin
hings up. So I just assigned enough memory to the broker so as not run into issues. Thanks again. On Tue, Nov 27, 2012 at 9:40 PM, Christian Posta wrote: > See inline... > > > On Wed, Nov 21, 2012 at 12:04 PM, Juan Nin wrote: > > > Hi! > > > > Sorry for the

Re: Understanding memoryUsage (once again!)

2012-11-21 Thread Juan Nin
is false, it's up to the cursor to determine when to flush out to disk. > But each destination/cursor will have it's own system usage (with the > global as the parent). > > Hope this helps. Can you please try with 5.7 and give us a report back? > Thanks, > Christian &

Re: Understanding memoryUsage (once again!)

2012-11-16 Thread Juan Nin
nope, adding a 3rd queue the 3rd one also gets this same value, so even if it's the memory usage of the queue it's anyway going beyond.. On Fri, Nov 16, 2012 at 4:32 PM, Juan Nin wrote: > Might it be just a bug on how the MemoryPercentUsage is calculated? > > If I connect vi

Re: Understanding memoryUsage (once again!)

2012-11-16 Thread Juan Nin
bit more than the specified memoryUsage of 50mb). Not sure I'm interpreting these values correctly though, first time I access it via jconsole... On Fri, Nov 16, 2012 at 4:07 PM, Juan Nin wrote: > On that config there's a 40mb memoryLimit per queue, but also tested it > with

Re: Understanding memoryUsage (once again!)

2012-11-16 Thread Juan Nin
On that config there's a 40mb memoryLimit per queue, but also tested it without it with same results. On Fri, Nov 16, 2012 at 4:05 PM, Juan Nin wrote: > Hi Torsten! > > I'm using ActiveMQ 5.3.2, but also tested it on 5.7.0 with the same > results... > This is my 5

Re: Understanding memoryUsage (once again!)

2012-11-16 Thread Juan Nin
7;persistent' => 'true')); } $amq->disconnect(); ?> On Fri, Nov 16, 2012 at 3:47 PM, Torsten Mielke wrote: > Hello, > > See in-line response. > > On Nov 16, 2012, at 6:29 PM, Juan Nin wrote: > > > Hi! > > > > After some heavy digging

Understanding memoryUsage (once again!)

2012-11-16 Thread Juan Nin
Hi! After some heavy digging about Producer Flow control and the systemUsage properties a couple of years ago, I thought I quite understood it. But yesterday I found that one of my configs was not behaving exactly as I expected, so started doing some tests, and I see certain behaviours which don't

Re: Broker and storage reference to persistence adapter, is this needed?

2012-11-16 Thread Juan Nin
ck. > > > > > > On 16 November 2012 13:29, Juan Nin wrote: > > > >> Hi! > >> > >> I just came across this article, where it's mentioned that you need to > >> "explicitly specify a persistence adapter within the configuration file &g

Re: Persistence messages and StoreUsage Memory

2011-06-01 Thread Juan Nin
Just as a suggestion, could be nice idea to better explain on the online documentation about all these memory seetings, what each ones means, and the typical things that are usually asked on this list about them. The "ActiveMQ in Action" book includes some slight things that are not mentioned on t

Re: Too many open files

2011-01-05 Thread Juan Nin
e activemq.xml that enables KahaDB with production > level settings? > > -don > > Can you give me a > > Juan Nin wrote: >> >> We used to have this issue with ActiveMQ 5.2.x, so had to rise the >> file descriptors. >> Since we moved to ActiveMQ 5.3.x and Kah

Re: Too many open files

2011-01-05 Thread Juan Nin
We used to have this issue with ActiveMQ 5.2.x, so had to rise the file descriptors. Since we moved to ActiveMQ 5.3.x and KahaDB, we naver had that issue again. Regards, Juan On Wed, Jan 5, 2011 at 12:01 PM, Don Santillan wrote: > Hello, > > I have an embedded activemq in my webapp and it is d