<?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: WebLogic Clustering with Unicast</title>
	<atom:link href="http://ghattus.com/2009/06/04/weblogic-clustering-with-unicast/feed/" rel="self" type="application/rss+xml" />
	<link>http://ghattus.com/2009/06/04/weblogic-clustering-with-unicast/</link>
	<description>A blog about technology that I work on in my day to day job</description>
	<lastBuildDate>Mon, 20 Sep 2010 23:28:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: sghattu</title>
		<link>http://ghattus.com/2009/06/04/weblogic-clustering-with-unicast/comment-page-1/#comment-240</link>
		<dc:creator>sghattu</dc:creator>
		<pubDate>Thu, 06 May 2010 12:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://ghattus.com/2009/06/weblogic-clustering-with-unicast/#comment-240</guid>
		<description>Sumanth,
I believe there is no tool to monitor unicast messages. But I do believe there is a debug flag that you can enable which prints debug messages in your log indicating if unicast is working or not.
Also, make sure you set OutboundEnabled to true if you are using a custom channel.</description>
		<content:encoded><![CDATA[<p>Sumanth,<br />
I believe there is no tool to monitor unicast messages. But I do believe there is a debug flag that you can enable which prints debug messages in your log indicating if unicast is working or not.<br />
Also, make sure you set OutboundEnabled to true if you are using a custom channel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sumanth</title>
		<link>http://ghattus.com/2009/06/04/weblogic-clustering-with-unicast/comment-page-1/#comment-231</link>
		<dc:creator>Sumanth</dc:creator>
		<pubDate>Wed, 07 Apr 2010 05:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://ghattus.com/2009/06/weblogic-clustering-with-unicast/#comment-231</guid>
		<description>Hi Satya,

Previously we can monitor multicast messages when we use multicast messaging to the cluster. Now we are using Unicast messaging mode, So how can monitor or view unicast messages. Please reply to this comment satya.

Cheers,
Sumanth.</description>
		<content:encoded><![CDATA[<p>Hi Satya,</p>
<p>Previously we can monitor multicast messages when we use multicast messaging to the cluster. Now we are using Unicast messaging mode, So how can monitor or view unicast messages. Please reply to this comment satya.</p>
<p>Cheers,<br />
Sumanth.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sbellef</title>
		<link>http://ghattus.com/2009/06/04/weblogic-clustering-with-unicast/comment-page-1/#comment-98</link>
		<dc:creator>sbellef</dc:creator>
		<pubDate>Wed, 16 Dec 2009 19:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://ghattus.com/2009/06/weblogic-clustering-with-unicast/#comment-98</guid>
		<description>May I ask why you are saying &quot;It is recommended to use a custom broadcast channel...&quot;? Any technical reason for that?

Cheers,</description>
		<content:encoded><![CDATA[<p>May I ask why you are saying &#8220;It is recommended to use a custom broadcast channel&#8230;&#8221;? Any technical reason for that?</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dick Cai</title>
		<link>http://ghattus.com/2009/06/04/weblogic-clustering-with-unicast/comment-page-1/#comment-76</link>
		<dc:creator>Dick Cai</dc:creator>
		<pubDate>Fri, 04 Dec 2009 17:21:20 +0000</pubDate>
		<guid isPermaLink="false">http://ghattus.com/2009/06/weblogic-clustering-with-unicast/#comment-76</guid>
		<description>Yes, setOutboundEnabled(true) is very important.  By default, WL console doesn&#039;t check this checkbox.  You have to make sure you check it at Channel creation time.   Otherwise, you need go to &quot;Advanced&quot; area to check it.
We have 4 managed servers in one cluster.  But we had complain about session replication issue.  I noticed 2 servers have &quot;Frequently&quot; drop out, and 2 have &quot;Occasional&quot; drop out.  Looking at groups for cluster, I saw one MS has 4 servers in its group, two MS have 3 servers in the group, and one MS only has 2 servers.  We are going to raise cluster debugging level to check the reason.  However, what we observed if we use Default channel, it works better.  So, we are not sure yet if there is a problem with customized channel for Unicast.</description>
		<content:encoded><![CDATA[<p>Yes, setOutboundEnabled(true) is very important.  By default, WL console doesn&#8217;t check this checkbox.  You have to make sure you check it at Channel creation time.   Otherwise, you need go to &#8220;Advanced&#8221; area to check it.<br />
We have 4 managed servers in one cluster.  But we had complain about session replication issue.  I noticed 2 servers have &#8220;Frequently&#8221; drop out, and 2 have &#8220;Occasional&#8221; drop out.  Looking at groups for cluster, I saw one MS has 4 servers in its group, two MS have 3 servers in the group, and one MS only has 2 servers.  We are going to raise cluster debugging level to check the reason.  However, what we observed if we use Default channel, it works better.  So, we are not sure yet if there is a problem with customized channel for Unicast.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EdP.</title>
		<link>http://ghattus.com/2009/06/04/weblogic-clustering-with-unicast/comment-page-1/#comment-75</link>
		<dc:creator>EdP.</dc:creator>
		<pubDate>Mon, 29 Jun 2009 12:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://ghattus.com/2009/06/weblogic-clustering-with-unicast/#comment-75</guid>
		<description>Hi Satya,&lt;br /&gt;&lt;br /&gt;Is there a place to find any specifics on how to setup a Unicast channel and when or if you need to .&lt;br /&gt;From this example it is unclear to me how that is set up. I am familiar with what is needed for a multicast IP. WLS doc has not been too helpful for this , nor has WLS support.&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;EdP.</description>
		<content:encoded><![CDATA[<p>Hi Satya,</p>
<p>Is there a place to find any specifics on how to setup a Unicast channel and when or if you need to .<br />From this example it is unclear to me how that is set up. I am familiar with what is needed for a multicast IP. WLS doc has not been too helpful for this , nor has WLS support.</p>
<p>Thanks<br />EdP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sreebodapati</title>
		<link>http://ghattus.com/2009/06/04/weblogic-clustering-with-unicast/comment-page-1/#comment-74</link>
		<dc:creator>sreebodapati</dc:creator>
		<pubDate>Thu, 25 Jun 2009 12:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://ghattus.com/2009/06/weblogic-clustering-with-unicast/#comment-74</guid>
		<description>One additional piece to ensure is that the session replication and load balancing does not break when using unicast in a secure weblogic environment. For that set the secure replication enabled to true on the cluster MBean. I feel oracle should fix this so the server would automatically enable secure replication when using a secure default protocol.&lt;br /&gt;&lt;br /&gt;see the post at my blog  &lt;a href=&quot;http://sreebodapati.wordpress.com/2009/06/15/unicast-in-a-secure-weblogic-server-cluster/&quot; rel=&quot;nofollow&quot;&gt; TechVibe&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>One additional piece to ensure is that the session replication and load balancing does not break when using unicast in a secure weblogic environment. For that set the secure replication enabled to true on the cluster MBean. I feel oracle should fix this so the server would automatically enable secure replication when using a secure default protocol.</p>
<p>see the post at my blog  <a href="http://sreebodapati.wordpress.com/2009/06/15/unicast-in-a-secure-weblogic-server-cluster/" rel="nofollow"> TechVibe</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satya Ghattu's Blog</title>
		<link>http://ghattus.com/2009/06/04/weblogic-clustering-with-unicast/comment-page-1/#comment-73</link>
		<dc:creator>Satya Ghattu's Blog</dc:creator>
		<pubDate>Tue, 16 Jun 2009 10:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://ghattus.com/2009/06/weblogic-clustering-with-unicast/#comment-73</guid>
		<description>Chandra,&lt;br /&gt;No, I don&#039;t have one, but if I come across one I will post it here.&lt;br /&gt;You can use the default channel that uses the regular managed server port for cluster communication. But it is recommended that you have a different network channel for cluster communications.</description>
		<content:encoded><![CDATA[<p>Chandra,<br />No, I don&#39;t have one, but if I come across one I will post it here.<br />You can use the default channel that uses the regular managed server port for cluster communication. But it is recommended that you have a different network channel for cluster communications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chandra</title>
		<link>http://ghattus.com/2009/06/04/weblogic-clustering-with-unicast/comment-page-1/#comment-72</link>
		<dc:creator>Chandra</dc:creator>
		<pubDate>Tue, 16 Jun 2009 10:00:23 +0000</pubDate>
		<guid isPermaLink="false">http://ghattus.com/2009/06/weblogic-clustering-with-unicast/#comment-72</guid>
		<description>Hi Satya,&lt;br /&gt;Is there an offline equivalent to this script, especially for the part that creates network accesspoints?&lt;br /&gt;&lt;br /&gt;Do we need two channel ports if we have 2 managed servers?&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Chandra</description>
		<content:encoded><![CDATA[<p>Hi Satya,<br />Is there an offline equivalent to this script, especially for the part that creates network accesspoints?</p>
<p>Do we need two channel ports if we have 2 managed servers?</p>
<p>Thanks,<br />Chandra</p>
]]></content:encoded>
	</item>
</channel>
</rss>

