Is the second hunk intended? Just asking because that change isn't
mentioned in the log message.
Regards,
Rainer
Am 11.07.2015 um 19:17 schrieb pmoua...@apache.org:
Author: pmouawad
Date: Sat Jul 11 17:17:26 2015
New Revision: 1690395
URL: http://svn.apache.org/r1690395
Log:
groovy has moved
Modified:
jmeter/trunk/bin/templates/templates.xml
Modified: jmeter/trunk/bin/templates/templates.xml
URL:
http://svn.apache.org/viewvc/jmeter/trunk/bin/templates/templates.xml?rev=1690395&r1=1690394&r2=1690395&view=diff
==============================================================================
--- jmeter/trunk/bin/templates/templates.xml (original)
+++ jmeter/trunk/bin/templates/templates.xml Sat Jul 11 17:17:26 2015
@@ -82,7 +82,7 @@
<![CDATA[<h1>Template showing how to Load Test MongoDB code using MongoDB
Java Driver</h1>
<h2>JMeter Configuration</h2>
<ul>
- <li>Download groovy from <a href="http://groovy.codehaus.org/Download"
>Groovy Download</a></li>
+ <li>Download groovy from <a href="http://groovy-lang.org/download.html"
>Groovy Download</a></li>
<li>Add the groovy-all-XXX.jar in jmeter/lib folder, it is usually
located in embeddable folder</li>
<li>Restart JMeter</li>
<li>Configure the <b>Server address list</b>, and tune <b>MongoDB
options</b> in MongoDB Source Config</li>
@@ -177,4 +177,26 @@
</ul>
]]></description>
</template>
+ <template isTestPlan="true">
+ <name>Building a JMS Topic (ActiveMQ) Publishing Test Plan</name>
+ <fileName>/bin/templates/jmsPublishTemplate.jmx</fileName>
+ <description><![CDATA[
+ <h1>Template showing how to publish to a JMS Topic in ActiveMQ</h1>
+ <h2>JMeter Configuration</h2>
+ <p>
+ <ul>
+ <li>Add ActiveMQ jars to jmeter/lib folder</li>
+ <li>Adapt User Defined Variables to your configuration</li>
+ </ul>
+ </p>
+ <h2>Useful links</h2>
+ <p>
+ <ul>
+ <li><a
href="http://jmeter.apache.org/usermanual/build-jms-topic-test-plan.html" >Building a JMS Topic Test
Plan</a></li>
+ <li><a href="http://activemq.apache.org/jndi-support.html" >ActiveMQ
Configuration</a></li>
+ </ul>
+ </p>
+
+ ]]></description>
+ </template>
</templates>