JMS Bench Mark with Universal messaging

can you please provide instructions to install JMS benchmark for testing universal messaging.
The github version is having active MQ, how can we set this for UM?

Hi Krishna,

If the github version JMS client is not using any native APIs and is a pure JMS client, you could just change the JNDI properties like (Context Factory, Provider URL, auth details) to connect to any JMS provider, and you need to have the UM JMS client jars in your classpath.

Thanks