[GitHub] activemq-artemis pull request: ARTEMIS-19 CLI option for message-l...

2015-06-11 Thread jbertram
GitHub user jbertram opened a pull request: https://github.com/apache/activemq-artemis/pull/25 ARTEMIS-19 CLI option for message-load-balancing You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbertram/activemq-artemis

[GitHub] activemq-artemis pull request:

2015-06-11 Thread clebertsuconic
Github user clebertsuconic commented on the pull request: https://github.com/apache/activemq-artemis/commit/b744edd5878c446878c3540f5592a0dd4bdc1804#commitcomment-11640367 You need to validate the types (valid ones). Update the description with the ones that are valid. --- If your

[GitHub] activemq-artemis pull request: ARTEMIS-91 Separated out interface ...

2015-06-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/24 --- 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

[GitHub] activemq-artemis pull request: ARTEMIS-19 CLI option for message-l...

2015-06-11 Thread jbertram
Github user jbertram commented on the pull request: https://github.com/apache/activemq-artemis/pull/25#issuecomment-111272599 I added some validation, but it's not very graceful. If the user enters in the wrong value it will throw an IllegalArgumentException and the create command

[GitHub] activemq pull request: https://issues.apache.org/jira/browse/AMQ-5...

2015-06-11 Thread gaohoward
GitHub user gaohoward opened a pull request: https://github.com/apache/activemq/pull/112 https://issues.apache.org/jira/browse/AMQ-5811 Added synchronization blocks around sentitive code to prevent concurrent modification of the HashMap. You can merge this pull request into a

[GitHub] activemq-artemis pull request: ARTEMIS-127 Fixes compile errors re...

2015-06-11 Thread thiagokronig
GitHub user thiagokronig opened a pull request: https://github.com/apache/activemq-artemis/pull/26 ARTEMIS-127 Fixes compile errors reported by Error Prone This fixes the pom parent version for actimemq5.x-tests project and also fix some compile errors. You can merge this pull

Re: Git workflow for committers

2015-06-11 Thread Bruce Snyder
Any branch can be deleted, see 'git branch -d' and 'git branch -D'. Also, remote branches (like one pushed to the origin) can be removed by doing a 'git push origin :branch_name'. My only question about the use of git feature branches (which I agree should definitely be used) is the workflow used

[GitHub] activemq-artemis pull request: ARTEMIS-91 Separated out interface ...

2015-06-11 Thread jmesnil
Github user jmesnil commented on the pull request: https://github.com/apache/activemq-artemis/pull/24#issuecomment-111031155 looking good, thanks. --- 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

how to find different message states (ideal,running,stop) in active MQ

2015-06-11 Thread mayank_inno
Hello Friends, I want to find out the timestamp (from consumer) ,when the message start processing , and when complete their process ..means ideal state time , running state time , termination state time just like different states in Thread.. Thanks Mayank Agarwal -- View this message in

Re: Git workflow for committers

2015-06-11 Thread Clebert
+1000 on rebase before pushing from feature branch -- Clebert Suconic typing on the iPhone. On Jun 11, 2015, at 02:08, Bruce Snyder bruce.sny...@gmail.com wrote: Any branch can be deleted, see 'git branch -d' and 'git branch -D'. Also, remote branches (like one pushed to the origin) can

[GitHub] activemq-artemis pull request: ARTEMIS-19 + ARTEMIS-109

2015-06-11 Thread clebertsuconic
Github user clebertsuconic commented on the pull request: https://github.com/apache/activemq-artemis/pull/25#issuecomment-111321276 I will merge it for now.. there's another task to make better errors.. we can do it as part of that one. --- If your project is set up for it, you can

[GitHub] activemq-artemis pull request: ARTEMIS-19 + ARTEMIS-109

2015-06-11 Thread clebertsuconic
Github user clebertsuconic commented on the pull request: https://github.com/apache/activemq-artemis/pull/25#issuecomment-111330013 @jbertram I made one small change to this at 145fc7f82c1c5513403df4af90e1e2dbe24586a0 the CLI framework can handle the conversion already.

[GitHub] activemq-artemis pull request: ARTEMIS-19 + ARTEMIS-109

2015-06-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/activemq-artemis/pull/25 --- 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

[GitHub] activemq pull request: https://issues.apache.org/jira/browse/AMQ-5...

2015-06-11 Thread cshannon
GitHub user cshannon opened a pull request: https://github.com/apache/activemq/pull/111 https://issues.apache.org/jira/browse/AMQ-5836 Modifying start up scripts to consistently use the same property names You can merge this pull request into a Git repository by running: $ git