<?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: Distributed JMS Queue on WebLogic 10</title>
	<atom:link href="http://blog.inflinx.com/2008/06/05/distributed-jms-queue-on-weblogic-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inflinx.com/2008/06/05/distributed-jms-queue-on-weblogic-10/</link>
	<description>All About Software Development</description>
	<lastBuildDate>Thu, 10 Nov 2011 17:04:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Random Thoughts &#187; Spring + JTA + JPA + JMS</title>
		<link>http://blog.inflinx.com/2008/06/05/distributed-jms-queue-on-weblogic-10/comment-page-1/#comment-4931</link>
		<dc:creator>Random Thoughts &#187; Spring + JTA + JPA + JMS</dc:creator>
		<pubDate>Fri, 09 Apr 2010 00:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=11#comment-4931</guid>
		<description>[...] such that this entire process runs in a container managed transaction. I will be using the Blog Queue I created in a previous [...]</description>
		<content:encoded><![CDATA[<p>[...] such that this entire process runs in a container managed transaction. I will be using the Blog Queue I created in a previous [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random Thoughts &#187; EJB 3 Message Driven Beans in WebLogic 10.3</title>
		<link>http://blog.inflinx.com/2008/06/05/distributed-jms-queue-on-weblogic-10/comment-page-1/#comment-4586</link>
		<dc:creator>Random Thoughts &#187; EJB 3 Message Driven Beans in WebLogic 10.3</dc:creator>
		<pubDate>Mon, 22 Mar 2010 02:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=11#comment-4586</guid>
		<description>[...] will be consuming messages from a Distributed Queue with the JNDI name jndi.blogQueue. Refer to the &#8220;Distributed JMS Queue on WebLogic 10&#8243; post for details on creating Distributed Queues in [...]</description>
		<content:encoded><![CDATA[<p>[...] will be consuming messages from a Distributed Queue with the JNDI name jndi.blogQueue. Refer to the &#8220;Distributed JMS Queue on WebLogic 10&#8243; post for details on creating Distributed Queues in [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balaji</title>
		<link>http://blog.inflinx.com/2008/06/05/distributed-jms-queue-on-weblogic-10/comment-page-1/#comment-4074</link>
		<dc:creator>Balaji</dc:creator>
		<pubDate>Thu, 25 Feb 2010 16:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=11#comment-4074</guid>
		<description>@Brandon,
 1. A distributed queue is more or less an illusion of a single queue in a clustered environment. So, you cannot have a single distributed queue containing multiple queues. 

 2. I remember using distributed queues in weblogic version 8 also.  

 3. I don&#039;t know if a C++ API is available for Weblogic 10 JMS communication</description>
		<content:encoded><![CDATA[<p>@Brandon,<br />
 1. A distributed queue is more or less an illusion of a single queue in a clustered environment. So, you cannot have a single distributed queue containing multiple queues. </p>
<p> 2. I remember using distributed queues in weblogic version 8 also.  </p>
<p> 3. I don&#8217;t know if a C++ API is available for Weblogic 10 JMS communication</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brandon</title>
		<link>http://blog.inflinx.com/2008/06/05/distributed-jms-queue-on-weblogic-10/comment-page-1/#comment-4061</link>
		<dc:creator>brandon</dc:creator>
		<pubDate>Thu, 25 Feb 2010 07:24:57 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=11#comment-4061</guid>
		<description>&lt;a href=&quot;#comment-4054&quot; rel=&quot;nofollow&quot;&gt;@Balaji &lt;/a&gt; 
Hi Balaji,

Thanks for the quick response.
1.In that case, that means I can have a single distributed queue containing many queues in a single JMS server without using clustering? yes / no?

2.In addition only weblogic 10 and above supports this functionality? yes / no?

3. May I know use what C++ api/interface to communicate with weblogic 10?
Any idea?

Thank you.</description>
		<content:encoded><![CDATA[<p><a href="#comment-4054" rel="nofollow">@Balaji </a><br />
Hi Balaji,</p>
<p>Thanks for the quick response.<br />
1.In that case, that means I can have a single distributed queue containing many queues in a single JMS server without using clustering? yes / no?</p>
<p>2.In addition only weblogic 10 and above supports this functionality? yes / no?</p>
<p>3. May I know use what C++ api/interface to communicate with weblogic 10?<br />
Any idea?</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balaji</title>
		<link>http://blog.inflinx.com/2008/06/05/distributed-jms-queue-on-weblogic-10/comment-page-1/#comment-4054</link>
		<dc:creator>Balaji</dc:creator>
		<pubDate>Thu, 25 Feb 2010 03:17:09 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=11#comment-4054</guid>
		<description>Brandon, you can create as many JMS queues as you want in a single WL instance.</description>
		<content:encoded><![CDATA[<p>Brandon, you can create as many JMS queues as you want in a single WL instance.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

