Re: [VOTE] Apache ActiveMQ Artemis 2.33.0

2024-03-20 Thread Timothy Bish
On 3/19/24 19:12, Justin Bertram wrote: I would like to propose an Apache ActiveMQ Artemis 2.33.0 release. Here are some noteworthy updates in 2.33.0: - Support for JSON formatted typed properties on CLI producer command - New CLI command pwd for showing directories related to the current

Re: Diverting messages to non existing destination

2024-03-20 Thread Clebert Suconic
can't you use the RoutingContext for anything like that? I thought we had already had some stuff on it. On Wed, Mar 20, 2024 at 9:41 AM Domenico Francesco Bruscino wrote: > > I think we should always reuse the server session of the original context > because it will be used to execute security

Re: [VOTE] Apache ActiveMQ Artemis 2.33.0

2024-03-20 Thread Clebert Suconic
+1 Binding ** Did some tests overall with the broker and CLI On Wed, Mar 20, 2024 at 11:10 AM Domenico Francesco Bruscino wrote: > > +1 (binding) > > * Checked parent version in pom.xml files using `grep -LPrz --include > pom.xml "(.|\n)*2.33.0<\/version>(.|\n)*<\/parent>" ./` > * Ran binary

Re: [VOTE] Apache ActiveMQ Artemis 2.33.0

2024-03-20 Thread Domenico Francesco Bruscino
+1 (binding) * Checked parent version in pom.xml files using `grep -LPrz --include pom.xml "(.|\n)*2.33.0<\/version>(.|\n)*<\/parent>" ./` * Ran binary broker instance on Fedora 38 using OpenJDK 17 * Checked the web console using `Google Chrome` * Checked producing, browsing and consuming

Re: Diverting messages to non existing destination

2024-03-20 Thread Domenico Francesco Bruscino
I think we should always reuse the server session of the original context because it will be used to execute security checks before creating addresses and queues. On Wed, 20 Mar 2024 at 09:35, Anton Roskvist wrote: > Thanks for your feedback, and yes, I also agree that adding a boolean to > the

Re: Diverting messages to non existing destination

2024-03-20 Thread Anton Roskvist
Thanks for your feedback, and yes, I also agree that adding a boolean to the divert-configis a good approach. There is one other thing about the implementation I'm thinking about though... after the divert sends the message copy over to postOffice it passes 2 additional auto-create-checks