Re: [ANNOUNCE] Apache Artemis 1.0.0 Released

2015-06-01 Thread Tim Bain
So where does the donation of the HornetQ codebase to the ASF fit into all of this? I see the docs say that interoperability with both ActiveMQ and HornetQ is relatively seamless; is that because Artemis folded in the best of both codebases, or simply because the possession of the HornetQ code mad

Re: logSize of LevelDB Store not work

2015-06-01 Thread alt_alt
Not work on replicated leveldb store. Sorry for confusion. Anyone knows why? -- View this message in context: http://activemq.2283324.n4.nabble.com/logSize-of-LevelDB-Store-not-work-tp4697160p4697161.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

logSize of LevelDB Store not work

2015-06-01 Thread alt_alt
I set the logSize to 2GB, but after I start activemq instance, I found the size of log is also 100 MB. Tried on both 5.10.2 and 5.11.1. Anyone knows is it a bug or I missed something? -- View this message in context: http://activemq.2283324.n4.nabble.com/logSize-of-LevelDB-Store-not-work-tp4697

More ActiveMQ hotspots.. courtesy of continuous profiling :)

2015-06-01 Thread Kevin Burton
We deployed a continuous profiler at work today and so far the results look really interesting. Definitely worth the investment to setup! Look like we’re spending 50% of our time here: org.apache.activemq.broker.jmx.ManagedRegionBroker @Override public void removeConsumer(ConnectionCont

Re: [ANNOUNCE] Apache Artemis 1.0.0 Released

2015-06-01 Thread Kevin Burton
OK.. so funny story. Our internal code base is named artemis. We usually have submodules named artemis-foo or artemis-bar. We have one now named artemis-activemq…Which is our embedded activemq. So if we use this new version of artemis, our submodule would be artemis-artemis :-P On Mon, Jun 1

Re: [ANNOUNCE] Apache Artemis 1.0.0 Released

2015-06-01 Thread Marcin Giedz
This was fair enough. Thx a lot M Sent from my BlackBerry 10 smartphone.   Original Message   From: Clebert Suconic Sent: poniedziałek, 1 czerwca 2015 23:41 To: d...@activemq.apache.org Reply To: users@activemq.apache.org Cc: users@activemq.apache.org Subject: Re: [ANNOUNCE] Apache Artemis 1.0.0

Re: [ANNOUNCE] Apache Artemis 1.0.0 Released

2015-06-01 Thread Clebert Suconic
Anyone please correct me if these words could be misinterpreted: ActiveMQ is the main project. Apollo is a project with intentions to become a next message broker for ActiveMQ where Scala was the main language. There was some issues on gathering developers to work on the codebase, so we were thin

activeio-core-3.1.2.jar

2015-06-01 Thread prakhar211
Hi All, I am looking for functional details of activeio-core-3.1.2.jar lib. Also can somebody please answer below question. What types of information are recorded in the journal? Where is the journal stored? Thanks Prakhar Paharia -- View this message in context: http://activemq.2283324.n4.

Re: NMS InitialRedeliveryDelay doesn't seem to work

2015-06-01 Thread Jim Gomes
Thanks for reporting this. Could you log this in JIRA as a defect so we can track it there? On Mon, Jun 1, 2015, 9:07 AM daelliott wrote: > ActiveMQ v5.9.1 > Apache.NMS v1.6.0.3083 > > The InitialRedeliveryDelay doesn't seem to work. > I added a try...catch block to display the time and then re

Re: [ANNOUNCE] Apache Artemis 1.0.0 Released

2015-06-01 Thread Marcin Giedz
Hi all, Perhaps "stupid" question but what's the difference between ActiveMQ/Apollo/Artemis - they all seems to have "some roots" from AMQ itself. Is one better than other for particular purposes like real time messaging, etc? Regards Marcin - Oryginalna wiadomość - Od: "John D. A

Re: [ANNOUNCE] Apache Artemis 1.0.0 Released

2015-06-01 Thread John D. Ament
Congrats to everyone involved! Lots of hard work went into this, and I know its great to see a JMS 2 implementation from the overall Apache community. John On Mon, Jun 1, 2015 at 12:22 PM Martyn Taylor wrote: > Apache Artemis 1.0.0 is released! > > This is the initial release of the Artemis pro

[ANNOUNCE] Apache Artemis 1.0.0 Released

2015-06-01 Thread Martyn Taylor
Apache Artemis 1.0.0 is released! This is the initial release of the Artemis project and offers protocol support for AMQP, STOMP, CORE, HORNETQ and OPENWIRE (at Alpha, with support for ActiveMQ JMS clients and basic transport.). The project website is here: http://activemq.apache.org/artemis/

NMS InitialRedeliveryDelay doesn't seem to work

2015-06-01 Thread daelliott
ActiveMQ v5.9.1 Apache.NMS v1.6.0.3083 The InitialRedeliveryDelay doesn't seem to work. I added a try...catch block to display the time and then re-throw so I could see what was going on. I'm looking to wait 5 seconds initially and then 5 seconds in between each attempt. You can see the first e