4

TIBCO EMS で Jmeter を使用することはできますか? 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)
4

4 に答える 4

1

過去にこの問題に遭遇しましたが、BSF Sampler を使用して回避し、groovy で tib ライブラリを使用してスクリプトを作成しました。

于 2011-06-17T13:06:41.977 に答える
0

ConnectionFactoryEMS サーバー側で (JNDI 経由で) 見つからなかったようです。TIBCO EMS 内で、構成されている接続ファクトリー名を確認してください ;)

通常QueueConnectionFactory、デフォルト名として存在するはずです。

于 2012-09-03T06:18:27.280 に答える
-1

以下の手順に従ってください。

初期接続ファクトリー: com.tibco.tibjms.naming.TibjmsInitialContextFactory

プロバイダー URL : tcp://ホスト名:7222

ConnectionFactory : QueueConnectionFactory または (TopicConnectionFactory)

行き先:サンプル

ユーザー名 : ラグー

パスワード:ラグー

于 2016-04-08T23:54:38.997 に答える