Re: [PR] [AMQ-9447] Added Logic to check underlying transport connector limits [activemq]

2024-04-11 Thread via GitHub
AM-19 commented on PR #1194: URL: https://github.com/apache/activemq/pull/1194#issuecomment-2050429370 > Please add a quick unit test Have Added the same, Please have a look. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[PR] ARTEMIS-1551 validate properties between JMS clients [activemq-artemis]

2024-04-11 Thread via GitHub
jbertram opened a new pull request, #4881: URL: https://github.com/apache/activemq-artemis/pull/4881 (no comment) -- 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

Re: [PR] [AMQ-9469] Removed JRMS-1.1 dependency from assembly pom.xml [activemq]

2024-04-11 Thread via GitHub
jbonofre commented on PR #1191: URL: https://github.com/apache/activemq/pull/1191#issuecomment-2050189917 @kartg 1. Yes, I don't see problem to cherry-pick on `activemq-5.18.x`, I will do that 2. To update website, you have to open a PR on

Re: [PR] [AMQ-9447] Added Logic to check underlying transport connector limits [activemq]

2024-04-11 Thread via GitHub
AM-19 commented on PR #1194: URL: https://github.com/apache/activemq/pull/1194#issuecomment-2050149863 > Please add a quick unit test Sure, Let me work on that -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [PR] [AMQ-9469] Removed JRMS-1.1 dependency from assembly pom.xml [activemq]

2024-04-11 Thread via GitHub
kartg commented on PR #1191: URL: https://github.com/apache/activemq/pull/1191#issuecomment-2050097118 thank you @jbonofre! Two follow-up questions: 1. Do you think this is safe to backport to the `5.18.x` branch? 2. What's the right way to update the [topologies

Re: [PR] [AMQ-9430] RuntimeConfigPlugin wire in classloader to JAXBContext [activemq]

2024-04-11 Thread via GitHub
cshannon merged PR #1204: URL: https://github.com/apache/activemq/pull/1204 -- 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:

Re: [PR] ARTEMIS-4723 Avoid objects left on ThreadLocal from OrderedExecutorFactory [activemq-artemis]

2024-04-11 Thread via GitHub
clebertsuconic commented on PR #4880: URL: https://github.com/apache/activemq-artemis/pull/4880#issuecomment-2050017298 @cardamon notice I'm keeping you as the author on the commit. as you discovered the issue. I went further and just removed the usage. if all my tests are good

Re: [PR] Fix a memory leak in HandlerBase. [activemq-artemis]

2024-04-11 Thread via GitHub
clebertsuconic commented on PR #4576: URL: https://github.com/apache/activemq-artemis/pull/4576#issuecomment-2050015886 This is being replaced by https://github.com/apache/activemq-artemis/pull/4880 -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] Fix a memory leak in HandlerBase. [activemq-artemis]

2024-04-11 Thread via GitHub
clebertsuconic closed pull request #4576: Fix a memory leak in HandlerBase. URL: https://github.com/apache/activemq-artemis/pull/4576 -- 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

Re: [PR] ARTEMIS-4723 Avoid objects left on ThreadLocal from OrderedExecutorFactory [activemq-artemis]

2024-04-11 Thread via GitHub
clebertsuconic commented on code in PR #4880: URL: https://github.com/apache/activemq-artemis/pull/4880#discussion_r1561260496 ## artemis-commons/src/main/java/org/apache/activemq/artemis/utils/actors/ProcessorBase.java: ## @@ -117,13 +112,6 @@ public int shutdownNow(Consumer

[PR] ARTEMIS-4723 Avoid objects left on ThreadLocal from OrderedExecutorFactory [activemq-artemis]

2024-04-11 Thread via GitHub
clebertsuconic opened a new pull request, #4880: URL: https://github.com/apache/activemq-artemis/pull/4880 co-authored: Clebert Suconic -- 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

Re: [PR] AMQ-9473: Fix IntrospectionSupport to deal with SSLSocket properties [activemq]

2024-04-11 Thread via GitHub
mattrpav commented on PR #1202: URL: https://github.com/apache/activemq/pull/1202#issuecomment-2049929214 We should add a unit test for this JIRA https://issues.apache.org/jira/browse/AMQ-9478 assigned to 6.2.0 -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] AMQ-9473: Fix IntrospectionSupport to deal with SSLSocket properties [activemq]

2024-04-11 Thread via GitHub
jbonofre merged PR #1202: URL: https://github.com/apache/activemq/pull/1202 -- 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:

Re: [PR] ARTEMIS-4720 Add an example of AMQP federation over SSL [activemq-artemis-examples]

2024-04-11 Thread via GitHub
gemmellr merged PR #9: URL: https://github.com/apache/activemq-artemis-examples/pull/9 -- 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:

Re: [PR] ARTEMIS-4722 Exclude netty-tcnative-boringssl-static artifacts [activemq-artemis]

2024-04-11 Thread via GitHub
clebertsuconic merged PR #4879: URL: https://github.com/apache/activemq-artemis/pull/4879 -- 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:

Re: [PR] [AMQ-9430] RuntimeConfigPlugin wire in classloader to JAXBContext [activemq]

2024-04-11 Thread via GitHub
mattrpav commented on PR #1204: URL: https://github.com/apache/activemq/pull/1204#issuecomment-2049837685 I confirmed testing this locally using jconsole ``` INFO | Manual configuration update triggered INFO | No material change to configuration in class path resource

Re: [PR] ARTEMIS-4498 - Expose internal queues for management and observability [activemq-artemis]

2024-04-11 Thread via GitHub
clebertsuconic merged PR #4856: URL: https://github.com/apache/activemq-artemis/pull/4856 -- 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:

Re: [PR] ARTEMIS-4720 Add an example of AMQP federation over SSL [activemq-artemis-examples]

2024-04-11 Thread via GitHub
tabish121 commented on PR #9: URL: https://github.com/apache/activemq-artemis-examples/pull/9#issuecomment-2049765432 > The example wasnt added to the verification script, so the CI checks wont be running it. > > Might be worth reference the .txt file to create the stores from the

Re: [PR] AMQ-9472 Add test for wildcard producer breaking authorization [activemq]

2024-04-11 Thread via GitHub
thezbyg closed pull request #1198: AMQ-9472 Add test for wildcard producer breaking authorization URL: https://github.com/apache/activemq/pull/1198 -- 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

Re: [PR] AMQ-9330 - Return 204 code when polling empty destinations [activemq]

2024-04-11 Thread via GitHub
cshannon merged PR #1203: URL: https://github.com/apache/activemq/pull/1203 -- 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:

Re: [PR] ARTEMIS-4680 - Upgrade the console to use HawtIO 4 [activemq-artemis-console-plugin]

2024-04-11 Thread via GitHub
andytaylor commented on code in PR #3: URL: https://github.com/apache/activemq-artemis-console-plugin/pull/3#discussion_r1561070218 ## artemis-plugin/craco.config.js: ## @@ -0,0 +1,152 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one or more + *

Re: [PR] ARTEMIS-4680 - Upgrade the console to use HawtIO 4 [activemq-artemis-console-plugin]

2024-04-11 Thread via GitHub
andytaylor commented on code in PR #3: URL: https://github.com/apache/activemq-artemis-console-plugin/pull/3#discussion_r1561069126 ## LICENSE: ## @@ -0,0 +1,326 @@ + + Apache License + Version 2.0, January 2004 +

[PR] [AMQ-9430] RuntimeConfigPlugin wire in classloader to JAXBContext [activemq]

2024-04-11 Thread via GitHub
mattrpav opened a new pull request, #1204: URL: https://github.com/apache/activemq/pull/1204 (no comment) -- 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,

[PR] ARTEMIS-4722 Exclude netty-tcnative-boringssl-static artifacts [activemq-artemis]

2024-04-11 Thread via GitHub
brusdev opened a new pull request, #4879: URL: https://github.com/apache/activemq-artemis/pull/4879 The lib folder includes netty-tcnative-boringssl-static artifacts non-aligned with the netty-tcnative-version in pom.xml. Those artifacts are included only because of zookeeper-server. --

Re: [PR] ARTEMIS-4720 Add an example of AMQP federation over SSL [activemq-artemis-examples]

2024-04-11 Thread via GitHub
gemmellr commented on PR #9: URL: https://github.com/apache/activemq-artemis-examples/pull/9#issuecomment-2049636463 The example wasnt added to the verification script, so the CI checks wont be running it. Might be worth reference the .txt file to create the stores from the example

Re: [PR] [AMQ-9447] Added Logic to check underlying transport connector limits [activemq]

2024-04-11 Thread via GitHub
jbonofre commented on code in PR #1194: URL: https://github.com/apache/activemq/pull/1194#discussion_r1560916109 ## activemq-broker/src/main/java/org/apache/activemq/broker/jmx/HealthView.java: ## @@ -167,6 +169,25 @@ public List healthList() throws Exception { }

Re: [PR] [AMQ-9447] Added Logic to check underlying transport connector limits [activemq]

2024-04-11 Thread via GitHub
jbonofre commented on PR #1194: URL: https://github.com/apache/activemq/pull/1194#issuecomment-2049540751 > It seems we already have a check for File system usage. We have a check on the system usage, but not on the cursor. It's not super critical. -- This is an automated

Re: [PR] [AMQ-9447] Added Logic to check underlying transport connector limits [activemq]

2024-04-11 Thread via GitHub
mattrpav commented on code in PR #1194: URL: https://github.com/apache/activemq/pull/1194#discussion_r1560887925 ## activemq-broker/src/main/java/org/apache/activemq/broker/jmx/HealthView.java: ## @@ -167,6 +169,25 @@ public List healthList() throws Exception { }

Re: [PR] AMQ-9475 - ConsumerControl commands should not auto create wildcard dests [activemq]

2024-04-11 Thread via GitHub
cshannon merged PR #1200: URL: https://github.com/apache/activemq/pull/1200 -- 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:

Re: [PR] [AMQ-9447] Added Logic to check underlying transport connector limits [activemq]

2024-04-11 Thread via GitHub
AM-19 commented on PR #1194: URL: https://github.com/apache/activemq/pull/1194#issuecomment-2049205082 It seems we already have a check for File system usage. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

Re: [PR] [AMQ-9447] Added Logic to check underlying transport connector limits [activemq]

2024-04-11 Thread via GitHub
jbonofre commented on PR #1194: URL: https://github.com/apache/activemq/pull/1194#issuecomment-2049196650 For JDBC yes, but no test on KahaDB. We can check the system usage for instance to see if the filesystem is not almost full. -- This is an automated message from the Apache Git

Re: [PR] [AMQ-9447] Added Logic to check underlying transport connector limits [activemq]

2024-04-11 Thread via GitHub
AM-19 commented on PR #1194: URL: https://github.com/apache/activemq/pull/1194#issuecomment-2049172132 > This first step checking the transports looks good to me. I would also check the storage service. Ideally the above mentioned code for JDBC Persistence check will work, with the

Re: [PR] [AMQ-9447] Added Logic to check underlying transport connector limits [activemq]

2024-04-11 Thread via GitHub
jbonofre commented on PR #1194: URL: https://github.com/apache/activemq/pull/1194#issuecomment-2049061906 This first step checking the transports looks good to me. I would also check the storage service. -- This is an automated message from the Apache Git Service. To respond to the

Re: [PR] [AMQ-9469] Removed JRMS-1.1 dependency from assembly pom.xml [activemq]

2024-04-11 Thread via GitHub
jbonofre merged PR #1191: URL: https://github.com/apache/activemq/pull/1191 -- 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:

[PR] AMQ-9473: Fix IntrospectionSupport to deal with SSLSocket properties [activemq]

2024-04-11 Thread via GitHub
jbonofre opened a new pull request, #1202: URL: https://github.com/apache/activemq/pull/1202 (no comment) -- 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,