<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Efficient Lightweight JMS with Spring and ActiveMQ</title>
	<atom:link href="http://codedependents.com/2009/10/16/efficient-lightweight-jms-with-spring-and-activemq/feed/" rel="self" type="application/rss+xml" />
	<link>http://codedependents.com/2009/10/16/efficient-lightweight-jms-with-spring-and-activemq/</link>
	<description>Two Geeks Walk Into A Blog</description>
	<lastBuildDate>Tue, 03 Jan 2012 14:09:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Benjamin Darfler</title>
		<link>http://codedependents.com/2009/10/16/efficient-lightweight-jms-with-spring-and-activemq/#comment-512</link>
		<dc:creator><![CDATA[Benjamin Darfler]]></dc:creator>
		<pubDate>Tue, 03 Jan 2012 14:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://codedependents.com/?p=240#comment-512</guid>
		<description><![CDATA[@Sridhar above mentions that the xml only works with Spring 2.5.6 not 2.5.5. The issue is with the constructor for org.springframework.jms.connection.CachingConnectionFactory. I would check the javadoc for your version and make the necessary changes.]]></description>
		<content:encoded><![CDATA[<p>@Sridhar above mentions that the xml only works with Spring 2.5.6 not 2.5.5. The issue is with the constructor for org.springframework.jms.connection.CachingConnectionFactory. I would check the javadoc for your version and make the necessary changes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dan Be</title>
		<link>http://codedependents.com/2009/10/16/efficient-lightweight-jms-with-spring-and-activemq/#comment-511</link>
		<dc:creator><![CDATA[Dan Be]]></dc:creator>
		<pubDate>Tue, 03 Jan 2012 08:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://codedependents.com/?p=240#comment-511</guid>
		<description><![CDATA[I keep getting the following error:

Error creating bean with name &#039;queueSender&#039;: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.springframework.jms.core.JmsTemplate]: Error creating bean with name &#039;jmsTemplate&#039; defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Cannot resolve reference to bean &#039;connectionFactory&#039; while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#039;connectionFactory&#039; defined in ServletContext resource [/WEB-INF/applicationContext.xml]: 1 constructor arguments specified but no matching constructor found in bean &#039;connectionFactory&#039; (hint: specify index and/or type arguments for simple parameters to avoid type ambiguities)

did any one run into the same error?]]></description>
		<content:encoded><![CDATA[<p>I keep getting the following error:</p>
<p>Error creating bean with name &#8216;queueSender&#8217;: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.springframework.jms.core.JmsTemplate]: Error creating bean with name &#8216;jmsTemplate&#8217; defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Cannot resolve reference to bean &#8216;connectionFactory&#8217; while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name &#8216;connectionFactory&#8217; defined in ServletContext resource [/WEB-INF/applicationContext.xml]: 1 constructor arguments specified but no matching constructor found in bean &#8216;connectionFactory&#8217; (hint: specify index and/or type arguments for simple parameters to avoid type ambiguities)</p>
<p>did any one run into the same error?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Darfler</title>
		<link>http://codedependents.com/2009/10/16/efficient-lightweight-jms-with-spring-and-activemq/#comment-484</link>
		<dc:creator><![CDATA[Benjamin Darfler]]></dc:creator>
		<pubDate>Mon, 21 Nov 2011 02:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://codedependents.com/?p=240#comment-484</guid>
		<description><![CDATA[Thanks! I&#039;m glad it was helpful.]]></description>
		<content:encoded><![CDATA[<p>Thanks! I&#8217;m glad it was helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: foro adolescentes</title>
		<link>http://codedependents.com/2009/10/16/efficient-lightweight-jms-with-spring-and-activemq/#comment-483</link>
		<dc:creator><![CDATA[foro adolescentes]]></dc:creator>
		<pubDate>Mon, 21 Nov 2011 02:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://codedependents.com/?p=240#comment-483</guid>
		<description><![CDATA[Thank god some bloggers can write. Thank you for this piece of writing.]]></description>
		<content:encoded><![CDATA[<p>Thank god some bloggers can write. Thank you for this piece of writing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Darfler</title>
		<link>http://codedependents.com/2009/10/16/efficient-lightweight-jms-with-spring-and-activemq/#comment-475</link>
		<dc:creator><![CDATA[Benjamin Darfler]]></dc:creator>
		<pubDate>Fri, 21 Oct 2011 11:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://codedependents.com/?p=240#comment-475</guid>
		<description><![CDATA[Thanks for the tip!]]></description>
		<content:encoded><![CDATA[<p>Thanks for the tip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sridhar</title>
		<link>http://codedependents.com/2009/10/16/efficient-lightweight-jms-with-spring-and-activemq/#comment-474</link>
		<dc:creator><![CDATA[Sridhar]]></dc:creator>
		<pubDate>Fri, 21 Oct 2011 07:29:46 +0000</pubDate>
		<guid isPermaLink="false">http://codedependents.com/?p=240#comment-474</guid>
		<description><![CDATA[Thanks for the post extremely useful
The configuration does not work out of the box for spring 2.5.5, org.springframework.jms.connection.CachingConnectionFactory does not have constructer used in the example, however spring 2.5.6 works]]></description>
		<content:encoded><![CDATA[<p>Thanks for the post extremely useful<br />
The configuration does not work out of the box for spring 2.5.5, org.springframework.jms.connection.CachingConnectionFactory does not have constructer used in the example, however spring 2.5.6 works</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Darfler</title>
		<link>http://codedependents.com/2009/10/16/efficient-lightweight-jms-with-spring-and-activemq/#comment-403</link>
		<dc:creator><![CDATA[Benjamin Darfler]]></dc:creator>
		<pubDate>Thu, 12 May 2011 18:38:12 +0000</pubDate>
		<guid isPermaLink="false">http://codedependents.com/?p=240#comment-403</guid>
		<description><![CDATA[Try asking AMQ mailer http://activemq.apache.org/mailing-lists.html]]></description>
		<content:encoded><![CDATA[<p>Try asking AMQ mailer <a href="http://activemq.apache.org/mailing-lists.html" rel="nofollow">http://activemq.apache.org/mailing-lists.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fei long</title>
		<link>http://codedependents.com/2009/10/16/efficient-lightweight-jms-with-spring-and-activemq/#comment-401</link>
		<dc:creator><![CDATA[fei long]]></dc:creator>
		<pubDate>Thu, 12 May 2011 16:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://codedependents.com/?p=240#comment-401</guid>
		<description><![CDATA[Hello !

I am new to spring and amq 
 
I use the example above, Fast data transfer，i used 100 threads to send 100,000 data,and open 100 consumers to received message, No problem the first time，Then I stop all the threads, A few minutes later,I open the 100 threads again， I find the activeMQ page display the Messages Enqueued  was showly, after the theads completed, i find the Messages Enqueued  and the Messages Dequeued  only has 1000 messages, lost 99,000 data，then I restart the activeMQ, the 99,000 data was in the display in the Number Of Pending Messages.  so I think the second time all the messages has send to the activeMQ
But only display 1/10 messages ,I has set the sessionCacheSize 100,Can you help me analyze the reasons ? 
thanks]]></description>
		<content:encoded><![CDATA[<p>Hello !</p>
<p>I am new to spring and amq </p>
<p>I use the example above, Fast data transfer，i used 100 threads to send 100,000 data,and open 100 consumers to received message, No problem the first time，Then I stop all the threads, A few minutes later,I open the 100 threads again， I find the activeMQ page display the Messages Enqueued  was showly, after the theads completed, i find the Messages Enqueued  and the Messages Dequeued  only has 1000 messages, lost 99,000 data，then I restart the activeMQ, the 99,000 data was in the display in the Number Of Pending Messages.  so I think the second time all the messages has send to the activeMQ<br />
But only display 1/10 messages ,I has set the sessionCacheSize 100,Can you help me analyze the reasons ?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Snyder</title>
		<link>http://codedependents.com/2009/10/16/efficient-lightweight-jms-with-spring-and-activemq/#comment-400</link>
		<dc:creator><![CDATA[Bruce Snyder]]></dc:creator>
		<pubDate>Fri, 29 Apr 2011 05:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://codedependents.com/?p=240#comment-400</guid>
		<description><![CDATA[For the &#039;Unable to locate Spring NamespaceHandler for XML schema namespace [http://activemq.apache.org/schema/core]&#039; error, you&#039;re missing a dependency on Apache XBean. Depending on the version of ActiveMQ you&#039;re using, you will need to grab the appropriate version of xbean-spring here: 

http://repo2.maven.org/maven2/org/apache/xbean/xbean-spring/

Here&#039;s a quick mapping from memory for the last few versions: 

ActiveMQ 5.5 =&gt; XBean 3.7
ActiveMQ 5.4.x =&gt; XBean 3.7
ActiveMQ 5.3.x =&gt; XBean 3.6

Hope that helps. 

Bruce]]></description>
		<content:encoded><![CDATA[<p>For the &#8216;Unable to locate Spring NamespaceHandler for XML schema namespace [http://activemq.apache.org/schema/core]&#8216; error, you&#8217;re missing a dependency on Apache XBean. Depending on the version of ActiveMQ you&#8217;re using, you will need to grab the appropriate version of xbean-spring here: </p>
<p><a href="http://repo2.maven.org/maven2/org/apache/xbean/xbean-spring/" rel="nofollow">http://repo2.maven.org/maven2/org/apache/xbean/xbean-spring/</a></p>
<p>Here&#8217;s a quick mapping from memory for the last few versions: </p>
<p>ActiveMQ 5.5 =&gt; XBean 3.7<br />
ActiveMQ 5.4.x =&gt; XBean 3.7<br />
ActiveMQ 5.3.x =&gt; XBean 3.6</p>
<p>Hope that helps. </p>
<p>Bruce</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Darfler</title>
		<link>http://codedependents.com/2009/10/16/efficient-lightweight-jms-with-spring-and-activemq/#comment-398</link>
		<dc:creator><![CDATA[Benjamin Darfler]]></dc:creator>
		<pubDate>Mon, 25 Apr 2011 16:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://codedependents.com/?p=240#comment-398</guid>
		<description><![CDATA[http://lmgtfy.com/?q=%22Unable+to+locate+Spring+NamespaceHandler+for+XML+schema+namespace%22]]></description>
		<content:encoded><![CDATA[<p><a href="http://lmgtfy.com/?q=%22Unable+to+locate+Spring+NamespaceHandler+for+XML+schema+namespace%22" rel="nofollow">http://lmgtfy.com/?q=%22Unable+to+locate+Spring+NamespaceHandler+for+XML+schema+namespace%22</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

