<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Replacing JMS queue"]]></title>
		<link>http://forums.terracotta.org/forums/posts/list/5.page</link>
		<description><![CDATA[Latest messages posted in the topic "Replacing JMS queue"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Replacing JMS queue</title>
				<description><![CDATA[ Hi,

I would replace a JMS queue by a Terracotta/Ehcache similar queue mechanism.

I have seen a post about a way to replace topics (using ehcache + Quartz) : http://forums.terracotta.org/forums/posts/list/6551.page

And another one which tells to use TIM-messaging :
http://forums.terracotta.org/forums/posts/list/2359.page

I need the following functionalities :
Multiple Producers [same or different JVM].
Multiple Concurrent Consumers [same or different JVM].
No message Loss (even if a consumer crash), [in JMS, it relies on the principle of client acknowledgment].

The primary idea was to use the terracotta queues but there is no simple way to have multiple consumers and no message loss.
 
What is the best way (and the terracotta tools) to achieve this mechanism ?

Regards
Hervé]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/list/6858.page#34408</guid>
				<link>http://forums.terracotta.org/forums/posts/list/6858.page#34408</link>
				<pubDate><![CDATA[Fri, 30 Mar 2012 05:48:05]]> GMT</pubDate>
				<author><![CDATA[ hervbarr]]></author>
			</item>
			<item>
				<title>Re:Replacing JMS queue</title>
				<description><![CDATA[ Have you considered toolkit queues?

http://terracotta.org/documentation/terracotta-toolkit/toolkit-usage#queues

While the queue footprint itself will reside in Terracotta, you can have multiple consumers and producers. The queue itself is clustered and durable and backed by the TSA.
For performance a queue is best performant when its point to point - one consumer and one producer.

Lastly, newer versions of Terracotta will provide additional enhancements to the Toolkit. Stay tuned.]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/list/6858.page#35037</guid>
				<link>http://forums.terracotta.org/forums/posts/list/6858.page#35037</link>
				<pubDate><![CDATA[Fri, 18 May 2012 20:34:58]]> GMT</pubDate>
				<author><![CDATA[ klalithr]]></author>
			</item>
			<item>
				<title>Re:Replacing JMS queue</title>
				<description><![CDATA[ Hi,

I have used toolkit queues.
I noticed that performance are effectively better in point to point.

Thanks for information. 
Regards
Hervé

]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/list/6858.page#35051</guid>
				<link>http://forums.terracotta.org/forums/posts/list/6858.page#35051</link>
				<pubDate><![CDATA[Sat, 19 May 2012 06:24:10]]> GMT</pubDate>
				<author><![CDATA[ hervbarr]]></author>
			</item>
			<item>
				<title>Re:Replacing JMS queue</title>
				<description><![CDATA[ <p></p>

		<cite>klalithr wrote:</cite><br>
		<blockquote>Lastly, newer versions of Terracotta will provide additional enhancements to the Toolkit. Stay tuned.&nbsp;
		</blockquote>

Hi, I have seen a new (maintenance ?) release for terracotta (3.6.2)

Is there some news about enhancements to the Toolkit ?]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/list/6858.page#35793</guid>
				<link>http://forums.terracotta.org/forums/posts/list/6858.page#35793</link>
				<pubDate><![CDATA[Tue, 17 Jul 2012 09:04:18]]> GMT</pubDate>
				<author><![CDATA[ hervbarr]]></author>
			</item>
	</channel>
</rss>