JMeter And SonicMQ

Posted by Admin on 04-Apr-2011 11:47

Hi,

Can anyone tell me which JARS I need to get JMeter working testing against SonicMQ.

I quote from the JMeter site, when talking about JMS testing..

"JMeter now includes the JMS API from Apache Geronimo, so you just need to add the appropriate JMS Client implementation jar(s) from the JMS provider. Please refer to their documentation for details."

So, can anyone tell me which SonicMQ Jar(s) I need to add to the classpath?

Also, any other things I need to do (that I have missed here) to get JMeter up and running with SonicMQ.

Many Thanks In Advance

All Replies

Posted by tsteinbo on 04-Apr-2011 13:01

You will need:

  • sonic_Client.jar (minimum)
  • sonic_Crypto.jar (if you talk to a secure broker)
  • sonic_Selector.jar (if you want msg selectors)
  • sonic_SSL.jar (if you use SSL as transport)
  • sonic_XA.jar (if you want XQ connection factories)
  • sonic_XMessage.jar (if you use any of the extended Sonic messages like XMLMessage)

If you also want to use the Sonic JNDI store add

  • mfcontext.jar

Thomas

Posted by rrudis on 04-Apr-2011 15:53

FYI, the list of SonicMQ client jars and associated functionality is described in the "Functionality Provided by SonicMQ JMS Client Libraries" table in the Installation and Upgrade Guide.

Posted by Admin on 05-Apr-2011 12:08

Hi,

Thanks for the above help. I've got JMeter to run by copying these JARs.

Can you let me know if there are any samples out there at all for testing SonicMQ with JMeter?

Thanks.

Posted by tsteinbo on 07-Apr-2011 01:40

There are not SonicMQ specific examples. Just work from the JMS section in the JMeter user guid.

Thomas

This thread is closed