Unanswered question

How can I connect a physical queue on JMS, without using a JNDI Name for the queue?

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 ?

Firoz P.
Firoz P.

Firoz P.

Level
0
2 / 100
points

Answers

Nouredine A.
Nouredine A.

Nouredine A.

Level
4
5000 / 5000
points
Team

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.

mitesh P.
mitesh P.

mitesh P.

Level
0
12 / 100
points

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>

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

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?