Re: Support of reloading management.xml

2024-02-15 Thread Domenico Francesco Bruscino
Hi Aleksandr, the JIRA ARTEMIS-4582[1] should also cover the use case of config reload and and the related PR was created 2 days ago: https://github.com/apache/activemq-artemis/pull/4820 [1] https://issues.apache.org/jira/browse/ARTEMIS-4582 Regards, Domenico On Thu, 15 Feb 2024 at 16:21, MILOV

Re: Large parts of the ActiveMQ website are returning 404s

2024-02-15 Thread Elric V
On 15/02/2024 15:31, Justin Bertram wrote: Thanks for the heads up! I botched a few htaccess rules which caused the 404s. It should be working normally again now. Thanks, seems to work fine now :-)

RE: Problems with Artemis primary/backup replication

2024-02-15 Thread MILOVIDOV Aleksandr
Hi Team, I would like to update this question. There are still unresolved problems, and I cannot figure out how to reproduce it in an isolated environment. Is there any ideas when this error could happen on the backup server? AMQ219014: Timed out after waiting 3 ms for response when sen

Stomp configuration questions

2024-02-15 Thread Bouscaren, Paul
I am building out a Stomp client, and I am unsure whether I am receiving RECEIPT frames from the ActiveMQ classic we have installed. The sender process does get a CONNECTED frame back from the server, but that's it. To help troubleshoot, I've tried to implement the suggested Stomp logging, but

Support of reloading management.xml

2024-02-15 Thread MILOVIDOV Aleksandr
Hi Team, Currently we have ActiveMQ Artemis broker where access to management console is granted for several user teams with different permissions. Permissions are granted for LDAP groups. For example, we grant ApplicationA developers/testers/operations users permissions to work with addresses

Re: Possible bug with SSL connection strings in HA setups

2024-02-15 Thread Domenico Francesco Bruscino
Hi Eric, you are getting this issue because the CORE clients uses topology for load balancing by default, you can solve this issue disabling topology for load balancing, i.e. (tcp://server1.example.com:61616,tcp://server2.example.com:61616 )?sslEnabled=true&trustStorePath=/path/to/truststore.jks&

Possible bug with SSL connection strings in HA setups

2024-02-15 Thread elric
Hi folks, Trying to debug a tricky problem, and I'm beginning to suspect it's a bug in the ActiveMQ server and/or client. The client sometimes ends up using a wrong truststore, in spite of seemingly correct configuration. Server: 2.31.0 Client: 2.38 (via Spring Boot) The client is connecting

Re: Large parts of the ActiveMQ website are returning 404s

2024-02-15 Thread Justin Bertram
Thanks for the heads up! I botched a few htaccess rules which caused the 404s. It should be working normally again now. Justin On Thu, Feb 15, 2024 at 8:20 AM Elric V wrote: > Hey folks, > > Can someone have a look at the website? All the pages under the > Community menu are redirecting to 404

Large parts of the ActiveMQ website are returning 404s

2024-02-15 Thread Elric V
Hey folks, Can someone have a look at the website? All the pages under the Community menu are redirecting to 404s. This made it a bit of a pain to find the mailing list -_-. Thanks, Elric

Re: PowerShell and STOMP Support

2024-02-15 Thread Domenico Francesco Bruscino
Hi Shiv, there is no way to set custom property by using the artemis producer command. Another alternative to send messages from a shell is by using the jolokia endpoint but it should, i.e. curl -X POST -H "Content-Type: application/json" -H "Origin: http://localhost:8161"; -u admin:admin http://