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 try, but some colleagues use it)
Unfortunately I did not found any configuration examples, but I think this JMS configuration can be used with any JMS client jar. Bindings file is different for each client, and I don't know exactly how to create it. IBM MQ bindings file was created automatically using MQ Explorer. -- Regards, Alexander пт, 5 апр. 2024 г., 14:12 William Crowell <wcrow...@perforce.com.invalid>: > 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 <robbie.gemm...@gmail.com> > Date: Friday, April 5, 2024 at 5:34 AM > To: users@activemq.apache.org <users@activemq.apache.org> > Subject: Re: Performance Testing Artemis ActiveMQ > [You don't often get email from robbie.gemm...@gmail.com. Learn why this > is important at https://aka.ms/LearnAboutSenderIdentification ] > > 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 RabbitMQ primarily uses. Artemis uses the later > AMQP 1.0 protocol standard which is quite different from the earlier > 0-x protocols, and as such that client won't be able to connect to it. > > On Thu, 4 Apr 2024 at 21:46, William Crowell > <wcrow...@perforce.com.invalid> wrote: > > > > Good afternoon/evening, > > > > I am looking for tools to performance test Apache Artemis. > > > > I have used the “artemis perf” performance test tool, but I am looking > for a tool outside of Artemis like Apache JMeter. > > > > I am aware of the JMeter AMQP Plugin ( > https://github.com/aliesbelik/jmeter-amqp-plugin), but I cannot get it to > work with Artemis. I have disabled security in Artemis, but I still get > this strange error: > > > > 2024-04-04 20:33:33,892 WARN [org.apache.activemq.artemis.core.client] > AMQ212037: Connection failure to /xxx.xxx.xxx.xxx:49390 has been detected: > null [code=REMOTE_DISCONNECT] > > > > Anyone know of tools out there to performance test Apache Artemis? > > > > Regards, > > > > William Crowell > > > > > > > > This e-mail may contain information that is privileged or confidential. > If you are not the intended recipient, please delete the e-mail and any > attachments and notify us immediately. > > > > > CAUTION: This email originated from outside of the organization. Do not > click on links or open attachments unless you recognize the sender and know > the content is safe. > > > This e-mail may contain information that is privileged or confidential. If > you are not the intended recipient, please delete the e-mail and any > attachments and notify us immediately. > >