Re: ActiveMQ 5.5.0 osgi features requires spring-dm 1.2.0, does not work with 1.2.1?

2011-04-22 Thread Daniele Dellafiore
the -2.1 is for karaf 2.1, see: > http://activemq.apache.org/osgi-integration.html > > > On 20 April 2011 12:04, Daniele Dellafiore wrote: > > Hi. > > > > On a fresh Karaf 2.2.0 I installed the following features: > > > > obr, war, w

ActiveMQ 5.5.0 osgi features requires spring-dm 1.2.0, does not work with 1.2.1?

2011-04-20 Thread Daniele Dellafiore
[ 60] spring-osgi-annotation (1.2.1) [ 82] [Active ] [] [ ] [ 60] spring-osgi-extender (1.2.1) I did not find any issue related to this. Does anyone confirm? -- Daniele Dellafiore http://danieledellafiore.net

Re: activemq not starting with xbean activemq-security.xml config, jaas plugin

2011-03-23 Thread Daniele Dellafiore
...@fusesource.com > Web: http://fusesource.com > Twitter: http://twitter.com/dejanb > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > On Wed, Mar 23, 2011 at 11:20 AM, Daniele Dellafiore >wrote: > > > Hi. I was succesfull

Re: activemq not starting with xbean activemq-security.xml config, jaas plugin

2011-03-23 Thread Daniele Dellafiore
I add some precious information. The behavior is the same also with the original activemq-security.xml. I'm running AMQ 5.4.2, java 1.6.0_20 on a Ubuntu 10.10 server 2.6.32. On Wed, Mar 23, 2011 at 12:20 PM, Daniele Dellafiore wrote: > Hi. I was succesfull in making AMQ working with

activemq not starting with xbean activemq-security.xml config, jaas plugin

2011-03-23 Thread Daniele Dellafiore
hierarchy | org.apache.activemq.xbean.XBeanBrokerFactory$1 | main 2011-03-23 10:20:19,473 | INFO | Loading properties file from URL [file:/home/data/activemq/conf/credentials-enc.properties] | org.jasypt.spring.properties.EncryptablePropertyPlaceholderConfigurer | main -- Daniele Della

Re: Manage KahaDB growth

2011-02-23 Thread Daniele Dellafiore
thousand. On Wed, Feb 23, 2011 at 12:37 PM, Aleksandar Ivanisevic wrote: > Daniele Dellafiore > writes: > >> I'm using 5.4.2 and after last reset, the KahaDB folder is now 144 mega. >> When are the journal file supposed to be released? Maybe some still >> attached topic

Re: Manage KahaDB growth

2011-02-23 Thread Daniele Dellafiore
ntegration and messaging. > Email: dej...@fusesource.com > Web: http://fusesource.com > Twitter:  http://twitter.com/dejanb > ActiveMQ in Action - http://www.manning.com/snyder/ > Blog - http://www.nighttale.net > > > On Tue, Feb 22, 2011 at 2:55 PM, Daniele Dellafiore >

Manage KahaDB growth

2011-02-22 Thread Daniele Dellafiore
ges and I do not know how to do. As I told, all my producer send PERSISTENT messages with a timeToLeave of 10 seconds but I've experienced a DB growth that I want to avoid in future. Thanks. -- Daniele Dellafiore http://danieledellafiore.net

Where to make subscribers live.

2010-07-01 Thread Daniele Dellafiore
as a standalone server. I am wondering if there is some way, and if it is a good pattern, to use ActiveMQ itself as the "container" for those subscribers and if it allow to get the same level of management I need: deploy/undeploy and start/stop a runtime. thanks. -- Daniele Della

Re: Reconnect a closed durable subscriber

2010-07-01 Thread Daniele Dellafiore
ok, I got it. The producer must be set in PERSISTENT delivery mode to make this happen. Thanks for help. On Thu, Jul 1, 2010 at 11:38 AM, Daniele Dellafiore wrote: > I tried this way with no success. > I create a new subscriber s2b after having called s2a.close(), while > s1 is alwa

Re: Reconnect a closed durable subscriber

2010-07-01 Thread Daniele Dellafiore
, 2010 at 2:33 PM, Stan Lewis wrote: > You have to connect to the broker using the same client ID and then > create a subscription using the same name as you used previously, that > will get you connected to the existing subscription. > > On Wed, Jun 30, 2010 at 8:24 AM, Daniele De

Reconnect a closed durable subscriber

2010-06-30 Thread Daniele Dellafiore
hat is the right way? Thanks for any help. -- Daniele Dellafiore http://danieledellafiore.net