<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.11" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Spring 2.0&#039;s JMS Improvements</title>
	<link>http://blog.springsource.com/main/2006/04/09/spring-20s-jms-improvements/</link>
	<description>The voice of SpringSource</description>
	<pubDate>Thu, 21 Aug 2008 01:31:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.11</generator>

	<item>
		<title>by: Giannis</title>
		<link>http://blog.springsource.com/main/2006/04/09/spring-20s-jms-improvements/#comment-75533</link>
		<pubDate>Tue, 04 Dec 2007 12:42:42 +0000</pubDate>
		<guid>http://blog.springsource.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.com/main/2006/04/09/spring-20s-jms-improvements/#comment-73631</link>
		<pubDate>Thu, 29 Nov 2007 14:29:30 +0000</pubDate>
		<guid>http://blog.springsource.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.com/main/2006/04/09/spring-20s-jms-improvements/#comment-73630</link>
		<pubDate>Thu, 29 Nov 2007 14:26:20 +0000</pubDate>
		<guid>http://blog.springsource.com/main/2006/04/09/spring-20s-jms-improvements/#comment-73630</guid>
					<description>Let'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.com/main/2006/04/09/spring-20s-jms-improvements/#comment-60951</link>
		<pubDate>Tue, 06 Nov 2007 18:23:57 +0000</pubDate>
		<guid>http://blog.springsource.com/main/2006/04/09/spring-20s-jms-improvements/#comment-60951</guid>
					<description>Let'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.com/main/2006/04/09/spring-20s-jms-improvements/#comment-56912</link>
		<pubDate>Mon, 22 Oct 2007 04:52:23 +0000</pubDate>
		<guid>http://blog.springsource.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.com/main/2006/04/09/spring-20s-jms-improvements/#comment-55209</link>
		<pubDate>Mon, 15 Oct 2007 15:42:20 +0000</pubDate>
		<guid>http://blog.springsource.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.com/main/2006/04/09/spring-20s-jms-improvements/#comment-54560</link>
		<pubDate>Thu, 11 Oct 2007 15:44:25 +0000</pubDate>
		<guid>http://blog.springsource.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>
	<item>
		<title>by: Lee</title>
		<link>http://blog.springsource.com/main/2006/04/09/spring-20s-jms-improvements/#comment-54438</link>
		<pubDate>Wed, 10 Oct 2007 20:14:33 +0000</pubDate>
		<guid>http://blog.springsource.com/main/2006/04/09/spring-20s-jms-improvements/#comment-54438</guid>
					<description>Does anybody know which jar file contains org.activemq.message.ActiveMQQueue?
I got a ClassNotFound error after launching my Tomcat server.
Thanks in advance.

-Lee</description>
		<content:encoded><![CDATA[<p>Does anybody know which jar file contains org.activemq.message.ActiveMQQueue?<br />
I got a ClassNotFound error after launching my Tomcat server.<br />
Thanks in advance.</p>
<p>-Lee
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Yuvaraj</title>
		<link>http://blog.springsource.com/main/2006/04/09/spring-20s-jms-improvements/#comment-41430</link>
		<pubDate>Thu, 23 Aug 2007 04:43:34 +0000</pubDate>
		<guid>http://blog.springsource.com/main/2006/04/09/spring-20s-jms-improvements/#comment-41430</guid>
					<description>src.zip file can be added in .classpath file as an entry to avoid the errors...</description>
		<content:encoded><![CDATA[<p>src.zip file can be added in .classpath file as an entry to avoid the errors&#8230;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: surajz</title>
		<link>http://blog.springsource.com/main/2006/04/09/spring-20s-jms-improvements/#comment-32427</link>
		<pubDate>Thu, 05 Jul 2007 15:31:16 +0000</pubDate>
		<guid>http://blog.springsource.com/main/2006/04/09/spring-20s-jms-improvements/#comment-32427</guid>
					<description>Thanks for the tutorial.

I recently changed my old code to use the springs JmsTemplate.</description>
		<content:encoded><![CDATA[<p>Thanks for the tutorial.</p>
<p>I recently changed my old code to use the springs JmsTemplate.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
