[GitHub] activemq-artemis pull request #1028: correction in doc.

2017-02-19 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/1028 correction in doc. Fixing an assumed typo. I spotted reading the docs. You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] activemq-artemis issue #1093: ARTEMIS-994 Support Netty Native Epoll on Linu...

2017-03-23 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1093 Many thanks Clebert. Had a brief look over tonight. Seems good. Will spend a bit more time tomorrow and also take the chance to update my fork. Sent from my

[GitHub] activemq-artemis issue #1093: ARTEMIS-994 Support Netty Native Epoll on Linu...

2017-03-16 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1093 @clebertsuconic I notice this didn't get merged still. Did I miss understand and you expected me to make the configuration changes? if so no worries, just let me know

[GitHub] activemq-artemis issue #1093: ARTEMIS-994 Support Netty Native Epoll on Linu...

2017-03-17 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1093 @clebertsuconic thanks, ill try look into also see if i spot anything. I assume this is repeatable. Was using the amqp client, looking at the quiver dependencies

[GitHub] activemq-artemis issue #1093: ARTEMIS-994 Support Netty Native Epoll on Linu...

2017-03-18 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1093 Also: #1: io.netty.buffer.AdvancedLeakAwareByteBuf.writeBytes(AdvancedLeakAwareByteBuf.java:600) io.netty.buffer.AbstractByteBuf.readBytes

[GitHub] activemq-artemis issue #1093: ARTEMIS-994 Support Netty Native Epoll on Linu...

2017-03-18 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1093 @clebertsuconic i have re-run with march larger run size, and now able to reproduce. So it seems there is a direct memory leak, this occurs with both epoll and nio

[GitHub] activemq-artemis issue #1093: ARTEMIS-994 Support Netty Native Epoll on Linu...

2017-03-18 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1093 i turned on the netty leak detector: 22:55:59,492 SEVERE [io.netty.util.ResourceLeakDetector] LEAK: ByteBuf.release() was not called before it's garbage-collected. See

[GitHub] activemq-artemis issue #1093: ARTEMIS-994 Support Netty Native Epoll on Linu...

2017-03-15 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1093 @clebertsuconic sounds good. --- 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

[GitHub] activemq-artemis issue #1093: ARTEMIS-994 Support Netty Native Epoll on Linu...

2017-03-15 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1093 @clebertsuconic I though about this but annoyingly theyre named nioBlah as such just using that would be not directly indicate you're affecting epoll. Like wise if we were

[GitHub] activemq-artemis issue #1093: ARTEMIS-994 Support Netty Native Epoll on Linu...

2017-03-18 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1093 Hi @clebertsuconic i managed to get it running. Some notes: I was not able to run your command as is, using the version that comes via dnf / repo, seems some

[GitHub] activemq-artemis issue #1093: ARTEMIS-994 Support Netty Native Epoll on Linu...

2017-03-18 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1093 the only comment is with epoll, i notice the producer was producing faster than the consumer during the test as such some queue depth occured, with nio producer and consumer

[GitHub] activemq-artemis issue #1093: ARTEMIS-994 Support Netty Native Epoll on Linu...

2017-03-16 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1093 @clebertsuconic I was thinking this afternoon has 2.0.0 been cut for tagging? If not then maybe worth trying to get the property change done before that as a 2.0.0 is a major

[GitHub] activemq-artemis issue #1093: ARTEMIS-994 Support Netty Native Epoll on Linu...

2017-03-21 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1093 No haven't touched it --- 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

[GitHub] activemq-artemis issue #1093: ARTEMIS-994 Support Netty Native Epoll on Linu...

2017-03-22 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1093 @clebertsuconic i just did a complete fresh clone and rebuild of this PR/My branch which i rebased the other day. It still built ok for me. Should i rebase again? Maybe some

[GitHub] activemq-artemis issue #1093: ARTEMIS-994 Support Netty Native Epoll on Linu...

2017-03-15 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1093 @clebertsuconic I have just now rebased and squashed, hope this is what you were wanting me to do. --- If your project is set up for it, you can reply to this email and have

[GitHub] activemq-artemis pull request #1093: ARTEMIS-994 Support Netty Native Epoll ...

2017-03-13 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/1093 ARTEMIS-994 Support Netty Native Epoll on Linux The following changes are made to support Epoll. * Refactored SharedNioEventLoopGroup into renamed SharedEventLoopGroup

[GitHub] activemq-artemis pull request #1425: ARTEMIS-1308: Delegate acknowlegde to C...

2017-07-28 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/1425 ARTEMIS-1308: Delegate acknowlegde to ClientMessage ActiveMQMessage acknowledge should delegate to ClientMessage acknowledge You can merge this pull request into a Git

[GitHub] activemq-artemis pull request #1425: ARTEMIS-1308: Delegate acknowlegde to C...

2017-07-28 Thread michaelandrepearce
Github user michaelandrepearce closed the pull request at: https://github.com/apache/activemq-artemis/pull/1425 --- 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

[GitHub] activemq-artemis issue #1428: ARTEMIS-1308: Delegate acknowlegde to ClientMe...

2017-07-29 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1428 This is def a WIP for a possible solution, but made some progress in IRC chat. don't think we are there yet entirely. --- If your project is set up for it, you can reply

[GitHub] activemq-artemis pull request #1428: ARTEMIS-1308: Delegate acknowlegde to C...

2017-07-28 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/1428 ARTEMIS-1308: Delegate acknowlegde to ClientMessage ActiveMQMessage acknowledge should delegate to ClientMessage acknowledge You can merge this pull request into a Git

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-29 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 +1 merging, once current tag in flight is done, just quickly to confirm we agreed we'd immediately re-tag with the console in so we can get end user feedback asap. @mtaylor you

[GitHub] activemq-artemis pull request #1432: ARTEMIS-1313 getAddresses in PostOffice...

2017-08-01 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/1432 ARTEMIS-1313 getAddresses in PostOfficeImpl does not correctly return… … all addresses Fix so that getAddresses uses addressInfoMap instead of the mappings so

[GitHub] activemq-artemis pull request #1438: NO JIRA: Doc correction

2017-08-02 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/1438 NO JIRA: Doc correction From here, it seems the default is -1 not 0 as originally stated in doc. https://github.com/apache/activemq-artemis/blob/master/artemis-core

[GitHub] activemq-artemis issue #1428: ARTEMIS-1308: Delegate acknowlegde to ClientMe...

2017-08-02 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1428 Yeah seems that we need to somehow ensure when redelivery or consumer.close is called to ensure any waiting batched packets are send and confirmed. It seems some acks are still

[GitHub] activemq-artemis issue #1462: Manage client objects

2017-08-15 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1462 +1, as discussed further bits can be in follow up PR's --- 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

[GitHub] activemq-artemis issue #1463: NOJIRA Console branding/style improvements

2017-08-15 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1463 +1 from me --- 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

[GitHub] activemq-artemis issue #1459: ARTEMIS-1346 Add initial Management Console Do...

2017-08-15 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1459 @clebertsuconic @mtaylor updated screenshot to current PR build. so this should be good now. --- If your project is set up for it, you can reply to this email and have your

[GitHub] activemq-artemis issue #1459: ARTEMIS-1346 Add initial Management Console Do...

2017-08-15 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1459 Don't merge this yet. Will wait for the console changes to finally merge to take final screen shots. --- If your project is set up for it, you can reply to this email

[GitHub] activemq-artemis issue #1457: ARTEMIS-1343 Update Configuring Transports Doc...

2017-08-11 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1457 @clebertsuconic this is to support the original epoll work, we forgot to document, and obviously the new kqueue bits. --- If your project is set up for it, you can reply

[GitHub] activemq-artemis issue #1462: Manage client objects

2017-08-15 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1462 Think you should leave out the re-theme for now (this should be separate PR), lots of CSS issues on position and alignment, and font sizing. --- If your project is set up

[GitHub] activemq-artemis pull request #1459: ARTEMIS-1346 Add initial Management Con...

2017-08-10 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/1459 ARTEMIS-1346 Add initial Management Console Documentation Added some initial documentation You can merge this pull request into a Git repository by running: $ git pull

[GitHub] activemq-artemis issue #1452: ARTEMIS-1335 Update Netty to 4.1.14

2017-08-09 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1452 Ok so happy we merge this, then, i assume. With he jproton and qpid-jms bits merged already, i would be keen for this to make it in, before tagging of 2.3.0. --- If your

[GitHub] activemq-artemis issue #1452: ARTEMIS-1335 Update Netty to 4.1.14

2017-08-09 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1452 @clebertsuconic this is ready. --- 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

[GitHub] activemq-artemis issue #1449: [ARTEMIS-1310] SASL GSSAPI support

2017-08-09 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1449 Hi Guys again, As @clebertsuconic noted on his PR it seem it was environmental , since the big restart of jenkins that occured this morning, it seems to have cleared

[GitHub] activemq-artemis pull request #1453: minor update to log message in browser ...

2017-08-09 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1453#discussion_r132276525 --- Diff: artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/ConsumerThread.java --- @@ -81,7 +81,7

[GitHub] activemq-artemis issue #1454: ARTEMIS-1342: Support Netty Native KQueue on m...

2017-08-09 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1454 @clebertsuconic can someone look at H21 build agent it seems it has a disk permission issue. TimeUnitsTest is failing and all it is doing is making a file myfile.txt in a new

[GitHub] activemq-artemis issue #1453: minor update to log message in browser command

2017-08-09 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1453 @pgfox can you open a JIRA for this and update the commit message to include it, e.g. ARTEMIS- changed log message to state browse/browsing instead of consume

[GitHub] activemq-artemis pull request #1453: minor update to log message in browser ...

2017-08-09 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1453#discussion_r132276246 --- Diff: artemis-cli/src/main/java/org/apache/activemq/artemis/cli/commands/messages/ConsumerThread.java --- @@ -115,7 +115,7

[GitHub] activemq-artemis pull request #1457: ARTEMIS-1343 Update Confiuring Transpor...

2017-08-10 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/1457 ARTEMIS-1343 Update Confiuring Transports Documentation Updated to reflect deprecated properties. Add a new section to cover native transport support (epoll and kqueue

[GitHub] activemq-artemis issue #1461: ARTEMIS-1348 Support LVQ for AMQP

2017-08-11 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1461 There is the _properties section (but these are predefined in qpid (org.apache.qpid.proton.amqp.messaging.Properties). e.g. you cannot add to this section as far as i can tell

[GitHub] activemq-artemis pull request #1461: ARTEMIS-1348 Support LVQ for AMQP

2017-08-11 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/1461 ARTEMIS-1348 Support LVQ for AMQP Add support for LVQ, using the same property key as core "_AMQ_LVQ_NAME" Add test case for AMQP LVQ. You can merge this pu

[GitHub] activemq-artemis issue #1461: ARTEMIS-1348 Support LVQ for AMQP

2017-08-11 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1461 @tabish121 On point 1: This only is queried (and parsed) if the address is configured for LVQ. I believe on QPID java broker it is set in the same place

[GitHub] activemq-artemis issue #1461: ARTEMIS-1348 Support LVQ for AMQP

2017-08-11 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1461 As i dig through this, it seems the only option if using QPID JMS wrapper without making that vendor specific (aka that i think should remain agnostic to artemis), is to use

[GitHub] activemq-artemis issue #1461: ARTEMIS-1348 Support LVQ for AMQP

2017-08-11 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1461 Added to test case to check the property in JMS is the consumed message. Added to test case for it to check the behaviour is identical to Core protocol Lastly also I

[GitHub] activemq-artemis issue #1461: ARTEMIS-1348 Support LVQ for AMQP

2017-08-11 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1461 So I can confirm the method on interface Message.getLastValueProperty is only invoked by LastValueQueue. --- If your project is set up for it, you can reply to this email

[GitHub] activemq-artemis issue #1459: ARTEMIS-1346 Add initial Management Console Do...

2017-08-11 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1459 @clebertsuconic this is to go with the new console, I'm sure there lots more to add, but thinking it can be an initial with the first release of it. --- If your project is set

[GitHub] activemq-artemis issue #1459: ARTEMIS-1346 Add initial Management Console Do...

2017-08-14 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1459 Thus why adding this to the Artemis documents --- 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

[GitHub] activemq-artemis issue #1459: ARTEMIS-1346 Add initial Management Console Do...

2017-08-14 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1459 @mtaylor Will build your branch and take a screen shot --- 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

[GitHub] activemq-artemis issue #1459: ARTEMIS-1346 Add initial Management Console Do...

2017-08-14 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1459 I redirected/iframed the help to the actual Artemis documents --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] activemq-artemis issue #1455: ARTEMIS-1335 Update Netty to 4.1.14 - MQTT fix

2017-08-10 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1455 @mtaylor it would have been fine if weren't for a bug in their code change to keep the deprecated method. Would have been easier to spot if they just removed the method because

[GitHub] activemq-artemis pull request #1400: ARTEMIS-128 fix - Unable to configure q...

2017-07-14 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/1400 ARTEMIS-128 fix - Unable to configure queues containing "/" in broker.xml You can merge this pull request into a Git repository by running: $ git pull https://

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-10 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 @clebertsuconic i believe I've sorted the security, so if secure and admin role you can login. It be still good to catchup with yourself and @mtaylor on IRC later today

[GitHub] activemq-artemis issue #1395: ARTEMIS-1269 New actor framework

2017-07-10 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1395 don't mean to be a pain, but why don't we use an existing framework, akka/vert.x? instead of making our own framework we will have to maintain? --- If your project is set up

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-08 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 now includes updated LICENSE file updated for the above licenses not under ASL, it seems none require any NOTICE update. --- If your project is set up for it, you can reply

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-08 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 @clebertsuconic @mtaylor I think this is nearing ready for merge. I will want to quickly catch up with you both maybe IRC on monday?, as need to discuss something

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-08 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 On back of Dan's comment if we can further reduce the size of the war. Rather than spending the effort in a complex and hard to maintain overlay, i thought i would see

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-08 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 @clebertsuconic if we can sort authentication, yes. This is what I'd like to speak to you and @mtaylor on. --- If your project is set up for it, you can reply to this email

[GitHub] activemq-artemis issue #1400: ARTEMIS-1289 Fix: Unable to configure queues c...

2017-07-15 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1400 @mtaylor as discussed in IRC, few comments i would have. - Address is currently xsd:string already (this is just following suit) - Duplicate declaration

[GitHub] activemq-artemis issue #1410: ARTEMIS-1300 Deadlock when Core direct deliver...

2017-07-21 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1410 Just update, We haven't run full tests, but managed to test this with original scenario test that this was causing lock up on, for this case it seems like it no longer locks up

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-25 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 You get that if your ide generates overlay. If you just use maven , maven cleans up, I saw same thing with intellij. We can add that to the ignores and we should add

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-25 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 pushed gitignore and rat exclusion for the build time generated overlays dir ide's create. --- If your project is set up for it, you can reply to this email and have your

[GitHub] activemq-artemis pull request #1418: NO-JIRA: Update Logo

2017-07-24 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/1418 NO-JIRA: Update Logo You can merge this pull request into a Git repository by running: $ git pull https://github.com/michaelandrepearce/activemq-artemis LOGO

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-24 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 Rebased post 2.2.0 tagging, also updated logo with new logo. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-24 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 @clebertsuconic added, also re-skinned slightly so colour/theme match new logo a little better. --- If your project is set up for it, you can reply to this email and have your

[GitHub] activemq-artemis pull request #1410: ARTEMIS-1300 Deadlock when Core direct ...

2017-07-19 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1410#discussion_r128417008 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/Consumer.java --- @@ -19,9 +19,18 @@ import

[GitHub] activemq-artemis pull request #1410: ARTEMIS-1300 Deadlock when Core direct ...

2017-07-19 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1410#discussion_r128416905 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java --- @@ -828,6 +834,11 @@ public

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-05 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 addressed: 3) simply removed the feature/tab (isn't required) 4) dashboard is now just a jvm default (no camel) 5) simply removed 9) war is now slimmed down

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-06 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 Oh don't merge yet! --- 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

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-06 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 As PR states is WIP , is just to give visibility to all --- 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

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-06 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 3) section overlaid with references to other products removed. 6) with the reduction of the war and removal of features, this seems to no longer be generated 2) about

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-06 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 @clebertsuconic i think I've address'ed now 1-9 on the list Dan gave. Only bit left is adding/updating artemis LICENSE/NOTICE. Whats the process

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-06 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 7 - custom help, with iframe loading the artemis docs (note would be nicer if we had an alias on the web for https://activemq.apache.org/artemis/docs/LATEST so we don't have

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-06 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 Update on 7) made it use the local user-guide available. --- 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

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-05 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 @clebertsuconic see i make two commits, one for my work solely (aka setting up and also the activemq brand plugin) and then another for the artemis-plugin noting Andy T

[GitHub] activemq-artemis pull request #1385: ARTEMIS-1270 Management Console - Hawti...

2017-07-05 Thread michaelandrepearce
GitHub user michaelandrepearce opened a pull request: https://github.com/apache/activemq-artemis/pull/1385 ARTEMIS-1270 Management Console - Hawtio Solution WIP - Just for review You can merge this pull request into a Git repository by running: $ git pull https://github.com

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-05 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 re mail thread bits, addressed: point 1) - url path changed from /hawtio/ to /console/ point 8) fuse properties renamed. --- If your project is set up for it, you can

Re: [DISCUSS] Removing the Web Console

2017-06-28 Thread MichaelAndrePearce
Hi Guys, It's been some time since this discussion thread without seemingly any movement. Artemis Project is really suffering from having any kind of management console. With continued questions and calls from users especially as it's picking up traction and deployment. As such could I propose,

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-07 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 From here: http://www.apache.org/legal/resolved.html#category-a We just have to list the components and the license and point to the location of the dependency

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-06 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 here is list of packaged code/content/jars etc, and their licenses commons-codec-1.10.jar,ASL commons-fileupload-1.3.2.jar,ASL commons-io-2.2.jar,ASL

[GitHub] activemq-artemis issue #1385: ARTEMIS-1270 Management Console - Hawtio Solut...

2017-07-07 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1385 @clebertsuconic or anyone can you let me know or point me in the direction what I need to do re Artemis's license/notice files for each of the license types. To meet ASF

[GitHub] activemq-artemis issue #1428: ARTEMIS-1308: Delegate acknowlegde to ClientMe...

2017-08-05 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1428 @clebertsuconic @franz1981 i believe i have this PR working except i am getting one test failure, see below. https://builds.apache.org/job/ActiveMQ-Artemis-PR-Build

[GitHub] activemq-artemis issue #1428: ARTEMIS-1308: Delegate acknowlegde to ClientMe...

2017-08-05 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1428 @franz1981 i assume it would i thought PR builds merge with master, as such should pick up, I've forced it to rebuild by doing a whitespace push to see if its sporadic

[GitHub] activemq-artemis pull request #1443: ARTEMIS-1324 Deadlock detection and hea...

2017-08-05 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1443#discussion_r131530746 --- Diff: artemis-commons/src/main/java/org/apache/activemq/artemis/utils/critical/CriticalAnalyzerImpl.java --- @@ -0,0 +1,182

[GitHub] activemq-artemis pull request #1443: ARTEMIS-1324 Deadlock detection and hea...

2017-08-05 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1443#discussion_r131530890 --- Diff: artemis-server/src/test/resources/ConfigurationTest-full-config.xml --- @@ -57,6 +57,10 @@ 1234567 37

[GitHub] activemq-artemis pull request #1443: ARTEMIS-1324 Deadlock detection and hea...

2017-08-05 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1443#discussion_r131530954 --- Diff: docs/user-manual/en/critical-analysis.md --- @@ -0,0 +1,32 @@ +# Critical Analysis of the broker

[GitHub] activemq-artemis pull request #1443: ARTEMIS-1324 Deadlock detection and hea...

2017-08-05 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1443#discussion_r131530870 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java --- @@ -477,12 +484,44

[GitHub] activemq-artemis pull request #1443: ARTEMIS-1324 Deadlock detection and hea...

2017-08-05 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1443#discussion_r131530849 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/ActiveMQServerImpl.java --- @@ -477,12 +484,44

[GitHub] activemq-artemis issue #1443: ARTEMIS-1324 Deadlock detection and health che...

2017-08-05 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1443 What is the over head of this, latency and throughput? --- 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

[GitHub] activemq-artemis pull request #1443: ARTEMIS-1324 Deadlock detection and hea...

2017-08-05 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1443#discussion_r131530423 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/deployers/impl/FileConfigurationParser.java --- @@ -608,6

[GitHub] activemq-artemis pull request #1443: ARTEMIS-1324 Deadlock detection and hea...

2017-08-05 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1443#discussion_r131530398 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/config/impl/ConfigurationImpl.java --- @@ -2064,6 +2072,53

[GitHub] activemq-artemis pull request #1443: ARTEMIS-1324 Deadlock detection and hea...

2017-08-05 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1443#discussion_r131530496 --- Diff: artemis-commons/src/main/java/org/apache/activemq/artemis/utils/critical/CriticalAnalyzerImpl.java --- @@ -0,0 +1,182

[GitHub] activemq-artemis issue #1428: ARTEMIS-1308: Delegate acknowlegde to ClientMe...

2017-08-05 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1428 @franz1981 looks like its sporadic. just done two builds and it didn't occur again --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] activemq-artemis pull request #1443: ARTEMIS-1324 Deadlock detection and hea...

2017-08-05 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1443#discussion_r131534319 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/config/impl/ConfigurationImpl.java --- @@ -2064,6 +2072,53

[GitHub] activemq-artemis issue #1428: ARTEMIS-1308: Delegate acknowlegde to ClientMe...

2017-08-05 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1428 Have added a test case to ensure perf is at least double when many message, we expect it to be more as it should no longer block at all and it is, but was a good way to test

[GitHub] activemq-artemis pull request #1443: ARTEMIS-1324 Deadlock detection and hea...

2017-08-05 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1443#discussion_r131534288 --- Diff: artemis-commons/src/main/java/org/apache/activemq/artemis/utils/critical/CriticalAnalyzerImpl.java --- @@ -0,0 +1,182

[GitHub] activemq-artemis pull request #1443: ARTEMIS-1324 Deadlock detection and hea...

2017-08-05 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1443#discussion_r131534303 --- Diff: docs/user-manual/en/critical-analysis.md --- @@ -0,0 +1,32 @@ +# Critical Analysis of the broker

[GitHub] activemq-artemis pull request #1443: ARTEMIS-1324 Deadlock detection and hea...

2017-08-05 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1443#discussion_r131534309 --- Diff: artemis-commons/src/main/java/org/apache/activemq/artemis/utils/critical/CriticalAnalyzerImpl.java --- @@ -0,0 +1,182

[GitHub] activemq-artemis issue #1428: ARTEMIS-1308: Make acknowlegde in AcitveMQMess...

2017-08-05 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1428 @jbertram thanks for clarifying my incorrect assumption on how pr build works. Have as such took the opportunity to rebase, squash and correct the commit message

[GitHub] activemq-artemis pull request #1447: ARTEMIS-1328 Improving direct delivery ...

2017-08-08 Thread michaelandrepearce
Github user michaelandrepearce commented on a diff in the pull request: https://github.com/apache/activemq-artemis/pull/1447#discussion_r131832623 --- Diff: artemis-server/src/main/java/org/apache/activemq/artemis/core/server/impl/QueueImpl.java --- @@ -664,7 +664,7 @@ public

[GitHub] activemq-artemis issue #1451: a few fixes

2017-08-09 Thread michaelandrepearce
Github user michaelandrepearce commented on the issue: https://github.com/apache/activemq-artemis/pull/1451 @clebertsuconic failures look related to this PR that was merged https://github.com/apache/activemq-artemis/pull/1449 --- If your project is set up for it, you can reply

  1   2   3   4   5   6   7   8   9   10   >