I have provided all the required parameters for the JMS connection. The context factory, JNDI connection factory, provider URL, User name & password. For the destination parameter, I have provided the physical queue name. But the tool needs the JNDI Name of the queue it seems. Is there a work around ?
If you look at your server you should be able to get that JNDI Name. It can be identical or different of the physical queue name.
Hi Firoz,
Can you please guide how to connect with JMS in Neoload. I am getting following error
Could not create JNDI API initial context: javax.naming.NoInitialContextException: Cannot instantiate class: com.tibco.tibjms.TibjmsQueueConnectionFactory [Root exception is java.lang.ClassNotFoundException: com.tibco.tibjms.TibjmsQueueConnectionFactory]java.lang.ClassNotFoundException: com.tibco.tibjms.TibjmsQueueConnectionFactory</Status>
</Output>
Instructions can be found here: https://www.neotys.com/documents/doc/neoload/latest/#2741...
...however, have you included the tibco jms libraries in the Neoload extlib folder?