<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>deltalounge &#187; performance</title>
	<atom:link href="http://www.deltalounge.net/wpress/tag/performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deltalounge.net/wpress</link>
	<description>Service Orientation, Software Development, Oracle, Life Hacking</description>
	<lastBuildDate>Thu, 26 Aug 2010 06:22:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Oracle ESB performance enhancements</title>
		<link>http://www.deltalounge.net/wpress/2009/09/oracle-esb-performance-enhancements/</link>
		<comments>http://www.deltalounge.net/wpress/2009/09/oracle-esb-performance-enhancements/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 09:41:09 +0000</pubDate>
		<dc:creator>PeterPaul</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[SOA Suite]]></category>
		<category><![CDATA[Service Bus]]></category>
		<category><![CDATA[ESB]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[queue]]></category>

		<guid isPermaLink="false">http://www.deltalounge.net/wpress/?p=362</guid>
		<description><![CDATA[Because the growth in the number of messages that one of our customers is receiving on it&#8217;s Oracle ESB, they were looking into how to enhance it&#8217;s performance. Oracle came up with the following clues: Upgrade SOA Suite to a higher patch level Reduce logging (including instance tracking in ESB) Increase the number of listeners [...]]]></description>
			<content:encoded><![CDATA[<p>Because the growth in the number of messages that one of our customers is receiving on it&#8217;s <a href="http://www.oracle.com/technology/products/integration/esb/index.html">Oracle ESB</a>, they were looking into how to enhance it&#8217;s performance. Oracle came up with the following clues:</p>
<ul>
<li>Upgrade SOA Suite to a higher patch level</li>
<li>Reduce logging (including instance tracking in ESB)</li>
<li>Increase the number of listeners in ESB on Queues</li>
<li>Turn off payload validation</li>
</ul>
<p>In order to see what these could do for them we did some loadtesting. The upgrade to a higher patch level of SOA Suite was needed at least to get the ESB working correctly with the configured number of listeners. However because of some issues running <a href="http://download.oracle.com/docs/cd/B10501_01/em.920/a96697/oui.htm">Oracle Universal Installer</a> there wasn&#8217;t any time left to verify that the patch resulted in increased performance.<br />
For functional and application management reasons turning of logging was not considered an option at this stage.</p>
<h4>Increase the number of listeners in ESB on Queues</h4>
<p><div id="attachment_385" class="wp-caption alignright" style="width: 310px"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2009/09/set-ESB-listeners2-300x102.jpg" alt="set ESB listeners in console" title="set ESB listeners" width="300" height="102" class="size-medium wp-image-385" /><p class="wp-caption-text">set ESB listeners in console</p></div>For each ESB System the number of listeners can be configured. These listeners are used to read from JMS topics. If there is only one listener (which is the default) message are read from the JMS Topic one at a time. The first screenshot shows where to set the number of listereners using the ESB Console.</p>
<p><div id="attachment_386" class="wp-caption alignright" style="width: 310px"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2009/09/ESB-listeners-1-300x224.jpg" alt="Average response time" title="ESB listeners" width="300" height="224" class="size-medium wp-image-386" /><p class="wp-caption-text">Average response time</p></div><br />
To determine the optimum number of listeners for the specific ESB, OS, hardware combination we did some loadtesting. The results for the average response time are shown in the next screenshot.</p>
<p>As expected the respons time increases at a certain point when the number of listeners is raised.<br />
<div id="attachment_387" class="wp-caption alignright" style="width: 310px"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2009/09/ESB-listeners-2-300x170.jpg" alt="With 90% and max response time" title="ESB listeners 2" width="300" height="170" class="size-medium wp-image-387" /><p class="wp-caption-text">With 90% and max response time</p></div>&#8220;Time out&#8221; messages are never created by averages. While this first graph looks great and is very convincing, we are even more interested in the 90% and maximum respons times. A chart for these statistics has been included as well. Analyzing this graph one can conclude that this has an even stronger support to set the number of listeners to an appropriate level.</p>
<p>From this experiments it can be concluded that the response time can significantly be reduced by setting the number of listeners of an ESB system to the appropriate level. The maximum respons time has can be decreased by over 50%. This has a significant impact on the availability of the services exposed using the ESB.</p>
<h4>Turn off payload validation</h4>
<p><div id="attachment_388" class="wp-caption alignright" style="width: 310px"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2009/09/set-ESB-validate-payload-300x61.jpg" alt="Turn off payload validation" title="set ESB validate payload" width="300" height="61" class="size-medium wp-image-388" /><p class="wp-caption-text">Turn off payload validation</p></div><br />
Another idea to enhance the performance is to turn off payload validation. Needless to say that this also has functional aspect. In most cases the validation that is performed here has some kind of business (related goal), like data quality. To switch it off, has impact, and the validation has te be migrated to some place else in the software.<br />
<div id="attachment_389" class="wp-caption alignright" style="width: 310px"><img src="http://www.deltalounge.net/wpress/wp-content/uploads/2009/09/ESB-payload-validation-300x181.jpg" alt="Response time " title="ESB payload validation" width="300" height="181" class="size-medium wp-image-389" /><p class="wp-caption-text">Response time </p></div><br />
The performance results can be dramatic. In a positive way! As is shown in the figure on the right, the respons time can be reduced to a fifth of the original. This goes for both the average and the maximum respons times.</p>
<p>If you can change your service so payload validation at this point is no longer required, this is a great step in enhancing the Oracle ESB&#8217;s performance.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.deltalounge.net/wpress/2009/09/oracle-esb-performance-enhancements/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
