[GitHub] [activemq-artemis] michaelandrepearce commented on pull request #4122: ARTEMIS-3139 Anonymous types in Artemis config XSD

2023-01-20 Thread GitBox
, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] gemmellr commented on a diff in pull request #4338: ARTEMIS-4136 Mirrored sync replica

2023-01-20 Thread GitBox
2447,14 @@ + + + + If this is true, producers will be waiting a response from the mirror before the sync is finished. + This is false by default. Review Comment: Seems conflicted: default="true" "This is false by default." -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] clebertsuconic commented on pull request #4338: ARTEMIS-4136 Mirrored sync replica

2023-01-20 Thread GitBox
on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-website] mattrpav merged pull request #98: [#822] Update jms2 status

2023-01-20 Thread GitBox
mattrpav merged PR #98: URL: https://github.com/apache/activemq-website/pull/98 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr

[GitHub] [activemq-artemis] clebertsuconic commented on a diff in pull request #4338: ARTEMIS-4136 Mirrored sync replica

2023-01-20 Thread GitBox
actionOperations that are using a similar pattern are using ArrayList. I just will just keep the same here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

[GitHub] [activemq-artemis] tabish121 commented on a diff in pull request #4338: ARTEMIS-4136 Mirrored sync replica

2023-01-20 Thread GitBox
an argument for using a LinkedList -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] clebertsuconic commented on a diff in pull request #4338: ARTEMIS-4136 Mirrored sync replica

2023-01-20 Thread GitBox
le. It could be from one element to a large transaction. this should store references until the client calls a commit. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific commen

[GitHub] [activemq-artemis] clebertsuconic commented on a diff in pull request #4338: ARTEMIS-4136 Mirrored sync replica

2023-01-20 Thread GitBox
ble. It could be from one element to a large transaction. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] clebertsuconic commented on a diff in pull request #4338: ARTEMIS-4136 Mirrored sync replica

2023-01-20 Thread GitBox
message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] gemmellr commented on a diff in pull request #4338: ARTEMIS-4136 Mirrored sync replica

2023-01-20 Thread GitBox
nicer to read. If its very hot, I'll gate it. I have no idea in this case :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr

[GitHub] [activemq-artemis] tabish121 commented on a diff in pull request #4338: ARTEMIS-4136 Mirrored sync replica

2023-01-20 Thread GitBox
List used as they are almost always the wrong choice as opposed to the simpler ArrayList, what is driving the use of these over the simpler option? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [activemq-artemis] tabish121 commented on a diff in pull request #4338: ARTEMIS-4136 Mirrored sync replica

2023-01-20 Thread GitBox
the gate just make the code harder to read. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about

[GitHub] [activemq-artemis] clebertsuconic commented on a diff in pull request #4338: ARTEMIS-4136 Mirrored sync replica

2023-01-20 Thread GitBox
think that's an overkill? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please

[GitHub] [activemq-artemis] clebertsuconic commented on a diff in pull request #4338: ARTEMIS-4136 Mirrored sync replica

2023-01-20 Thread GitBox
rom the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] clebertsuconic commented on a diff in pull request #4338: ARTEMIS-4136 Mirrored sync replica

2023-01-20 Thread GitBox
to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] brusdev merged pull request #4341: ARTEMIS-4138 Upgrade jackson version to 2.14.1

2023-01-20 Thread GitBox
brusdev merged PR #4341: URL: https://github.com/apache/activemq-artemis/pull/4341 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr

[GitHub] [activemq-artemis] tabish121 commented on a diff in pull request #4338: ARTEMIS-4136 Mirrored sync replica

2023-01-19 Thread GitBox
tabish121 commented on code in PR #4338: URL: https://github.com/apache/activemq-artemis/pull/4338#discussion_r1081606585 ## artemis-protocols/artemis-amqp-protocol/src/main/java/org/apache/activemq/artemis/protocol/amqp/connect/mirror/AMQPMirrorControllerSource.java: ## @@

[GitHub] [activemq-artemis] jbertram closed pull request #4308: Update ActiveMQSession.java

2023-01-19 Thread GitBox
. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] brusdev merged pull request #4332: ARTEMIS-4131 Support custom maven local repo for karaf tests

2023-01-19 Thread GitBox
brusdev merged PR #4332: URL: https://github.com/apache/activemq-artemis/pull/4332 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr

[GitHub] [activemq-artemis] brusdev commented on pull request #4332: ARTEMIS-4131 Support custom maven local repo for ArtemisFeatureTest

2023-01-18 Thread GitBox
and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] jbertram commented on pull request #4122: ARTEMIS-3139 Anonymous types in Artemis config XSD

2023-01-18 Thread GitBox
the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] clebertsuconic commented on pull request #4332: ARTEMIS-4131 Support custom maven local repo for ArtemisFeatureTest

2023-01-18 Thread GitBox
and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] clebertsuconic commented on a diff in pull request #4338: ARTEMIS-4136 Mirrored sync replica

2023-01-18 Thread GitBox
session.commit(); + sendPending.countDown(); + } catch (Throwable e) { + e.printStackTrace(); + } + }); +} + +Assert.assertFalse("Send epending not supposed to succeed&qu

[GitHub] [activemq-artemis] tabish121 commented on a diff in pull request #4338: ARTEMIS-4136 Mirrored sync replica

2023-01-18 Thread GitBox
session.commit(); + sendPending.countDown(); + } catch (Throwable e) { + e.printStackTrace(); + } + }); +} + +Assert.assertFalse("Send epending not supposed to succeed

[GitHub] [activemq] NikitaShupletsov commented on a diff in pull request #848: Feature/replica broker

2023-01-18 Thread GitBox
message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] clebertsuconic commented on pull request #4338: ARTEMIS-4136 Mirrored sync replica

2023-01-18 Thread GitBox
Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] clebertsuconic opened a new pull request, #4338: ARTEMIS-4136 Mirrored sync replica

2023-01-18 Thread GitBox
message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] jbertram commented on pull request #4310: ARTEMIS-4113 Fix NPE for backup brokers with connection routers

2023-01-18 Thread GitBox
and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] jbertram merged pull request #4337: ARTEMIS-3819 do not trip on empty values in web-console

2023-01-18 Thread GitBox
jbertram merged PR #4337: URL: https://github.com/apache/activemq-artemis/pull/4337 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr

[GitHub] [activemq-artemis] erwindon opened a new pull request, #4337: do not trip on empty values in web-console

2023-01-18 Thread GitBox
-- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us

[GitHub] [activemq-artemis] jbertram commented on pull request #4122: ARTEMIS-3139 Anonymous types in Artemis config XSD

2023-01-18 Thread GitBox
. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq] srajmane commented on pull request #956: [#8133] Add s390x as a parameter for Jenkins

2023-01-18 Thread GitBox
to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] gemmellr commented on pull request #4181: ARTEMIS-2876 Add JUnit5 Extensions for testing

2023-01-18 Thread GitBox
to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] cpiepel commented on pull request #4181: ARTEMIS-2876 Add JUnit5 Extensions for testing

2023-01-18 Thread GitBox
the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] jbertram merged pull request #4336: ARTEMIS-4135 mitigate NPE when browsing

2023-01-17 Thread GitBox
jbertram merged PR #4336: URL: https://github.com/apache/activemq-artemis/pull/4336 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr

[GitHub] [activemq-artemis] jbertram merged pull request #4335: ARTEMIS-4133 msg w/null prop value can't be consumed via STOMP

2023-01-17 Thread GitBox
jbertram merged PR #4335: URL: https://github.com/apache/activemq-artemis/pull/4335 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr

[GitHub] [activemq-artemis] jbertram merged pull request #4333: ARTEMIS-4129 Add max-saved-replicated-journals-size parameter to primary and replicated policy configuration

2023-01-17 Thread GitBox
jbertram merged PR #4333: URL: https://github.com/apache/activemq-artemis/pull/4333 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr

[GitHub] [activemq-artemis] asfgit merged pull request #4334: ARTEMIS-4134: list the version in initial boostrap startup log message

2023-01-17 Thread GitBox
asfgit merged PR #4334: URL: https://github.com/apache/activemq-artemis/pull/4334 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr

[GitHub] [activemq-artemis] jbertram merged pull request #4320: ARTEMIS-3790 Support masked JMS credentials

2023-01-17 Thread GitBox
jbertram merged PR #4320: URL: https://github.com/apache/activemq-artemis/pull/4320 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr

[GitHub] [activemq-artemis] jbertram commented on pull request #4320: ARTEMIS-3790 Support masked JMS credentials

2023-01-17 Thread GitBox
to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq] mattrpav commented on pull request #956: [#8133] Add s390x as a parameter for Jenkins

2023-01-17 Thread GitBox
://ci-builds.apache.org/job/ActiveMQ/job/ActiveMQ/job/main/231/) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org

[GitHub] [activemq-artemis] gemmellr opened a new pull request, #4334: ARTEMIS-4134: list the version in initial boostrap startup log message

2023-01-17 Thread GitBox
the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] ryan-highley commented on pull request #4122: ARTEMIS-3139 Anonymous types in Artemis config XSD

2023-01-17 Thread GitBox
to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq] mjanczykowski opened a new pull request, #957: [AMQ-9199] Fixed race condition in creating store directory

2023-01-17 Thread GitBox
to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq] NikitaShupletsov commented on a diff in pull request #953: [AMQ-8354] Add helper methods needed for replica plugin.

2023-01-16 Thread GitBox
ase log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq] mattrpav commented on pull request #956: [#8133] Add s390x as a parameter for Jenkins

2023-01-16 Thread GitBox
to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq] srajmane commented on pull request #956: [#8133] Add s390x as a parameter for Jenkins

2023-01-16 Thread GitBox
for s390x? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructu

[GitHub] [activemq-artemis] iliya-gr opened a new pull request, #4333: ARTEMIS-4129 Add max-saved-replicated-journals-size parameter to primary and replicated policy configuration

2023-01-16 Thread GitBox
. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq] mattrpav commented on pull request #937: Added destination field to Job

2023-01-14 Thread GitBox
not have any performance impact when viewing scheduled jobs. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org

[GitHub] [activemq] mattrpav merged pull request #956: [#8133] Add s390x as a parameter for Jenkins

2023-01-14 Thread GitBox
mattrpav merged PR #956: URL: https://github.com/apache/activemq/pull/956 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr

[GitHub] [activemq] mattrpav commented on pull request #956: [#8133] Add s390x as a parameter for Jenkins

2023-01-14 Thread GitBox
if it is due to a s390x-specific bug or if it is due to the s390x build server being super busy. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox

[GitHub] [activemq-artemis] asfgit closed pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-13 Thread GitBox
to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] clebertsuconic commented on a diff in pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-13 Thread GitBox
use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq] mattrpav commented on pull request #956: [#8133] Add s390x as a parameter for Jenkins

2023-01-13 Thread GitBox
/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure

[GitHub] [activemq-artemis] gemmellr commented on pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-13 Thread GitBox
, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] clebertsuconic merged pull request #4315: This PR has a few minor changes that I am testing altogether before merging.

2023-01-13 Thread GitBox
clebertsuconic merged PR #4315: URL: https://github.com/apache/activemq-artemis/pull/4315 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox

[GitHub] [activemq-artemis] gemmellr commented on a diff in pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-13 Thread GitBox
need a FieldUpdater. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact I

[GitHub] [activemq-artemis] michaelandrepearce commented on pull request #4122: ARTEMIS-3139 Anonymous types in Artemis config XSD

2023-01-13 Thread GitBox
message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq] michaelandrepearce commented on a diff in pull request #953: [AMQ-8354] Add helper methods needed for replica plugin.

2023-01-13 Thread GitBox
-- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us

[GitHub] [activemq] michaelandrepearce commented on a diff in pull request #953: [AMQ-8354] Add helper methods needed for replica plugin.

2023-01-13 Thread GitBox
the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] andytaylor commented on a diff in pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-13 Thread GitBox
the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] dependabot[bot] opened a new pull request, #4331: Bump keycloak-core from 19.0.2 to 20.0.3 in /examples/features/standard/security-keycloak

2023-01-12 Thread GitBox
To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq] NikitaShupletsov commented on a diff in pull request #848: Feature/replica broker

2023-01-12 Thread GitBox
above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq] maxfortun commented on pull request #950: Feature/scheduler activity via joblistener

2023-01-12 Thread GitBox
. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq] maxfortun commented on pull request #949: Track scheduler activity

2023-01-12 Thread GitBox
. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] clebertsuconic merged pull request #4327: NO-JIRA Add forgotten upgrade documentation about console redirect

2023-01-12 Thread GitBox
clebertsuconic merged PR #4327: URL: https://github.com/apache/activemq-artemis/pull/4327 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox

[GitHub] [activemq-artemis] clebertsuconic merged pull request #4328: ARTEMIS-4127 refactor multiprotocol JMS tests in AMQP package

2023-01-12 Thread GitBox
clebertsuconic merged PR #4328: URL: https://github.com/apache/activemq-artemis/pull/4328 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox

[GitHub] [activemq-artemis] clebertsuconic merged pull request #4330: ARTEMIS-4125 Fixing AutoCreateJmsDestinationTest::testAutoCreateOnSubscribeToTopic

2023-01-12 Thread GitBox
clebertsuconic merged PR #4330: URL: https://github.com/apache/activemq-artemis/pull/4330 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox

[GitHub] [activemq-artemis] clebertsuconic commented on pull request #4330: ARTEMIS-4125 Fixing AutoCreateJmsDestinationTest::testAutoCreateOnSubscribeToTopic

2023-01-12 Thread GitBox
to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] jbertram commented on pull request #4320: ARTEMIS-3790 Support masked JMS credentials

2023-01-12 Thread GitBox
! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq] mattrpav commented on pull request #956: [#8133] Add s390x as a parameter for Jenkins

2023-01-12 Thread GitBox
-- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us

[GitHub] [activemq] NikitaShupletsov commented on a diff in pull request #953: [AMQ-8354] Add helper methods needed for replica plugin.

2023-01-12 Thread GitBox
on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq] NikitaShupletsov commented on a diff in pull request #953: [AMQ-8354] Add helper methods needed for replica plugin.

2023-01-12 Thread GitBox
if there is some, it should be almost not noticeable -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about

[GitHub] [activemq-artemis] ryan-highley commented on pull request #4320: ARTEMIS-3790 Support masked JMS credentials

2023-01-12 Thread GitBox
to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] jbertram commented on pull request #4122: ARTEMIS-3139 Anonymous types in Artemis config XSD

2023-01-12 Thread GitBox
e Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] gemmellr commented on a diff in pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-12 Thread GitBox
the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] michaelandrepearce commented on pull request #4122: ARTEMIS-3139 Anonymous types in Artemis config XSD

2023-01-12 Thread GitBox
the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] jbertram commented on pull request #4122: ARTEMIS-3139 Anonymous types in Artemis config XSD

2023-01-12 Thread GitBox
`xmllint` on `broker.xml`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please

[GitHub] [activemq-artemis] clebertsuconic commented on pull request #4330: ARTEMIS-4125 Fixing AutoCreateJmsDestinationTest::testAutoCreateOnSubscribeToTopic

2023-01-12 Thread GitBox
and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] michaelandrepearce commented on pull request #4122: ARTEMIS-3139 Anonymous types in Artemis config XSD

2023-01-12 Thread GitBox
before applying to broker to ensure change doesn't foobar running system -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr

[GitHub] [activemq-artemis] jbertram commented on pull request #4122: ARTEMIS-3139 Anonymous types in Artemis config XSD

2023-01-12 Thread GitBox
previously. Is that what you mean? Or is it sufficient to just create an instance and start it up? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbo

[GitHub] [activemq-artemis] michaelandrepearce commented on pull request #3479: ARTEMIS-3163 Experimental support for Netty IO_URING incubator

2023-01-12 Thread GitBox
message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] michaelandrepearce commented on pull request #4122: ARTEMIS-3139 Anonymous types in Artemis config XSD

2023-01-12 Thread GitBox
on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] clebertsuconic commented on a diff in pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-12 Thread GitBox
simple replacement and it's just like a regular HashMap. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries

[GitHub] [activemq-artemis] jbertram merged pull request #4329: ARTEMIS-4125 Fixing AutoCreate Topics remove of the address

2023-01-12 Thread GitBox
jbertram merged PR #4329: URL: https://github.com/apache/activemq-artemis/pull/4329 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr

[GitHub] [activemq-artemis] clebertsuconic commented on a diff in pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-12 Thread GitBox
tHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq] mattrpav commented on pull request #956: [#8133] Add s390x as a parameter for Jenkins

2023-01-12 Thread GitBox
Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] gemmellr commented on a diff in pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-12 Thread GitBox
ase log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] jbertram commented on pull request #4329: ARTEMIS-4125 Fixing AutoCreate Topics remove of the address

2023-01-12 Thread GitBox
to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] jbertram commented on pull request #4320: ARTEMIS-3790 Support masked JMS credentials

2023-01-12 Thread GitBox
to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] andytaylor commented on a diff in pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-12 Thread GitBox
the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq] mattrpav commented on pull request #956: [#8133] Add s390x as a parameter for Jenkins

2023-01-12 Thread GitBox
to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq] mattrpav commented on pull request #907: Add Jenkinsfile for s390x

2023-01-12 Thread GitBox
add it to all PRs moving forward. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service

[GitHub] [activemq] mattrpav closed pull request #907: Add Jenkinsfile for s390x

2023-01-12 Thread GitBox
-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq] mattrpav merged pull request #955: [#9194] Add JDK 19 to Jenkins build

2023-01-12 Thread GitBox
mattrpav merged PR #955: URL: https://github.com/apache/activemq/pull/955 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr

[GitHub] [activemq] srajmane commented on pull request #907: Add Jenkinsfile for s390x

2023-01-12 Thread GitBox
the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] andytaylor commented on a diff in pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-12 Thread GitBox
and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] andytaylor commented on a diff in pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-12 Thread GitBox
not needed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infr

[GitHub] [activemq-artemis] andytaylor commented on a diff in pull request #4183: ARTEMIS-3875 - adding consumer and producer metrics

2023-01-12 Thread GitBox
, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

[GitHub] [activemq-artemis] michaelandrepearce commented on pull request #4328: ARTEMIS-4127 refactor multiprotocol JMS tests in AMQP package

2023-01-11 Thread GitBox
is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org

  1   2   3   4   5   6   7   8   9   10   >