HA follow-up: can I use a different Session than the Queue's ?

2024-01-30 Thread John Lilley
Looking at this more closely, I’m unsure that can re-create the Connection/Session in the reply-to case. In our onMessage() handler, the reply-to queue is fetched from the Message var replyQueue = (Queue)message.getJMSReplyTo(); And presumably it “belongs to” the same session as the received mes

[ANNOUNCE] ActiveMQ Artemis 2.32.0 Released

2024-01-30 Thread Clebert Suconic
I'm pleased to announce the release of ActiveMQ Artemis 2.32.0. Downloads are now available at: https://activemq.apache.org/components/artemis/download/ For a complete list of updates: https://activemq.apache.org/components/artemis/download/release-notes-2.32.0 I would like to highlight the fo

RE: Question about HA configuration failover problem

2024-01-30 Thread John Lilley
Hi Justin, Thanks for the advice. We’ll definitely look into reducing those other parameters, because we’d like to get the overall reconnect time under our default RPC timeout. However, when we see AMQ219014, I would like to “fail different” and avoid the timeout on the 2nd retry. Asking for

Re: ActiveMQ 5.18.3 (Classic) and Java 17: runtimeConfigurationPlugin causes ClassNotFoundException

2024-01-30 Thread Jean-Baptiste Onofré
Hi Mika, It's related to the RuntimeConfigurationPlugin and its JAXB usage. It needs an additional lib to work out of the box. I propose to create a Jira, providing the workaround you can use and fix in next 5.18.x release. Sorry for the inconvenience (I didn't test RuntimeConfigurationPlugin to

Questions about Artemis Core Bridge configuration

2024-01-30 Thread MILOVIDOV Aleksandr
Hi Team, Recently I tried to configure Core Bridge to transfer messages from one local queue to another queue on other Artemis cluster. There were problems when creating bridge configuration. Broker did not start because some options in bridge section were invalid. For example, I created Artemi

ActiveMQ 5.18.3 (Classic) and Java 17: runtimeConfigurationPlugin causes ClassNotFoundException

2024-01-30 Thread Mika Raty (Nokia)
Hello everyone, We are upgrading from java 8 to java 17 in a project that uses ActiveMQ 5.18.3 and we noticed that when we try to use the JMX operation updateNow that is available from Bean org.apache.activemq:type=Broker,brokerName=localhost,service=RuntimeConfiguration,name=Plugin using java

RE: Apache Log4j 1.x Multiple Vulnerabilities--Apache ActiveMQ classic version upgrade

2024-01-30 Thread Vishnu Middela
HI, Below is the confirmation that activemq.log being empty.. -rwx--. 1 bodi bodi0 Oct 24 15:32 activemq.log drwx--. 2 bodi bodi 4096 Jan 29 17:31 kahadb -rw---. 1 bodi bodi4 Jan 29 20:02 activemq.pid [bodi@aoedw-e-app3009 data]$ cat activemq.log [bodi@aoedw-e-app300

Re: Clustering trouble

2024-01-30 Thread Sebastian Götz
Yes, I am aware of this discussion. The reason for moving to a cluster is that we are projecting our on-premise software for a new customer, which will have thousands of those devices connected to the system. We want to achieve higher availability (through a backup configuration) and higher pe

Clustered JMS-style topic

2024-01-30 Thread Sebastian Götz
Hello everybody! I'm having trouble getting a clustered topic to work. I worked throw the two examples "JMS Clustered Topic Example" and "JMS Load Balanced Clustered Queue Example" but I cannot get this to work. I actually don't want to use JMS but CORE protocol. The setup is a 6 node ha cluste