Est-il possible d'utiliser Jmeter avec TIBCO EMS? Parce que j'essaie de me connecter aux serveurs EMS via JMeter JMS pluin et pas en mesure de réussir à ce sujet.JMeter et TIBCO EMS
Toute aide à ce sujet serait grandement appréciée.
Merci à Advence.
EDIT: Error Log
WARN - jmeter.protocol.jms.sampler.JMSSampler: Name not found: 'com.tibco.tibjms.TibjmsQueueConnectionFactory' javax.naming.NameNotFoundException: Name not found: 'com.tibco.tibjms.TibjmsQueueConnectionFactory'
at com.tibco.tibjms.naming.TibjmsContext.lookup(TibjmsContext.java:713)
at com.tibco.tibjms.naming.TibjmsContext.lookup(TibjmsContext.java:489)
at javax.naming.InitialContext.lookup(Unknown Source)
at org.apache.jmeter.protocol.jms.sampler.JMSSampler.threadStarted(JMSSampler.java:295)
at org.apache.jmeter.threads.JMeterThread$ThreadListenerTraverser.addNode(JMeterThread.java:504)
at org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:984)
at org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:985)
at org.apache.jorphan.collections.HashTree.traverse(HashTree.java:967)
at org.apache.jmeter.threads.JMeterThread.threadStarted(JMeterThread.java:479)
at org.apache.jmeter.threads.JMeterThread.initRun(JMeterThread.java:468)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:239)
at java.lang.Thread.run(Unknown Source)
Quelle erreur faire yo tu comprends? Pouvez-vous fournir la trace? –
@Pascal Ajout du journal des erreurs – ukanth
Juste une supposition: 1) Est-ce le bon serveur auquel vous vous connectez?
2) Est-il possible que vous deviez spécifier le préfixe comme "java: comp/env/com.tibco.tibjms.TibjmsQueueConnectionFactory"
3) Pouvez-vous voir en quelque sorte l'arborescence JNDI sur le serveur auquel vous vous connectez et voir si cela l'objet est vraiment là? –