Re: [ANNOUNCE] Apollo 1.0 Beta 4 Released

2011-07-07 Thread Tommy Chheng
To chime in as well, I'm currently using openwire with activemq via apache camel. Once openwire is added to apollo, will upgrading be essentially just switching the server uri? On Thu, Jul 7, 2011 at 9:27 AM, Hiram Chirino hi...@hiramchirino.comwrote: Yes, We intend to add transports back

activemqrc in user's home dir not being used?

2011-05-31 Thread Tommy Chheng
-Xms256M -Xmx256M -Dorg.apache.activemq.UseDedicatedTaskRunner=true -Djava.util.logging.config.file=logging.properties . -- Tommy Chheng @tommychheng http://tommy.chheng.com

activemq with simpleAuthenticationPlugin not starting

2011-03-22 Thread Tommy Chheng
I'm trying to add simpleAuthenticationPlugin via activemq.xml but the activemq process is failing to start. This is the activemq.xml file i'm using: https://gist.github.com/881965 If i comment out the pluginssimpleAuthenticationPlugin../simpleAuthenticationPlugin/plugins, activemq starts up

Re: activemq with simpleAuthenticationPlugin not starting

2011-03-22 Thread Tommy Chheng
element must be ordered alphabetically aye, so I moved the plugins tag before the transportConnectors and it's working now. Hope this helps someone with a similar problem! Tommy On Tue, Mar 22, 2011 at 1:23 PM, Tommy Chheng tommy.chh...@gmail.comwrote: I'm trying to add

Re: Delete all messages

2011-02-16 Thread Tommy Chheng
you can specify a delete all messages on startup via the activemq.xml conf: broker xmlns=http://activemq.apache.org/schema/core; brokerName=localhost dataDirectory=${activemq.base}/data deleteAllMessagesOnStartup=true destroyApplicationContextOnStop=true -- @tommychheng

starting activemq 5.4.2 on mac os x problems

2010-12-06 Thread Tommy Chheng
Hi, I just downloaded apache-activemq-5.4.2-bin.tar.gz, untarred it and tried running it. Getting a strange error: [14:06:39 ~/src/java/apache-activemq-5.4.2] ?$cd bin [14:06:42 ~/src/java/apache-activemq-5.4.2/bin] ?$ls activemqactivemq-admin.batrun.jarwrapper.jar

Re: starting activemq 5.4.2 on mac os x problems

2010-12-06 Thread Tommy Chheng
NM, I think the file was just corrupted. I downloaded the file from another mirror and it worked. @tommychheng http://tommy.chheng.com On 12/6/10 2:08 PM, Tommy Chheng wrote: Hi, I just downloaded apache-activemq-5.4.2-bin.tar.gz, untarred it and tried running it. Getting a strange error