<?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: Spring 2.0&#039;s JMS Improvements</title>
	<atom:link href="http://blog.springsource.org/2006/04/09/spring-20s-jms-improvements/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.springsource.org/2006/04/09/spring-20s-jms-improvements/</link>
	<description>The voice of SpringSource</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:31:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>By: Mohamed ismail</title>
		<link>http://blog.springsource.org/2006/04/09/spring-20s-jms-improvements/comment-page-1/#comment-198964</link>
		<dc:creator>Mohamed ismail</dc:creator>
		<pubDate>Thu, 21 Jul 2011 13:43:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/04/09/spring-20s-jms-improvements/#comment-198964</guid>
		<description>Thank you very much for your post. After long try i have been complete my JMS configuration by using your example. Thank you Once Again.</description>
		<content:encoded><![CDATA[<p>Thank you very much for your post. After long try i have been complete my JMS configuration by using your example. Thank you Once Again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathan</title>
		<link>http://blog.springsource.org/2006/04/09/spring-20s-jms-improvements/comment-page-1/#comment-193138</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Tue, 03 May 2011 04:30:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/04/09/spring-20s-jms-improvements/#comment-193138</guid>
		<description>Hi,

I have configured my listener class in the configuration file.But it is not started.i am using Tomcat 6 and Active MQ.Can anyone help 


		
	

	
		
		
	

	

	
		
		
		
	

	
		
	
	
		
	
	
	</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have configured my listener class in the configuration file.But it is not started.i am using Tomcat 6 and Active MQ.Can anyone help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vamsi</title>
		<link>http://blog.springsource.org/2006/04/09/spring-20s-jms-improvements/comment-page-1/#comment-167145</link>
		<dc:creator>Vamsi</dc:creator>
		<pubDate>Thu, 28 May 2009 22:47:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/04/09/spring-20s-jms-improvements/#comment-167145</guid>
		<description>is there a way to create destinations progratically and assign MessageConsumers to them on the fly. session.createConsumer creates consumers that are active only for the lifespan of the session. Is there a way to accomplish this using the DefaultMessageListenerContainer?

Thanks,</description>
		<content:encoded><![CDATA[<p>is there a way to create destinations progratically and assign MessageConsumers to them on the fly. session.createConsumer creates consumers that are active only for the lifespan of the session. Is there a way to accomplish this using the DefaultMessageListenerContainer?</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giannis</title>
		<link>http://blog.springsource.org/2006/04/09/spring-20s-jms-improvements/comment-page-1/#comment-75533</link>
		<dc:creator>Giannis</dc:creator>
		<pubDate>Tue, 04 Dec 2007 12:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/04/09/spring-20s-jms-improvements/#comment-75533</guid>
		<description>Interesting...</description>
		<content:encoded><![CDATA[<p>Interesting&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: redy</title>
		<link>http://blog.springsource.org/2006/04/09/spring-20s-jms-improvements/comment-page-1/#comment-73631</link>
		<dc:creator>redy</dc:creator>
		<pubDate>Thu, 29 Nov 2007 14:29:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/04/09/spring-20s-jms-improvements/#comment-73631</guid>
		<description>I finally find them in apache-activemq_4.x.x but their fully qualified path has been changed like this: org.apache.activemq.command.ActiveMQQueue. The connection factory is also changed as: org.apache.activemq.ActiveMQConnectionFactor</description>
		<content:encoded><![CDATA[<p>I finally find them in apache-activemq_4.x.x but their fully qualified path has been changed like this: org.apache.activemq.command.ActiveMQQueue. The connection factory is also changed as: org.apache.activemq.ActiveMQConnectionFactor</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cbgcfg</title>
		<link>http://blog.springsource.org/2006/04/09/spring-20s-jms-improvements/comment-page-1/#comment-73630</link>
		<dc:creator>cbgcfg</dc:creator>
		<pubDate>Thu, 29 Nov 2007 14:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/04/09/spring-20s-jms-improvements/#comment-73630</guid>
		<description>Let&#039;s say instead of having a main method bootstrap this, you want to have the message consumer run asynchronously when a message is sent to the queue. 

Do you need to set this up as an MBean that you can then wire into Geronimo, or is there a better way of doing it?</description>
		<content:encoded><![CDATA[<p>Let&#039;s say instead of having a main method bootstrap this, you want to have the message consumer run asynchronously when a message is sent to the queue. </p>
<p>Do you need to set this up as an MBean that you can then wire into Geronimo, or is there a better way of doing it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jan</title>
		<link>http://blog.springsource.org/2006/04/09/spring-20s-jms-improvements/comment-page-1/#comment-60951</link>
		<dc:creator>jan</dc:creator>
		<pubDate>Tue, 06 Nov 2007 18:23:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/04/09/spring-20s-jms-improvements/#comment-60951</guid>
		<description>Let&#039;s say instead of having a main method bootstrap this, you want to have the message consumer run asynchronously when a message is sent to the queue. 

Do you need to set this up as an MBean that you can then wire into Geronimo, or is there a better way of doing it?</description>
		<content:encoded><![CDATA[<p>Let&#039;s say instead of having a main method bootstrap this, you want to have the message consumer run asynchronously when a message is sent to the queue. </p>
<p>Do you need to set this up as an MBean that you can then wire into Geronimo, or is there a better way of doing it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shanaka</title>
		<link>http://blog.springsource.org/2006/04/09/spring-20s-jms-improvements/comment-page-1/#comment-56912</link>
		<dc:creator>Shanaka</dc:creator>
		<pubDate>Mon, 22 Oct 2007 04:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/04/09/spring-20s-jms-improvements/#comment-56912</guid>
		<description>Hi 

I used this example. when I run this program i am getting message twice but I am calling sendmessage function once. any one can help me in this issue.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>I used this example. when I run this program i am getting message twice but I am calling sendmessage function once. any one can help me in this issue.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://blog.springsource.org/2006/04/09/spring-20s-jms-improvements/comment-page-1/#comment-55209</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Mon, 15 Oct 2007 15:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/04/09/spring-20s-jms-improvements/#comment-55209</guid>
		<description>I followed this example and made message producer and consumer working on my Windows desktop.  However, the consumer can only receive half of the text messages that the producer sends in a for-loop.  Say, the producer sends 100 messages in a loop, the consumer receives only the odd number messages. 

Does anyone have an answer on this?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>I followed this example and made message producer and consumer working on my Windows desktop.  However, the consumer can only receive half of the text messages that the producer sends in a for-loop.  Say, the producer sends 100 messages in a loop, the consumer receives only the odd number messages. </p>
<p>Does anyone have an answer on this?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://blog.springsource.org/2006/04/09/spring-20s-jms-improvements/comment-page-1/#comment-54560</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Thu, 11 Oct 2007 15:44:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.interface21.com/main/2006/04/09/spring-20s-jms-improvements/#comment-54560</guid>
		<description>I finally find them in apache-activemq_4.x.x but their fully qualified path has been changed like this:  org.apache.activemq.command.ActiveMQQueue.  The connection factory is also changed as:  org.apache.activemq.ActiveMQConnectionFactory.
-Lee</description>
		<content:encoded><![CDATA[<p>I finally find them in apache-activemq_4.x.x but their fully qualified path has been changed like this:  org.apache.activemq.command.ActiveMQQueue.  The connection factory is also changed as:  org.apache.activemq.ActiveMQConnectionFactory.<br />
-Lee</p>
]]></content:encoded>
	</item>
</channel>
</rss>

