activemq-artemis/examples/jms/perf
jbertram e6a3d3a0c5 ACTIVEMQ6-14 Replace JNDI server with client impl 2014-12-05 09:27:52 -06:00
..
src/main ACTIVEMQ6-14 Replace JNDI server with client impl 2014-12-05 09:27:52 -06:00
pom.xml ACTIVEMQ6-14 Replace JNDI server with client impl 2014-12-05 09:27:52 -06:00
readme.html Remove references to HornetQ in doc and Comments 2014-11-19 15:15:35 +00:00

readme.html

<html>
  <head>
    <title>ActiveMQ 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>