<?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 on: Message Driven POGOs: When Groovy, Spring and OpenMQ collide</title>
	<atom:link href="http://blogs.bytecode.com.au/glen/2008/08/14/message-driven-pogos-when-groovy-spring-and-openmq-collide.html/feed" rel="self" type="application/rss+xml" />
	<link>http://blogs.bytecode.com.au/glen/2008/08/14/message-driven-pogos-when-groovy-spring-and-openmq-collide.html</link>
	<description>Java, XML and all that Jazz... from Canberra, Australia</description>
	<lastBuildDate>Mon, 20 May 2013 08:15:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Glen Smith</title>
		<link>http://blogs.bytecode.com.au/glen/2008/08/14/message-driven-pogos-when-groovy-spring-and-openmq-collide.html#comment-775</link>
		<dc:creator>Glen Smith</dc:creator>
		<pubDate>Mon, 25 Aug 2008 19:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2008/08/14/message-driven-pogos-when-groovy-spring-and-openmq-collide/#comment-775</guid>
		<description><![CDATA[Thanks for the link, Joe. Great idea. That&#039;s even tighter code! ]]></description>
		<content:encoded><![CDATA[<p>Thanks for the link, Joe. Great idea. That&#8217;s even tighter code! </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Rinehart</title>
		<link>http://blogs.bytecode.com.au/glen/2008/08/14/message-driven-pogos-when-groovy-spring-and-openmq-collide.html#comment-774</link>
		<dc:creator>Joe Rinehart</dc:creator>
		<pubDate>Mon, 25 Aug 2008 13:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2008/08/14/message-driven-pogos-when-groovy-spring-and-openmq-collide/#comment-774</guid>
		<description><![CDATA[Hey Glen,

I just got into Spring + JMS + Groovy last week, and found that you can even go a little further with maintaining the &quot;POGO&quot;-ness of your ThumbnailListener.  By using Spring 2.0&#039;s MessageListenerAdapter, you can remove the need to implement MessageListener and onMessage, letting the listener be used seamlessly by other another bean or JMS.

Details there:

http://blog.springsource.com/main/2006/08/11/message-driven-pojos/

Cheers,

Joe]]></description>
		<content:encoded><![CDATA[<p>Hey Glen,</p>
<p>I just got into Spring + JMS + Groovy last week, and found that you can even go a little further with maintaining the &#8220;POGO&#8221;-ness of your ThumbnailListener.  By using Spring 2.0&#8242;s MessageListenerAdapter, you can remove the need to implement MessageListener and onMessage, letting the listener be used seamlessly by other another bean or JMS.</p>
<p>Details there:</p>
<p><a href="http://blog.springsource.com/main/2006/08/11/message-driven-pojos/" rel="nofollow">http://blog.springsource.com/main/2006/08/11/message-driven-pojos/</a></p>
<p>Cheers,</p>
<p>Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Oxlade</title>
		<link>http://blogs.bytecode.com.au/glen/2008/08/14/message-driven-pogos-when-groovy-spring-and-openmq-collide.html#comment-773</link>
		<dc:creator>Dan Oxlade</dc:creator>
		<pubDate>Sun, 17 Aug 2008 21:24:49 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.bytecode.com.au/glens/2008/08/14/message-driven-pogos-when-groovy-spring-and-openmq-collide/#comment-773</guid>
		<description><![CDATA[If you use the spring jms schema you can reduce the amount of code, the container bean definition becomes simpler and your listener wouldn&#039;t need to implement MessageListener and the method signiture could just be onMessage(Map message)]]></description>
		<content:encoded><![CDATA[<p>If you use the spring jms schema you can reduce the amount of code, the container bean definition becomes simpler and your listener wouldn&#8217;t need to implement MessageListener and the method signiture could just be onMessage(Map message)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
