creating a user with restrictive access to the admin web console

2023-06-15 Thread FÖRSTERLING Björn
Hello, is it possible to create a user with readonly permissions for activemq admin webconsole at http://ip:8161/admin? We manage our users in ${activemq-home}/conf/jetty-realm.properties. I tried to use roles like "guest", "viewer", or "user". But none of these roles seem to work. Either I have

Re: Artemis 2.28.0 issues with settings

2023-06-15 Thread Clebert Suconic
I don't think it would make much sense to have page-max-size > MAX_INT anyways. the journal is meant for things that are fitting the memory. So, if you stop consuming messages, it should go towards paging. If you expand the max-size to an artificially high number then when you restart your syste

Re: Artemis 2.28.0 issues with settings

2023-06-15 Thread Justin Bertram
I created ARTEMIS-4315 [1] and sent a PR for the validation issue. For the NullPointerException I need more information on how to reproduce this. Justin [1] https://issues.apache.org/jira/browse/ARTEMIS-4315 On Thu, Jun 15, 2023 at 6:31 AM Tapan Gupta <03.ta...@gmail.com> wrote: > Hi. > > We

Re: address-full-policy FAIL causes bridge connection to disconnect

2023-06-15 Thread Justin Bertram
If sending fails then the bridge will attempt to reconnect according to its configuration and send the message again. Of course, load-balancing and redistribution will be impacted either way. Ideally, in the time it takes for the bridge to reconnect consumers will have acknowledged messages to fre

Re: address-full-policy FAIL causes bridge connection to disconnect

2023-06-15 Thread Tapan Gupta
Hi, Thanks for the quick reply. What is the expected behaviour after the fix? If I understood the change correctly the bridge will reconnect and try to send the message again, will most probably fail again and continue doing this? Best Regards Tapan Gupta On Thu, Jun 15, 2023 at 3:38 PM Justin

Re: address-full-policy FAIL causes bridge connection to disconnect

2023-06-15 Thread Justin Bertram
This will be fixed in 2.29.0 via ARTEMIS-4313 [1]. Justin [1] https://issues.apache.org/jira/browse/ARTEMIS-4313 On Thu, Jun 15, 2023 at 7:40 AM Tapan Gupta <03.ta...@gmail.com> wrote: > Hi, > > We have 3 node symmetric cluster, with server side load balancing > (ON_DEMAND) and message redistr

address-full-policy FAIL causes bridge connection to disconnect

2023-06-15 Thread Tapan Gupta
Hi, We have 3 node symmetric cluster, with server side load balancing (ON_DEMAND) and message redistribution enabled. When using FAIL, we noticed that amqp producers got an exception as expected, however the bridge connection also got the exception and disconnected with below error. This affected

Artemis 2.28.0 issues with settings

2023-06-15 Thread Tapan Gupta
Hi. We started using starting 2.28.0 version however there seems to be some mismatch as to what is in docs and the max value expected for this. Can someone please confirm if this is indeed the case? >From the docs, the example snippet has 10G, however when we tried to set 2G it fails with error.