Re: ActiveMQ 5.4.3 download page

2011-12-13 Thread Claus Ibsen
Hi Thanks for reporting. I have removed the warning. Will take a while before the static web site is updated. On Wed, Dec 14, 2011 at 8:39 AM, Michael Justin wrote: > The page > > http://activemq.apache.org/activemq-543-release.html > > contains this note: > > "Warning > This is a draft release

ActiveMQ 5.4.3 download page

2011-12-13 Thread Michael Justin
The page http://activemq.apache.org/activemq-543-release.html contains this note: "Warning This is a draft release note page, the download links will not work till the release vote is proposed and passed on the dev list." But the download link is working, and the broker starts up log says

Re: Disabling auto creating data directory base structure

2011-12-13 Thread Stevo Slavić
Found in latest trunk a class org.apache.kahadb.util.LockFile with lock method which I think is first one to make use of the data directory, and it will create all directories specified in data directory path. Maybe additional configuration parameter, createBaseDataDirectory, could be added. It co

Disabling auto creating data directory base structure

2011-12-13 Thread Stevo Slavić
Hello ActiveMQ community, Is there a way to configure ActiveMQ not to create data directory base structure? Most specifically for KahaDB persistence. It's fine if it created subdirectories (if any needed) within existing data directory base, but I'd like to prevent it from creating data directory

Re: Possible to add new transport connector post broker start?

2011-12-13 Thread Jason Dillon
Is there a better place to ask this question? BTW, looks like removeConnector(TransportConnector) also doesn't really stop the component even though the javadocs for the method indicate it will: Stops and removes a transport connector from the broker. Looks like it only removes the reference fr

Re: Availability of Asynchronous IO feature (when running on linux)

2011-12-13 Thread Hiram Chirino
Hi Mohan, I'd recommend you try out the lastest release of Apollo [1] which is the core messaging engine that ActiveMQ 6 will be built on. You also might want to take a look at the performance comparison between Apollo and HornetQ which does use an AIO journal: http://hiramchirino.com/stomp-bench

Questions about the limitations of ActiveMQ message delivery

2011-12-13 Thread Bill Moran
[This is a repost. I suspect the vague nature of the subject of my initial message caused it to receive no attention.] I'm having a little trouble locating what I want in the docs, so if this is explained in a doc somewhere, a pointer to that doc would be just as welcome as a direct answer. Sta

Re: [ANNOUNCE] Apache Apollo 1.0 Beta 6 Released

2011-12-13 Thread Hiram Chirino
Oh, And in case your interested in "how much faster'? See: http://hiramchirino.com/blog/?p=167 Regards, Hiram FuseSource Web: http://fusesource.com/ On Tue, Dec 13, 2011 at 7:21 AM, Hiram Chirino wrote: > The Apache ActiveMQ team is proud to announce the release of Apache > Apolloversion 1.

[ANNOUNCE] Apache Apollo 1.0 Beta 6 Released

2011-12-13 Thread Hiram Chirino
The Apache ActiveMQ team is proud to announce the release of Apache Apolloversion 1.0 beta 6. ActiveMQ Apollo is a faster, more reliable, easier to maintain messaging broker built from the foundations of the original ActiveMQ. It accomplishes this using a radically different threading and message d

Re: Closing a Message Group

2011-12-13 Thread Raul Kripalani
Thanks, guys! On 13 December 2011 09:52, Dejan Bosanac wrote: > It's definitely a negative value ... I just updated wiki, it should be > available on site in few hours. Thanks for pointing this out. > > > Regards > -- > Dejan Bosanac - http://twitter.com/dejanb > - > The experts

Re: Closing a Message Group

2011-12-13 Thread Dejan Bosanac
It's definitely a negative value ... I just updated wiki, it should be available on site in few hours. Thanks for pointing this out. Regards -- Dejan Bosanac - http://twitter.com/dejanb - The experts in open source integration and messaging - http://fusesource.com ActiveMQ in Act