<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>