<?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>
	<pubDate>Tue, 17 Nov 2009 05:43:40 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Murali</title>
		<link>http://blog.inflinx.com/2008/06/05/distributed-jms-queue-on-weblogic-10/comment-page-1/#comment-8</link>
		<dc:creator>Murali</dc:creator>
		<pubDate>Wed, 15 Oct 2008 11:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=11#comment-8</guid>
		<description>I followed the above steps and could create jms server and jms module successfully.  Now when i try to send msg there is a problem with jndi.

Environment variable:

url provider is : t3://localhost:7001/
context : weblogic.jndi.WLInitialContextFactory

The real problem is here..

connectionFactory = (ConnectionFactory) jndiContext
					.lookup("jndi.myconnectionfactory");

am i using the correct jndi name for lookup.  The jndi name for my connection factory is "jndi.myconnectionfactory" or is there any other path which i must include before the  jndi name?</description>
		<content:encoded><![CDATA[<p>I followed the above steps and could create jms server and jms module successfully.  Now when i try to send msg there is a problem with jndi.</p>
<p>Environment variable:</p>
<p>url provider is : t3://localhost:7001/<br />
context : weblogic.jndi.WLInitialContextFactory</p>
<p>The real problem is here..</p>
<p>connectionFactory = (ConnectionFactory) jndiContext<br />
					.lookup(&#8221;jndi.myconnectionfactory&#8221;);</p>
<p>am i using the correct jndi name for lookup.  The jndi name for my connection factory is &#8220;jndi.myconnectionfactory&#8221; or is there any other path which i must include before the  jndi name?</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-7</link>
		<dc:creator>Balaji</dc:creator>
		<pubDate>Wed, 20 Aug 2008 15:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=11#comment-7</guid>
		<description>This might be a good starting point http://onerandomthought.wordpress.com/2008/08/20/sending-a-message-to-jms-queue/</description>
		<content:encoded><![CDATA[<p>This might be a good starting point <a href="http://onerandomthought.wordpress.com/2008/08/20/sending-a-message-to-jms-queue/" rel="nofollow">http://onerandomthought.wordpress.com/2008/08/20/sending-a-message-to-jms-queue/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lucia Sugianto</title>
		<link>http://blog.inflinx.com/2008/06/05/distributed-jms-queue-on-weblogic-10/comment-page-1/#comment-6</link>
		<dc:creator>Lucia Sugianto</dc:creator>
		<pubDate>Wed, 20 Aug 2008 14:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=11#comment-6</guid>
		<description>Do you have a copy of the the Java source file to connect to send a message to this JMS?</description>
		<content:encoded><![CDATA[<p>Do you have a copy of the the Java source file to connect to send a message to this JMS?</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-5</link>
		<dc:creator>Balaji</dc:creator>
		<pubDate>Mon, 07 Jul 2008 19:55:52 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=11#comment-5</guid>
		<description>Ronak,
 You should be able to deploy and use JMS queues on managed servers also (probabily a good idea).</description>
		<content:encoded><![CDATA[<p>Ronak,<br />
 You should be able to deploy and use JMS queues on managed servers also (probabily a good idea).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronak Patel</title>
		<link>http://blog.inflinx.com/2008/06/05/distributed-jms-queue-on-weblogic-10/comment-page-1/#comment-4</link>
		<dc:creator>Ronak Patel</dc:creator>
		<pubDate>Sun, 06 Jul 2008 21:56:41 +0000</pubDate>
		<guid isPermaLink="false">http://onerandomthought.wordpress.com/?p=11#comment-4</guid>
		<description>I'm trying to look up the JMS queue that I created in Weblogic 10 using the same procedure that you used above.

However, I do not see the queue inside of the JNDI view. Are you supposed to be running the JMS queues in the Admin Server? Or can you run them in a managed server?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to look up the JMS queue that I created in Weblogic 10 using the same procedure that you used above.</p>
<p>However, I do not see the queue inside of the JNDI view. Are you supposed to be running the JMS queues in the Admin Server? Or can you run them in a managed server?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
