Re: [PR] [AMQ-9470] Updated Methods to be called, to properly reload Log4j Properties [activemq]

2024-04-10 Thread via GitHub
jbonofre merged PR #1197: URL: https://github.com/apache/activemq/pull/1197 -- 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-9474] Update activemq-osgi import for Spring 6 [activemq]

2024-04-10 Thread via GitHub
jbonofre merged PR #1199: URL: https://github.com/apache/activemq/pull/1199 -- 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] AMF-9476 - Fix Jetty constraint mapping [activemq]

2024-04-10 Thread via GitHub
jbonofre merged PR #1201: URL: https://github.com/apache/activemq/pull/1201 -- 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] AMF-9476 - Fix Jetty constraint mapping [activemq]

2024-04-10 Thread via GitHub
cshannon opened a new pull request, #1201: URL: https://github.com/apache/activemq/pull/1201 (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-4720 Add an example of AMQP federation over SSL [activemq-artemis-examples]

2024-04-10 Thread via GitHub
tabish121 opened a new pull request, #9: URL: https://github.com/apache/activemq-artemis-examples/pull/9 Adds an example that shows how to configure broker connections for AMQP federation over an SSL connection. -- This is an automated message from the Apache Git Service. To respond to

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

2024-04-10 Thread via GitHub
cshannon commented on PR #1200: URL: https://github.com/apache/activemq/pull/1200#issuecomment-2048048719 > @cshannon @mattrpav I rebuilt ActiveMQ with these changes and can confirm that wildcard topics are no longer created and everything works as expected. > > Thank you.

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

2024-04-10 Thread via GitHub
thezbyg commented on PR #1200: URL: https://github.com/apache/activemq/pull/1200#issuecomment-2048044907 @cshannon @mattrpav I rebuilt ActiveMQ with these changes and can confirm that wildcard topics are no longer created and everything works as expected. Thank you. -- This is an

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

2024-04-10 Thread via GitHub
cshannon commented on PR #1200: URL: https://github.com/apache/activemq/pull/1200#issuecomment-2048023988 I'll let the tests finish and then I'll merge and backport. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

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

2024-04-10 Thread via GitHub
cshannon commented on PR #1198: URL: https://github.com/apache/activemq/pull/1198#issuecomment-2047943899 Bug fix PR opened at 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

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

2024-04-10 Thread via GitHub
cshannon opened a new pull request, #1200: URL: https://github.com/apache/activemq/pull/1200 This fixes an issue where wildcard destinations could be inadvertently created by ConsumerControl commands which could lead to problems. The processing logic for this command now will only look up

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

2024-04-10 Thread via GitHub
mattrpav commented on PR #1198: URL: https://github.com/apache/activemq/pull/1198#issuecomment-2047728387 @thezbyg thank you for the detailed report and staying with it while we work through your scenario to find the bug. A tricky edge case! -- This is an automated message from the

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

2024-04-10 Thread via GitHub
cshannon commented on PR #1198: URL: https://github.com/apache/activemq/pull/1198#issuecomment-2047625950 @thezbyg - That is interesting, I do not see that happen when testing some of the Java STOMP tests we have but it could depend on the client. Regardless, that processConsumerControl()