Re: Persistance on DB and "Failed to checkpoint a message store" error

2008-09-22 Thread Sandro Tosi
> you just use Oracle - or an embedded db - or the default store as a > work around ? > Could you also submit a test case for us - attached to a jira issue - > > > cheers, > > Rob > > Rob Davies > http://rajdavies.blogspot.com/ > > > > >

Web admin console protected with password

2008-09-22 Thread Sandro Tosi
We're working to integrate ActiveMQ in our business, and an important step is to protect the web admin console (the one usually listening at 8161) with a username/password. We don't need (for the moment) to have a complex authentication method, just a single username/password that only us (the ad

Re: Persistance on DB and "Failed to checkpoint a message store" error

2008-09-22 Thread Sandro Tosi
Really no-one knows how to fix this big problem? this is a major stop for activemq adoption in our organization. I appreciate any input on this. Thanks in advance, Sandro Sandro Tosi wrote: > > Sorry for missing this in the initial post, here it is: > > # ./bin/active

Re: Persistance on DB and "Failed to checkpoint a message store" error

2008-09-18 Thread Sandro Tosi
: > > which version of activemq ? > > On 18 Sep 2008, at 07:51, Sandro Tosi wrote: > >> >> Hello, >> my filesystem filled up due to ActiveMQ keep writing into nohup.out >> this >> error message: >> >> ERROR JournalPersistenc

Persistance on DB and "Failed to checkpoint a message store" error

2008-09-17 Thread Sandro Tosi
Hello, my filesystem filled up due to ActiveMQ keep writing into nohup.out this error message: ERROR JournalPersistenceAdapter - Failed to checkpoint a message store: java.util.concurrent.ExecutionException: java.io.IOException: Already started. java.util.concurrent.ExecutionException: java.

Re: Protect queues access with password

2008-09-15 Thread Sandro Tosi
Perfect Joe, that works as a charm!! But I still got some question to ask :) I even need to add the authentication for 'topic=">"' together with 'queue=">"' because otherwise no "dynamic" queue creation was able (here I mean when Mule connects to ActiveMQ to read from a non-existing queue, that

Re: Protect queues access with password

2008-09-15 Thread Sandro Tosi
you haven't enabled the authorization plugin, then everyone who is granted > access to the broker is also granted access to all the destinations. > > Joe > Get a free ActiveMQ user guide @ http://www.ttmsolutions.com > > > > Sandro Tosi wrote: >> >>

Protect queues access with password

2008-09-12 Thread Sandro Tosi
Hello, actually, every queue on activemq are "free entrance" for everyone (ok, knowing server, ports, name, etc) but we'd like anyhow to stop this and require a username/password access policy. I've read the security doc[1] and added the "Simple Authentication Plugin" but I'm still able to connec

Re: Create a persistent queue from web admin console

2008-09-11 Thread Sandro Tosi
Thanks for the fast reply! Ohh, I understand, so I have to prod Mule to publish messages durable. Thanks, Sandro James.Strachan wrote: > > 2008/9/11 Sandro Tosi <[EMAIL PROTECTED]>: >> >> Hello, >> from the web admin console we can create a queue, and tha

Create a persistent queue from web admin console

2008-09-11 Thread Sandro Tosi
Hello, from the web admin console we can create a queue, and that's really handy to have. What I'm wondering is this: the queue seems to be created non-persistent, am I right? This comes because we're integrating mule and activemq, and the message sent back from mule to activemq queue has "Persi