2014-10-31 06:20:28 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
2014-11-19 03:44:57 -05:00
|
|
|
<title>ActiveMQ JMS Queue Selector Example</title>
|
2014-10-31 06:20:28 -04:00
|
|
|
<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>
|