You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2011/11/14 22:11:04 UTC

svn commit: r1201906 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Mon Nov 14 21:11:04 2011
New Revision: 1201906

URL: http://svn.apache.org/viewvc?rev=1201906&view=rev
Log:
Added documentation of JMS Selector in JMS Point to Point

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1201906&r1=1201905&r2=1201906&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Mon Nov 14 21:11:04 2011
@@ -1375,6 +1375,10 @@ completed, so the net effect was similar
     The JNDI name of the receiving queue. If a value is provided here and the communication style is Request Response
     this queue will be monitored for responses to the requests sent.
   </property>
+  <property name="JMS Selector" required="No">
+    Message Selector as defined by JMS specification to extract only 
+    messages that respect the Selector condition. Syntax uses subpart of SQL 92.
+  </property>
   <property name="Communication style" required="Yes">
     The Communication style can be Request Only (also known as Fire and Forget) or Request Reply.
     Request Only will only sent messages and will not monitor replies. As such it can be used to put load on a system.