<?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>Upul Godage Writes &#187; WSO2 ESB</title>
	<atom:link href="http://upulgodage.com/blog/tag/wso2-esb/feed/" rel="self" type="application/rss+xml" />
	<link>http://upulgodage.com/blog</link>
	<description>Everything is Possible.</description>
	<lastBuildDate>Fri, 16 Dec 2011 12:51:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Apache Synapse Ant mediator</title>
		<link>http://upulgodage.com/blog/2008/06/14/apache-synapse-ant-mediator/</link>
		<comments>http://upulgodage.com/blog/2008/06/14/apache-synapse-ant-mediator/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 03:56:30 +0000</pubDate>
		<dc:creator>upul</dc:creator>
				<category><![CDATA[ESB]]></category>
		<category><![CDATA[Ant]]></category>
		<category><![CDATA[Apache Ant]]></category>
		<category><![CDATA[Apache Synapse]]></category>
		<category><![CDATA[Enterprise Service Bus]]></category>
		<category><![CDATA[Mediator]]></category>
		<category><![CDATA[shell scripts]]></category>
		<category><![CDATA[synapse]]></category>
		<category><![CDATA[WSO2 ESB]]></category>

		<guid isPermaLink="false">http://upulgodage.wordpress.com/?p=34</guid>
		<description><![CDATA[Ant mediator is a pluggable extension to Apache Synapse and WSO2 ESB, Enterprise Service Bus products. It executes Ant tasks programmatically through the Synapse configuration. It can extract properties and values from the current message context and pass them to the Ant build file as properties. Also Ant target can be selected dynamically by setting [...]]]></description>
			<content:encoded><![CDATA[<p>Ant mediator is a pluggable extension to Apache Synapse and WSO2 ESB, Enterprise Service Bus products. It executes Ant tasks programmatically through the Synapse configuration. It can extract properties and values from the current message context and pass them to the Ant build file as properties. Also Ant target can be selected dynamically by setting a property in the message context as well. For example Ant mediator can be used to call shell scripts in the message mediation. Check out the sample, and download the binary with the source code <a title="Ant mediator" href="http://esbsite.org/resources.jsp?path=/mediators/upul/Ant%20Mediator">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://upulgodage.com/blog/2008/06/14/apache-synapse-ant-mediator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Synapse simulate mediator</title>
		<link>http://upulgodage.com/blog/2008/04/27/apache-synapse-simulate-mediator/</link>
		<comments>http://upulgodage.com/blog/2008/04/27/apache-synapse-simulate-mediator/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 03:26:59 +0000</pubDate>
		<dc:creator>upul</dc:creator>
				<category><![CDATA[ESB]]></category>
		<category><![CDATA[Web Services]]></category>
		<category><![CDATA[Apache Synapse]]></category>
		<category><![CDATA[Enterprise Service Bus]]></category>
		<category><![CDATA[Mock objects]]></category>
		<category><![CDATA[Mock Web services]]></category>
		<category><![CDATA[simulation]]></category>
		<category><![CDATA[synapse]]></category>
		<category><![CDATA[Testing]]></category>
		<category><![CDATA[WSO2 ESB]]></category>

		<guid isPermaLink="false">http://upulgodage.wordpress.com/?p=33</guid>
		<description><![CDATA[Simulate mediator is a pluggable extension to Apache Synapse and WSO2 ESB, Enterprise Service Bus products. It performs regular expression matches against the message and if all the matches succeed, it replaces the message with the given contents of the file. You can replace the whole SOAP envelope or replace only the body contents. This [...]]]></description>
			<content:encoded><![CDATA[<p>Simulate mediator is a pluggable extension to Apache Synapse and WSO2 ESB, Enterprise Service Bus products. It performs regular expression matches against the message and if all the matches succeed, it replaces the message with the given contents of the file. You can replace the whole SOAP envelope or replace only the body contents. This mediator can be used to simulate Web service responses for development and testing. Check out the sample, and download the binary with the source code <a title="Simulate mediator" href="http://esbsite.org/resources.jsp?path=/mediators/upul/Simulate%20Mediator">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://upulgodage.com/blog/2008/04/27/apache-synapse-simulate-mediator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Synapse session mediator</title>
		<link>http://upulgodage.com/blog/2008/04/18/apache-synapse-session-mediator/</link>
		<comments>http://upulgodage.com/blog/2008/04/18/apache-synapse-session-mediator/#comments</comments>
		<pubDate>Fri, 18 Apr 2008 05:27:13 +0000</pubDate>
		<dc:creator>upul</dc:creator>
				<category><![CDATA[ESB]]></category>
		<category><![CDATA[Apache Synapse]]></category>
		<category><![CDATA[Enterprise Service Bus]]></category>
		<category><![CDATA[Mediator]]></category>
		<category><![CDATA[session]]></category>
		<category><![CDATA[state]]></category>
		<category><![CDATA[synapse]]></category>
		<category><![CDATA[WSO2 ESB]]></category>

		<guid isPermaLink="false">http://upulgodage.wordpress.com/?p=32</guid>
		<description><![CDATA[Session mediator is a pluggable extension to Apache Synapse and WSO2 ESB, Enterprise Service Bus products. It provides a simple session object for ongoing messages. Currently it supports only session information transfered through cookies. Check out the sample, and download the binary with the source code here.]]></description>
			<content:encoded><![CDATA[<p>Session mediator is a pluggable extension to Apache Synapse and WSO2 ESB, Enterprise Service Bus products. It provides a simple session object for ongoing messages. Currently it supports only session information transfered through cookies. Check out the sample, and download the binary with the source code <a title="Session mediator" href="http://esbsite.org/resources.jsp?path=/mediators/upul/Session%20Mediator">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://upulgodage.com/blog/2008/04/18/apache-synapse-session-mediator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Synapse IM Mediator</title>
		<link>http://upulgodage.com/blog/2008/04/07/apache-synapse-im-mediator/</link>
		<comments>http://upulgodage.com/blog/2008/04/07/apache-synapse-im-mediator/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 03:22:19 +0000</pubDate>
		<dc:creator>upul</dc:creator>
				<category><![CDATA[ESB]]></category>
		<category><![CDATA[AIM]]></category>
		<category><![CDATA[Apache Synapse]]></category>
		<category><![CDATA[Chat]]></category>
		<category><![CDATA[Enterprise Service Bus]]></category>
		<category><![CDATA[ICQ]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[Jabber]]></category>
		<category><![CDATA[Mediator]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[synapse]]></category>
		<category><![CDATA[WSO2 ESB]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://upulgodage.wordpress.com/?p=29</guid>
		<description><![CDATA[IM mediator is a pluggable extension to Apache Synapse and WSO2 ESB, Enterprise Service Bus products. It can extract a property or a value from the current message context and send it as an instant message to the given recipient. IM Mediator uses WSO2 Commons IMWrapper library. It is a common wrapper for different IM [...]]]></description>
			<content:encoded><![CDATA[<p>IM mediator is a pluggable extension to Apache Synapse and WSO2 ESB, Enterprise Service Bus products. It can extract a property or a value from the current message context and send it as an instant message to the given recipient. IM Mediator uses <a title="WSO2 Commons" href="http://wso2.org/projects/commons">WSO2 Commons</a> IMWrapper library. It is a common wrapper for different IM protocol libraries. Currenty it supports MSN, AIM, ICQ, Yahoo and Jabber. Check out the sample, and download the binary with the source code <a title="IM mediator" href="http://esbsite.org/resources.jsp?path=/mediators/upul/IM%20Mediator">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://upulgodage.com/blog/2008/04/07/apache-synapse-im-mediator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Synapse ESB Atom mediator</title>
		<link>http://upulgodage.com/blog/2008/04/05/apache-synapse-esb-atom-mediator/</link>
		<comments>http://upulgodage.com/blog/2008/04/05/apache-synapse-esb-atom-mediator/#comments</comments>
		<pubDate>Sat, 05 Apr 2008 03:37:51 +0000</pubDate>
		<dc:creator>upul</dc:creator>
				<category><![CDATA[ESB]]></category>
		<category><![CDATA[Apache Synapse]]></category>
		<category><![CDATA[Atom]]></category>
		<category><![CDATA[Enterprise Service Bus]]></category>
		<category><![CDATA[feed]]></category>
		<category><![CDATA[Mediator]]></category>
		<category><![CDATA[synapse]]></category>
		<category><![CDATA[WSO2 ESB]]></category>

		<guid isPermaLink="false">http://upulgodage.wordpress.com/?p=28</guid>
		<description><![CDATA[Atom mediator is a pluggable extension to Apache Synapse and WSO2 ESB, Enterprise Service Bus products. It can extract properties and values from the current message context and publish them as an Atom entry to the given feed. Atom mediator uses Apache Abdera. Check out the sample, and download the binary with the source code [...]]]></description>
			<content:encoded><![CDATA[<div id="upul_Atom Mediator" class="descScroll">
<p style="text-align:justify;">Atom mediator is a pluggable extension to Apache Synapse and WSO2 ESB, Enterprise Service Bus products. It can extract properties and values from the current message context and publish them as an Atom entry to the given feed. Atom mediator uses <a title="Apache Abdera" href="http://incubator.apache.org/abdera/">Apache Abdera</a>. Check out the sample, and download the binary with the source code <a title="Atom mediator" href="http://esbsite.org/resources.jsp?path=/mediators/upul/Atom%20Mediator">here</a>.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://upulgodage.com/blog/2008/04/05/apache-synapse-esb-atom-mediator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Synapse Smooks transform mediator</title>
		<link>http://upulgodage.com/blog/2008/04/03/apache-synapse-smooks-transform-mediator/</link>
		<comments>http://upulgodage.com/blog/2008/04/03/apache-synapse-smooks-transform-mediator/#comments</comments>
		<pubDate>Thu, 03 Apr 2008 05:14:56 +0000</pubDate>
		<dc:creator>upul</dc:creator>
				<category><![CDATA[ESB]]></category>
		<category><![CDATA[Apache Synapse]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[data transformation]]></category>
		<category><![CDATA[EDI]]></category>
		<category><![CDATA[Enterprise Service Bus]]></category>
		<category><![CDATA[Smooks]]></category>
		<category><![CDATA[synapse]]></category>
		<category><![CDATA[transform]]></category>
		<category><![CDATA[WSO2 ESB]]></category>

		<guid isPermaLink="false">http://upulgodage.wordpress.com/?p=30</guid>
		<description><![CDATA[Smooks transform mediator is a pluggable extension to Apache Synapse and WSO2 ESB, Enterprise Service Bus products. It allows you to transform the message payload using the Smooks data transformation engine. You can use this mediator to transform, process and integrate EDI, CSV formatted data. Check out the sample, and download the binary with the [...]]]></description>
			<content:encoded><![CDATA[<p>Smooks transform mediator is a pluggable extension to Apache Synapse and WSO2 ESB, Enterprise Service Bus products. It allows you to transform the message payload using the <a href="http://milyn.codehaus.org/Smooks">Smooks</a> data transformation engine. You can use this mediator to transform, process and integrate EDI, CSV formatted data. Check out the sample, and download the binary with the source code <a title="Smooks transform mediator" href="http://esbsite.org/resources.jsp?path=/mediators/upul/Smooks%20Transform%20Mediator">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://upulgodage.com/blog/2008/04/03/apache-synapse-smooks-transform-mediator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Community Site for Apache Synapse and WSO2 ESB (Enterprise Service Bus)</title>
		<link>http://upulgodage.com/blog/2008/04/02/new-community-site-for-apache-synapse-and-wso2-esb-enterprise-service-bus/</link>
		<comments>http://upulgodage.com/blog/2008/04/02/new-community-site-for-apache-synapse-and-wso2-esb-enterprise-service-bus/#comments</comments>
		<pubDate>Wed, 02 Apr 2008 10:24:25 +0000</pubDate>
		<dc:creator>upul</dc:creator>
				<category><![CDATA[ESB]]></category>
		<category><![CDATA[Apache Synapse]]></category>
		<category><![CDATA[Enterprise Service Bus]]></category>
		<category><![CDATA[synapse]]></category>
		<category><![CDATA[WSO2 ESB]]></category>

		<guid isPermaLink="false">http://upulgodage.wordpress.com/?p=16</guid>
		<description><![CDATA[Recently we launched the community site for Apache Synapse and WSO2 ESB, http://esbsite.org The site hosts articles, extra mediators, sample configurations, latest patches, faqs and much more. You can join the community and contribute your own custom mediators, code snippets and useful configurations, and share them with the community. You can find some interesting extensions [...]]]></description>
			<content:encoded><![CDATA[<p>Recently we launched the community site for Apache Synapse and WSO2 ESB, <a href="http://esbsite.org/">http://esbsite.org</a></p>
<p>The site hosts articles, extra mediators, sample configurations, latest patches, faqs and much more. You can join the community and contribute your own custom mediators, code snippets and useful configurations, and share them with the community.</p>
<p>You can find some interesting extensions and useful information there already. IM mediator can send instant messages through MSN, Jabber and other instant messaging networks. Atom mediator can publish Atom entries to feeds. Smooks transform mediator can integrate EDI, CSV data. Rule mediator integrates rule engines with the ESB. You can call EJB methods using the EJB callout mediator.</p>
<p>Join the ESB community at <a href="http://esbsite.org/">http://esbsite.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://upulgodage.com/blog/2008/04/02/new-community-site-for-apache-synapse-and-wso2-esb-enterprise-service-bus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

