Re: [DISCUSS] ActiveMQ Artemis 2.x stream

2017-03-07 Thread Miroslav Novak
I would like only to change default value for attribute "slow-consumer-check-period' from 5 seconds to 5 minutes. I believe it was original intention. Calculating msg/s rate based on 5 second time window might be very inaccurate. Mirek - Original Message - > From: "Martyn Taylor" > To

Re: Public Key

2017-03-07 Thread John D. Ament
A PMC member has to update the KEYS, since its being pointed to in the dist repo. I actually thought I updated it in the main git repo ( https://git1-us-west.apache.org/repos/asf?p=activemq.git;a=blob;f=KEYS;h=1d3ba01711feb80ba9e8485dfb4942bda4e56a6e;hb=HEAD ) but I guess not. I updated the two m

Re: [DISCUSS] Release process changes

2017-03-07 Thread John D. Ament
On Tue, Mar 7, 2017 at 10:38 PM Clebert Suconic wrote: > On Tue, Mar 7, 2017 at 10:07 PM, John D. Ament > wrote: > > Hey guys > > > > While cutting the 1.5.4 release, there were a few snaf-u's I noticed. > > Nothing crazy, but wanted to put this out there to see if it makes sense. > > > > - the

Re: [DISCUSS] Release process changes

2017-03-07 Thread Clebert Suconic
On Tue, Mar 7, 2017 at 10:07 PM, John D. Ament wrote: > Hey guys > > While cutting the 1.5.4 release, there were a few snaf-u's I noticed. > Nothing crazy, but wanted to put this out there to see if it makes sense. > > - the contents of RELEASING.md should be on the website. the root readme > sho

Re: Public Key

2017-03-07 Thread Justin Bertram
I added 1.5.5 to JIRA. I'm not familiar with the KEYS file. Justin - Original Message - From: "John D. Ament" To: dev@activemq.apache.org Sent: Tuesday, March 7, 2017 8:49:18 PM Subject: Re: Public Key Also, would anyone mind adding a 1.5.5 release to JIRA? John On Tue, Mar 7, 201

[VOTE] Release ActiveMQ Artemis 1.5.4 (RC1)

2017-03-07 Thread John D. Ament
Hello all, I'd like to propose an Apache Artemis 1.5.4 release (RC1). This revision release of Apache Artemis 1.5 contains a number of bug fixes and improvements including: Bug - [ARTEMIS-919] - Issues creating jms queues in core config in broker.xml when hot reloading configuration - [ARTEMIS

[DISCUSS] Release process changes

2017-03-07 Thread John D. Ament
Hey guys While cutting the 1.5.4 release, there were a few snaf-u's I noticed. Nothing crazy, but wanted to put this out there to see if it makes sense. - the contents of RELEASING.md should be on the website. the root readme should point to it. - Update RELEASING.md with the vote template. - Ch

[GitHub] activemq-artemis pull request #1069: ARTEMIS-1009 fixing ProtonTest::testFil...

2017-03-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/1069 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feat

Re: Public Key

2017-03-07 Thread John D. Ament
Also, would anyone mind adding a 1.5.5 release to JIRA? John On Tue, Mar 7, 2017 at 9:45 PM John D. Ament wrote: > Hey guys > > Would someone mind adding my key to the KEYS file? I'm trying to roll the > 1.5.4 Artemis release. Its below. > > John > > -BEGIN PGP PUBLIC KEY BLOCK- > Com

Public Key

2017-03-07 Thread John D. Ament
Hey guys Would someone mind adding my key to the KEYS file? I'm trying to roll the 1.5.4 Artemis release. Its below. John -BEGIN PGP PUBLIC KEY BLOCK- Comment: GPGTools - https://gpgtools.org mQINBFRwnMsBEACgCni5H1j6f1Ko3bdDeEbBrGlI0O+GfLcbgnXzEfMPQhsydJpV CEQXvHEyeJiOqCEPek3qg6shNvru

Re: [DISCUSS] ActiveMQ Artemis 2.x stream

2017-03-07 Thread Martyn Taylor
This specific field is message consumption rate, i.e. no message per time window. So we would need something like: 10msg/minute etc... I don't mind either way, as a unit parameter or as part of the value. Either way, we don't need to break configuration to add this improvement. Cheers On Tue,

Re: Message Priority test

2017-03-07 Thread Timothy Bish
Care to elaborate on what works or doesn't work means in your case? Have you enabled message priority support on the broker? http://activemq.apache.org/how-can-i-support-priority-queues.html Client side Java https://github.com/apache/activemq/blob/master/activemq-client/src/main/java/org/ap

Re: [DISCUSS] ActiveMQ Artemis 2.x stream

2017-03-07 Thread Clebert Suconic
On Tue, Mar 7, 2017 at 11:06 AM Justin Bertram wrote: > > 10 > > I would suggest something more akin to what was implemented for byte > fields (i.e. support notation like "KB", "M", "gb", etc.). For example: > > 10m > > or > > 30s +1000 > > And default to whatever time-unit is used no

Re: [DISCUSS] ActiveMQ Artemis 2.x stream

2017-03-07 Thread Justin Bertram
> 10 I would suggest something more akin to what was implemented for byte fields (i.e. support notation like "KB", "M", "gb", etc.). For example: 10m or 30s And default to whatever time-unit is used now. Justin - Original Message - From: "Jiri Danek" To: dev@activemq.apache.

Re: [DISCUSS] ActiveMQ Artemis 2.x stream

2017-03-07 Thread Jiri Danek
On Tue, Mar 7, 2017 at 4:23 PM, Martyn Taylor wrote: > Hi Jiri, > > Thanks for bringing this up again. > > One approach to this that avoids having to add new settings or change the > default values of current config would be to add a unit parameter to the > configuration element. For example >

Re: [DISCUSS] ActiveMQ Artemis 2.x stream

2017-03-07 Thread Martyn Taylor
Hi Jiri, Thanks for bringing this up again. One approach to this that avoids having to add new settings or change the default values of current config would be to add a unit parameter to the configuration element. For example 10 This is just an example, but we could standardise across all co

[GitHub] activemq-artemis pull request #1069: ARTEMIS-1009 fixing ProtonTest::testFil...

2017-03-07 Thread clebertsuconic
GitHub user clebertsuconic opened a pull request: https://github.com/apache/activemq-artemis/pull/1069 ARTEMIS-1009 fixing ProtonTest::testFilterJMSMessageID You can merge this pull request into a Git repository by running: $ git pull https://github.com/clebertsuconic/activemq

Re: [DISCUSS] ActiveMQ Artemis 2.x stream

2017-03-07 Thread Jiri Danek
I somehow buried this thread, sorry... On Fri, Feb 10, 2017 at 11:54 PM, Clebert Suconic wrote: > you're right.. I was just trying to understand Jiri's comment, and not > actually make an evaluation on the feature. > When I wrote the comment, I was confused about the units. I somehow thought th

Re: [DISCUSS] ActiveMQ Artemis 2.x stream

2017-03-07 Thread Martyn Taylor
Franz, Contributions to documentation is always welcomed :). A scan of the persistence layer and journal docs would be really useful. Thanks On Tue, Mar 7, 2017 at 12:30 PM, nigro_franz wrote: > An awesome work Clebert! > And to everyone that has made this master filled of such great stuff :)

Message Priority test

2017-03-07 Thread Green
import javax.jms.Connection; import javax.jms.ConnectionFactory; import javax.jms.Destination; import javax.jms.JMSException; import javax.jms.Message; import javax.jms.MessageConsumer; import javax.jms.MessageListener; import javax.jms.MessageProducer; import javax.jms.Session; import javax.jms.Te

Re: [DISCUSS] ActiveMQ Artemis 2.x stream

2017-03-07 Thread nigro_franz
Cool eheheh get some rest mate!!! :) -- View this message in context: http://activemq.2283324.n4.nabble.com/DISCUSS-ActiveMQ-Artemis-2-x-stream-tp4721815p4723175.html Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Re: [DISCUSS] ActiveMQ Artemis 2.x stream

2017-03-07 Thread Clebert Suconic
Adding mmap journal to the docs is a great idea. Also make sure the configs are current on the docs. I won't do any work today (beyond this email :) ) Will help out tomorrow. On Tue, Mar 7, 2017 at 7:36 AM nigro_franz wrote: > An awesome work Clebert! > And to everyone that has made thi

Re: [DISCUSS] ActiveMQ Artemis 2.x stream

2017-03-07 Thread nigro_franz
An awesome work Clebert! And to everyone that has made this master filled of such great stuff :) Martyn, do u need an hand on the doc? In particular the journal type part is something that I was pretty involved :P -- View this message in context: http://activemq.2283324.n4.nabble.com/DISCUSS-

[HEADS-UP] Apache Artemis 2.0.0

2017-03-07 Thread Martyn Taylor
All, As many of you are already aware, Apache Artemis has been developing some great new features including a new and improved addressing model that lends itself well to cross protocol and advance features like exclusive consumer queues, configuration derived semantics for addresses and so on. The

Re: Artemis 1.5.4 release?

2017-03-07 Thread Martyn Taylor
Yes. There are users who reported issues that have been fixed and ported to the 1.x branch. Let's get a 1.5.4 out the door asap to get these users unblocked. Cheers On Mon, Mar 6, 2017 at 11:45 PM, John D. Ament wrote: > On Mon, Mar 6, 2017 at 6:42 PM Clebert Suconic > wrote: > > > >> > > >

Re: [DISCUSS] ActiveMQ Artemis 2.x stream

2017-03-07 Thread Martyn Taylor
Great work Clebert. I know this was a long hard slog. I'm going to send a 2.0.0 HEADSUP later today. I'm really excited to get all the great stuff we've been doing on master into the hands of users. I think now is a good time to revisit our documentation and examples to ensure everything is up