可以将Jmeter与TIBCO EMS一起使用吗?因为我正在尝试通过JMeter JMS插件连接到EMS服务器,但不能成功。
在这方面的任何帮助都将非常感谢。
编辑:错误日志
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)发布于 2011-06-17 21:06:42
我们在过去确实遇到过这个问题,但在groovy中使用BSF Sampler和使用tib库编写脚本。
发布于 2012-09-03 14:18:27
这听起来像是在EMS Server端找不到您的ConnectionFactory (通过JNDI)。在TIBCO EMS中检查配置的连接工厂名称;)
通常,QueueConnectionFactory应该作为默认名称存在。
发布于 2014-04-11 08:42:17
jmeter
https://stackoverflow.com/questions/1649150
复制相似问题