http://jmeter.apache.org/usermanual/component_reference.html#JMS_Point-to-Pointに従って
特定のキューからメッセージをクリアするには、通信スタイル clear が使用されます。
Scenario: In my test plan , i have 2 threadgroups.
1) JMS Point to Point sampler to send messages: My JMS sampler fires request_only messages to the inqueue.
2) JMS Point to Point sampler to clear the messages in the outqueue. Here the communication style is selected as "clear" and the outqueue has been specified in the "JNDI Request queue" field.
テスト計画を実行すると、ほとんどの場合、結果ツリーの表示に、クリア JMS サンプラーがアウトキューから 0 メッセージをクリアしたことが示されます。
なぜこれがそうであるかについての考え。
私の目的は、アウトキューが定期的に排出されるようにすることです。これを行うためのより良い方法があればアドバイスしてください。