Fwd: [ANN] Apache ActiveMQ "Classic" 6.1.1 has been released!

2024-04-05 Thread Jean-Baptiste Onofré
The ActiveMQ team is pleased to announce Apache ActiveMQ 6.1.1 release. It's a maintenance release on the ActiveMQ 6.1.x series, bringing: - add firstMessageTimestamp in the StatisticsPlugin - fix on Docker images authentication - add sun.nio.* opens classes required for some transports -

Re: Performance Testing Artemis ActiveMQ

2024-04-05 Thread Alexander Milovidov
Hi All, I used JMeter several years ago with IBM MQ and it was configured using JMS with .bindings file (file system JNDI context). InitialContextFactory class used: IBM MQ - com.sun.jndi.fscontext.RefFSContextFactory ActiveMQ - org.apache.activemq.jndi.ActiveMQInitialContextFactory (I did not

Re: Performance Testing Artemis ActiveMQ

2024-04-05 Thread William Crowell
Robbie, That makes sense and thank you for your reply. I may create a variant of JMeter AMQP Plugin that can work with AMQP 1.0 protocol standard. Do you or anyone know of any alternatives for performance testing Apache Artemis? Regards, William Crowell From: Robbie Gemmell Date: Friday,

Re: Performance Testing Artemis ActiveMQ

2024-04-05 Thread Robbie Gemmell
Despite its claim of working with 'RabbitMQ or any AMQP message broker' I'd expect that jmeter-amqp-plugin won't actually work with many of them, including Artemis, since it indicates it is based around rabbitmq-client and so is presumably using the AMQP 0-9-1 protocol [with extensions] that

Remove producers from an activemq broker

2024-04-05 Thread Rosalie Ford
Hi I am running an embedded activemq broker. We have a management server that uses the JMX ViewMBeans. We would like to be able to remove/disconnect producers without having to restart the whole broker. Is there a way to do this? Best regards