activemq-artemis/examples/jms/spring-integration/readme.html

18 lines
916 B
HTML
Raw Normal View History

<html>
<head>
<title>HornetQ Spring 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>HornetQ Spring Example</h1>
<p>This examples shows how to setup and run an embedded JMS server within a Spring ApplicationContext using HornetQ along with HornetQ configuration files.</p>
<h2>Example step-by-step</h2>
<p><i><b>YOU MUST DOWNLOAD THE SPRING LIBRARIES TO RUN THIS EXAMPLE!!!</b> You must also modify the build.xml file to include the spring jars. You'll see the placeholder that is already there.</i></p>
<p><i>To run the example, simply type <code>mvn verify</code> from this directory</i></p>
</body>
</html>