activemq-artemis/examples/jms/perf
Andy Taylor 8ecd255f98 ACTIVEMQ6-1 - Initial HornetQ Donation Commit
https://issues.apache.org/jira/browse/ACTIVEMQ6-1

This is the initial donation of the HornetQ codebase as per document http://incubator.apache.org/ip-clearance/hornetq.html
2014-11-10 10:31:25 -06:00
..
src/main ACTIVEMQ6-1 - Initial HornetQ Donation Commit 2014-11-10 10:31:25 -06:00
pom.xml ACTIVEMQ6-1 - Initial HornetQ Donation Commit 2014-11-10 10:31:25 -06:00
readme.html ACTIVEMQ6-1 - Initial HornetQ Donation Commit 2014-11-10 10:31:25 -06:00

readme.html

<html>
  <head>
    <title>HornetQ JMS Queue Selector Example</title>
    <link rel="stylesheet" type="text/css" href="../common/common.css" />
    <link rel="stylesheet" type="text/css" href="../common/prettify.css" />
    <script type="text/javascript" src="../common/prettify.js"></script>
  </head>
  <body onload="prettyPrint()">
    <h1>JMS Simple Performance</h1>

    <p>To start the server run <code>mvn verify</code></p>

    <p>To start the listener run <code>mvn -Plistener package</code></p>

    <p>To start the sender run <code>mvn -Psender package</code></p>

    <p>To configure the clients simply edit the <code>perf.properties</code> or <code>client.jndi.properties</code> in the
        <code>src/main/resources</code> directory</p>
  </body>
</html>