Author: buildbot
Date: Fri Feb 8 15:21:33 2013
New Revision: 849896
Log:
Production update by buildbot for activemq
Modified:
websites/production/activemq/content/cache/main.pageCache
websites/production/activemq/content/osgi-integration.html
Modified: websites/production/activemq/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/activemq/content/osgi-integration.html
==============================================================================
--- websites/production/activemq/content/osgi-integration.html (original)
+++ websites/production/activemq/content/osgi-integration.html Fri Feb 8 15:21:33 2013
@@ -80,11 +80,11 @@
<h1><a shape="rect" name="OSGiIntegration-Installation"></a>Installation</h1>
-<p>ActiveMQ provides Karaf features which will help you integrate and use the broker
in OSGi environment. For starters you need to add the features URL to Karaf. For version 5.8.0
you can do it like this</p>
+<p>ActiveMQ provides Karaf features which will help you integrate and use the broker
in OSGi environment. For starters you need to add the features URL to Karaf. For version 5.8.0
you can do it like this:</p>
<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
<pre class="code-java">
-karaf@root> features:addUrl mvn:org.apache.activemq/activemq-karaf/5.8.0/xml/features
+karaf@root> features:chooseUrl activemq 5.8.0
</pre>
</div></div>
|