RE: EXTERNAL- Re: ActiveMQ Artemis: Reload SSL keystore without restarting broker

2023-05-18 Thread Umesh Kudale
Thanks Domenico. I would like to go with management queue approach. However I couldn't find any documentation regarding all the type of messages supported on this queue. Could you please help with that? (I need a message required to reload SSLContext/SSL keystore) -Umesh. -Original

Re: ActiveMQ Artemis: Reload SSL keystore without restarting broker

2023-05-18 Thread Domenico Francesco Bruscino
Hi Umesh, you can access Apache ActiveMQ Artemis management API[1] using jolokia or messages even if the JMX is disabled. For further details using messages see the Management Example[2]. [1] https://activemq.apache.org/components/artemis/documentation/latest/management.html [2]

Re: max_unreferenced_credits_cache_size in broker?

2023-05-18 Thread Doug Whitfield
Thanks Domenic! If we are hitting a credit limit in core API, how would we go about increasing the credits? From: Domenico Francesco Bruscino Date: Wednesday, 17 May 2023 at 11:19 To: users@activemq.apache.org Subject: Re: max_unreferenced_credits_cache_size in broker? Hi Douglas, there is

Re: max_unreferenced_credits_cache_size in broker?

2023-05-18 Thread Justin Bertram
If you're running into issues with producer flow control you can try setting a higher producerWindowSize (default is 65536 bytes). See the "Flow Control" chapter [1] in the documentation for more info on that. However, if the broker is blocking you because the address you're sending to is getting

No Journal logging

2023-05-18 Thread Doug Whitfield
We have the below config. I see at https://activemq.apache.org/components/artemis/documentation/ that this is correct. I can see at https://github.com/apache/activemq-artemis/tree/main/artemis-server/src/main/java/org/apache/activemq/artemis/core that org.apache.activemq.artemis.core.server

Re: No Journal logging

2023-05-18 Thread Doug Whitfield
I found the path at https://github.com/apache/activemq-artemis/tree/main/artemis-journal/src/main/java/org/apache/activemq/artemis/journal but question remains, why are we logging nothing? From: Doug Whitfield Date: Thursday, 18 May 2023 at 08:57 To: users@activemq.apache.org Subject: No

Re: No Journal logging

2023-05-18 Thread Robbie Gemmell
Those files are specifically for the 'identified messages' with IDs, as contained in them. You will only see anything for them if a situation arises to emit such a log message. That logger config is there to ensure those remain enabled by default even if adjusting with the wider config. If you

Re: No Journal logging

2023-05-18 Thread Doug Whitfield
Thanks Robbie. I am still a bit confused. Maybe some background would be helpful. Currently, I am using the following command: artemis perf client --message-count 100 I would expect to see something moving to the journal, and I would expect to see that logged. Even setting