<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Dave Stanley&#039;s Blog</title>
	<link>http://www.pepperdust.org</link>
	<description>* middleware &#38; open source escapades *</description>
	<lastBuildDate>Tue, 16 Feb 2010 14:29:26 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.0" -->

	<item>
		<title>Note on ActiveMQ&#8217;s VirtualDestinations</title>
		<description><![CDATA[Recently I&#8217;ve been working with ActiveMQ virtual destinations. In some cases it can be a really useful technique to scale up your topic consumers. I&#8217;ve posted my abbreviated notes below. Virtual Destinations are logical destinations (i.e. Queues or Topics) that map onto one or more physical destinations. Their purpose is to overcome some load balancing/HA [...]]]></description>
		<link>http://www.pepperdust.org/?p=170</link>
			</item>
	<item>
		<title>How to configure ActiveMQ to support a lot of concurrent connections</title>
		<description><![CDATA[In general, the out of the box ActiveMQ configuration works very well for the majority of usecases. One place where you will want to tweak things is in the area of supporting large numbers of concurrent connections. The good news is that ActiveMQ is well capable and with the tweaks below you should be well [...]]]></description>
		<link>http://www.pepperdust.org/?p=150</link>
			</item>
	<item>
		<title>Cannot find lifecycle mapping for packaging: &#8216;bundle&#8217;.</title>
		<description><![CDATA[I&#8217;ve hit the error in the title a few times when using the maven bundle plugin to create osgi bundles. [INFO] Cannot find lifecycle mapping for packaging: 'bundle'. Component descriptor cannot be found in the component repository: org.apache.maven.lifecycle.mapping.LifecycleMappingbundle. The fix it, set the &#8216;extensions&#8217; element to true as shown below. &#60;plugin&#62; &#60;groupId&#62;org.apache.felix&#60;/groupId&#62; &#60;artifactId&#62;maven-bundle-plugin&#60;/artifactId&#62; &#60;version&#62;2.0.1&#60;/version&#62; &#60;extensions&#62;true&#60;/extensions&#62; [...]]]></description>
		<link>http://www.pepperdust.org/?p=135</link>
			</item>
	<item>
		<title>Quick Fuse Tooling Tip (org/codehaus/plexus/util/FileUtils$FilterWrapper)</title>
		<description><![CDATA[If your trying to create a ServiceMix CXF Service Unit using the Fuse 1.4.2 Tooling and you hit the following error trying to generate sources: 11/19/08 5:22:23 PM EST: resources:resources 11/19/08 5:22:23 PM EST: ERROR reactor-execute : /home/davestanley/Work/eclipse/cxf-se/TestTwo : org/codehaus/plexus/util/FileUtils$FilterWrapper The workaround is to add the maven-resources-plugin to your projects pom.xml. 1 2 3 4 [...]]]></description>
		<link>http://www.pepperdust.org/?p=130</link>
			</item>
	<item>
		<title>camel-hibernate now has a mvn repo</title>
		<description><![CDATA[A maven repo has been added to the camel-extra google code project, so its no longer necessary to build the camel-hibernate project from scratch. Yay! In order to add the camel-hibernate plugin as a dependency of your camel project you just need to add the repo: 1 2 3 4 5 &#60;repository&#62; &#60;id&#62;camel-extra-release&#60;/id&#62; &#60;name&#62;Camel Extra [...]]]></description>
		<link>http://www.pepperdust.org/?p=95</link>
			</item>
	<item>
		<title>Tuning Message Bus performance in Servicemix</title>
		<description><![CDATA[How fast you can send messages through ServiceMix is highly dependent on how the embedded ActiveMQ broker within ServiceMix is configured. This is because the ServiceMix NMR uses ActiveMQ as its messaging engine, so choosing the correct connection factories and persistenceAdapter can give you easy gains in performance. AMQ Message Store In ActiveMQ 5.0, a [...]]]></description>
		<link>http://www.pepperdust.org/?p=63</link>
			</item>
</channel>
</rss>
