Re: Addresses are not getting deleted when autoDeleteAddresses is set true

2024-05-31 Thread Alexander Weichart
Note: I‘m using Artemis as a Relay-Broker for Spring boot to send websocket messages via the STOMP protocol (https://docs.spring.io/spring-framework/reference/web/websocket/stomp/handle-broker-relay.html). These automatically created addresses to not get cleaned up, while the queues do. Am Fr

Re: Addresses are not getting deleted when autoDeleteAddresses is set true

2024-05-31 Thread Alexander Weichart
Hi Bertram, thanks for trying to reproduce the issue as well as the explaining comments related to the changes. What did you mean with step 3 („updated the wildcard config…“)? Maybe this is my issue? If not, I will try to provide a minimum reproducible setup in order to track down the issue. Am

Re: Addresses are not getting deleted when autoDeleteAddresses is set true

2024-05-31 Thread Justin Bertram
I just tested this and it works fine as far as I can tell. Here's what I did: 1) created a fresh instance of ActiveMQ Artemis 2.33.0 2) copied your settings into broker.xml 3) updated the wildcard configuration to account for the '/' in the address settings match 4) started the broker 5) used

java.lang.IllegalStateException: KeyStores with multiple certificates are not supported on the base class org.eclipse.jetty.util.ssl.SslContextFactory

2024-05-31 Thread Marc Boorshtein
Hello all, I've got ActiveMQ classic 5.18.4 setup to require mutual client authentication. When I create a keystore with a single private key and an additional certificate and it generally works great. When I instead try to use a single key for both the client and the server I get the following e

Re: Console_jolokia_error

2024-05-31 Thread Justin Bertram
Screenshots do not come through the list so either post the screenshot somewhere else and provide a link or simply use text to describe the issue (preferred). Justin On Fri, May 31, 2024 at 7:21 AM Albaasith Ahamed wrote: > > > Dear Team, > > > > I am getting below error message in the artemis

Re: Issue with Message Timeout and Expiry Queue in Artemis MQ Configuration

2024-05-31 Thread Justin Bertram
Messages which have been dispatched to a client but have not yet been acknowledged are marked as "in delivery." Messages which are in delivery will not be expired because if they were then the client wouldn't be able to acknowledge them. If there is a consumer that is stuck there are management ope

Console_jolokia_error

2024-05-31 Thread Albaasith Ahamed
Dear Team, I am getting below error message in the artemis console, Kindly explain for the issue and how to resolve this ? [cid:image001.png@01DAB360.46991200] Regards, Albaasith Ahamed Albaasith Ahamed https://www.amlakint.com P.O Box 28088 Riyadh 11437 albaasi...@amlakint.com [cid:i

Addresses are not getting deleted when autoDeleteAddresses is set true

2024-05-31 Thread Alexander Weichart
**Basic bug info** When configuring a broker to auto-delete expired addresses like this: ```xml 30 true 3 true true 3 -1 ``` Artemis - correctly deletes automatically created, expired, queues - **but does not** delete automatically created, expired, addresses (e.g