Re: ActiveMQ Artemis message multicast divert anycast failed

2024-11-26 Thread F G
Thanks Justin, I added a demo of the problem in the comment section of your Stack Overflow answer. If you have time to try and confirm that it is a version problem, I will mark your answer for future people who use version 2.19.1 (the last version that supports jdk8) and have the same business scen

Re: ActiveMQ Artemis message multicast divert anycast failed

2024-11-26 Thread F G
I have marked your answer, after all JmsTemplate is not necessary, I have now used Artemis java client to send messages F G 于2024年11月27日周三 13:51写道: > Thank you for your help. If I understand correctly, you are using the CLI > tool, which is fine. As I said before, I also get normal results using

Re: ActiveMQ Artemis message multicast divert anycast failed

2024-11-26 Thread F G
Thank you for your help. If I understand correctly, you are using the CLI tool, which is fine. As I said before, I also get normal results using Artemis Java Client. The problem is that it cannot be used with JMSTemplate. You can refer to the "artemis-problem-demo/artemis-node1/src/test/java/com/ar

Re: ActiveMQ Artemis message multicast divert anycast failed

2024-11-26 Thread F G
😄 F G 于2024年11月27日周三 13:52写道: > I have marked your answer, after all JmsTemplate is not necessary, I have > now used Artemis java client to send messages > > F G 于2024年11月27日周三 13:51写道: > >> Thank you for your help. If I understand correctly, you are using the CLI >> tool, which is fine. As I s

Re: ActiveMQ Artemis message multicast divert anycast failed

2024-11-26 Thread Justin Bertram
I used your demo, but everything worked fine. I also tested with standalone 2.19.1, and everything worked fine. I added more details to my answer on Stack Overflow. Based on all the evidence so far there is no problem. Justin On Tue, Nov 26, 2024 at 9:38 PM F G wrote: > Thanks Justin, I added

Re: Artemis cluster queue was undeployed unexpextedly

2024-11-26 Thread Alexander Milovidov
I also mentioned that when an address with two queues was undeployed, there were also two log messages for undeploying each cluster queue. I tried a workaround with adding cluster queues to the configuration. During the configuration reload, each cluster queue has been undeployed and deployed back

Re: Artemis cluster queue was undeployed unexpextedly

2024-11-26 Thread Alexander Milovidov
Hi All, I also reproduced this case. When the setting config-delete-addresses is set to FORCE on the particular address match with wildcard (not matches with cluster address/queue names), when undeploying this address, cluster queues are also deleted. This does not happen if I set only config-dele