<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Christian Posta -- Software Blog</title>
	<atom:link href="http://www.christianposta.com/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.christianposta.com/blog</link>
	<description>Become the best you can be at your profession. If you&#039;ve stopped learning, you&#039;ve given up.</description>
	<lastBuildDate>Wed, 12 Jun 2013 17:25:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Comment on From inside the code: Camel RouteBuilder and Java DSL by Kamiel Kara</title>
		<link>http://www.christianposta.com/blog/?p=249#comment-59527</link>
		<dc:creator>Kamiel Kara</dc:creator>
		<pubDate>Wed, 12 Jun 2013 17:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianposta.com/blog/?p=249#comment-59527</guid>
		<description>Excellent explanation! I still need to grasp some of the details, but I get the big picture. Ashame that they don&#039;t explain this in the camel doc, or at least not somewhere where you can easily grasp it. A RouterBuilder (and its friends mentioned above) are used to build concrete routes with the DSL, you don&#039;t need the RouterBuilder for anything else, only to use the DSL. I will now go and figure out if you can build several routes based on one builder.</description>
		<content:encoded><![CDATA[<p>Excellent explanation! I still need to grasp some of the details, but I get the big picture. Ashame that they don&#8217;t explain this in the camel doc, or at least not somewhere where you can easily grasp it. A RouterBuilder (and its friends mentioned above) are used to build concrete routes with the DSL, you don&#8217;t need the RouterBuilder for anything else, only to use the DSL. I will now go and figure out if you can build several routes based on one builder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on REST endpoint for integration using Apache Camel by www.aed.co.za</title>
		<link>http://www.christianposta.com/blog/?p=229#comment-58961</link>
		<dc:creator>www.aed.co.za</dc:creator>
		<pubDate>Fri, 07 Jun 2013 15:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianposta.com/blog/?p=229#comment-58961</guid>
		<description>Hi there, just wanted to say, I liked this blog post. It was helpful. Keep on posting!</description>
		<content:encoded><![CDATA[<p>Hi there, just wanted to say, I liked this blog post. It was helpful. Keep on posting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Java static methods can be a code smell by Java &#124; Annotary</title>
		<link>http://www.christianposta.com/blog/?p=56#comment-58460</link>
		<dc:creator>Java &#124; Annotary</dc:creator>
		<pubDate>Sat, 01 Jun 2013 16:00:17 +0000</pubDate>
		<guid isPermaLink="false">http://christianposta.com/blog/?p=56#comment-58460</guid>
		<description>[...]  Sort:  Newest Oldest Title Publisher   More from Kyle Poole:    Miscellaneous         Sort Share   www.christianposta.com &#160; &#160; &#160; 1 minute [...]</description>
		<content:encoded><![CDATA[<p>[...]  Sort:  Newest Oldest Title Publisher   More from Kyle Poole:    Miscellaneous         Sort Share   <a href="http://www.christianposta.com" rel="nofollow">http://www.christianposta.com</a> &nbsp; &nbsp; &nbsp; 1 minute [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActiveMQ Message Priorities: How it works by Dennis</title>
		<link>http://www.christianposta.com/blog/?p=289#comment-58144</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Tue, 28 May 2013 08:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianposta.com/blog/?p=289#comment-58144</guid>
		<description>Great article that gives an interesting look behind the scenes! Thanks for the detailed information.

Can I also conclude that if you make sure that the queue only receives 2 different message priority values (&quot;high&quot; and &quot;low&quot;) you have the best guarantee that they are delivered in order to the consumers? You often do not need those fine grained priority levels and settle with high and low.</description>
		<content:encoded><![CDATA[<p>Great article that gives an interesting look behind the scenes! Thanks for the detailed information.</p>
<p>Can I also conclude that if you make sure that the queue only receives 2 different message priority values (&#8220;high&#8221; and &#8220;low&#8221;) you have the best guarantee that they are delivered in order to the consumers? You often do not need those fine grained priority levels and settle with high and low.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on REST endpoint for integration using Apache Camel by Luis</title>
		<link>http://www.christianposta.com/blog/?p=229#comment-57410</link>
		<dc:creator>Luis</dc:creator>
		<pubDate>Mon, 20 May 2013 20:23:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianposta.com/blog/?p=229#comment-57410</guid>
		<description>Hi,
  What if you want to do a dozen of REST services? Would you create an equal number of cxf:rsServer?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,<br />
  What if you want to do a dozen of REST services? Would you create an equal number of cxf:rsServer?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Backing Spring Integration routes with ActiveMQ by Lukasz</title>
		<link>http://www.christianposta.com/blog/?p=168#comment-55471</link>
		<dc:creator>Lukasz</dc:creator>
		<pubDate>Wed, 01 May 2013 06:54:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianposta.com/blog/?p=168#comment-55471</guid>
		<description>Thanks for the post. These links: 

https://github.com/christian-posta/spring-integration-samples/blob/master/applications/cafe/src/main/resources/META-INF/spring/integration/activemq/cafeDemo-amq-config.xml

and

https://github.com/christian-posta/spring-integration-samples/blob/master/applications/cafe/src/main/resources/META-INF/spring/integration/activemq/cafeDemo-amq-jms-backed.xml

are also outdated.</description>
		<content:encoded><![CDATA[<p>Thanks for the post. These links: </p>
<p><a href="https://github.com/christian-posta/spring-integration-samples/blob/master/applications/cafe/src/main/resources/META-INF/spring/integration/activemq/cafeDemo-amq-config.xml" rel="nofollow">https://github.com/christian-posta/spring-integration-samples/blob/master/applications/cafe/src/main/resources/META-INF/spring/integration/activemq/cafeDemo-amq-config.xml</a></p>
<p>and</p>
<p><a href="https://github.com/christian-posta/spring-integration-samples/blob/master/applications/cafe/src/main/resources/META-INF/spring/integration/activemq/cafeDemo-amq-jms-backed.xml" rel="nofollow">https://github.com/christian-posta/spring-integration-samples/blob/master/applications/cafe/src/main/resources/META-INF/spring/integration/activemq/cafeDemo-amq-jms-backed.xml</a></p>
<p>are also outdated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plugging the HawtIO monitoring webapp into a stand-alone ActiveMQ instance by Preben</title>
		<link>http://www.christianposta.com/blog/?p=298#comment-54569</link>
		<dc:creator>Preben</dc:creator>
		<pubDate>Mon, 22 Apr 2013 16:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianposta.com/blog/?p=298#comment-54569</guid>
		<description>Small comment to the good post.
If you had any previous installations you have to delete the .hawtio folder in your home directory before starting activemq. Seems that there are some stuff left from my 1.0 installation that makes the webapp not responde. After deleting it it works nice.</description>
		<content:encoded><![CDATA[<p>Small comment to the good post.<br />
If you had any previous installations you have to delete the .hawtio folder in your home directory before starting activemq. Seems that there are some stuff left from my 1.0 installation that makes the webapp not responde. After deleting it it works nice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plugging the HawtIO monitoring webapp into a stand-alone ActiveMQ instance by admin</title>
		<link>http://www.christianposta.com/blog/?p=298#comment-54551</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 22 Apr 2013 13:53:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianposta.com/blog/?p=298#comment-54551</guid>
		<description>Thanks James! Update made.</description>
		<content:encoded><![CDATA[<p>Thanks James! Update made.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Plugging the HawtIO monitoring webapp into a stand-alone ActiveMQ instance by James Strachan</title>
		<link>http://www.christianposta.com/blog/?p=298#comment-54550</link>
		<dc:creator>James Strachan</dc:creator>
		<pubDate>Mon, 22 Apr 2013 13:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianposta.com/blog/?p=298#comment-54550</guid>
		<description>Great post! Maybe do a quick edit and use hawtio-default-1.1.war in that post instead; its the new release which has things like the insight-log added too</description>
		<content:encoded><![CDATA[<p>Great post! Maybe do a quick edit and use hawtio-default-1.1.war in that post instead; its the new release which has things like the insight-log added too</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ActiveMQ: Understanding Memory Usage by SuoNayi</title>
		<link>http://www.christianposta.com/blog/?p=273#comment-53383</link>
		<dc:creator>SuoNayi</dc:creator>
		<pubDate>Mon, 08 Apr 2013 13:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.christianposta.com/blog/?p=273#comment-53383</guid>
		<description>Can you take a peek at the following post ?
http://activemq.2283324.n4.nabble.com/What-can-be-reason-of-460-memory-usage-limit-td4665651.html</description>
		<content:encoded><![CDATA[<p>Can you take a peek at the following post ?<br />
<a href="http://activemq.2283324.n4.nabble.com/What-can-be-reason-of-460-memory-usage-limit-td4665651.html" rel="nofollow">http://activemq.2283324.n4.nabble.com/What-can-be-reason-of-460-memory-usage-limit-td4665651.html</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
