<?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>Bit Mojo - Hiram Chirino &#187; release</title>
	<atom:link href="http://hiramchirino.com/blog/tag/release/feed/" rel="self" type="application/rss+xml" />
	<link>http://hiramchirino.com/blog</link>
	<description>My Ramblings on Hawt Tech</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:30:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>RMI via JMS 1.0 Released!</title>
		<link>http://hiramchirino.com/blog/2009/10/rmi-via-jms-1-0-released/</link>
		<comments>http://hiramchirino.com/blog/2009/10/rmi-via-jms-1-0-released/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 20:28:26 +0000</pubDate>
		<dc:creator>Hiram Chirino</dc:creator>
				<category><![CDATA[Integration]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[jms]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[remoting]]></category>
		<category><![CDATA[rmi]]></category>

		<guid isPermaLink="false">http://hiramchirino.com/blog/?p=61</guid>
		<description><![CDATA[I&#8217;m pleased to announce the release of RMI via JMS 1.0!  RMI via JMS allows you do RMI style remoting over any JMS provider.  It combines the ease of RMI development with flexibility and loose coupling that JMS provides.
It also supports and even simpler interface remoting model which does not mandate the throwing of RemoteException [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pleased to announce the release of <a href="http://rmiviajms.fusesource.org/repo/release/org/fusesource/rmiviajms/rmiviajms/1.0/rmiviajms-1.0.jar" onclick="pageTracker._trackPageview('/outgoing/rmiviajms.fusesource.org/repo/release/org/fusesource/rmiviajms/rmiviajms/1.0/rmiviajms-1.0.jar?referer=');">RMI via JMS 1.0</a>!  <a href="http://rmiviajms.fusesource.org/index.html" onclick="pageTracker._trackPageview('/outgoing/rmiviajms.fusesource.org/index.html?referer=');">RMI via JMS</a> allows you do RMI style remoting over any JMS provider.  It combines the ease of <a href="http://java.sun.com/docs/books/tutorial/rmi/index.html" onclick="pageTracker._trackPageview('/outgoing/java.sun.com/docs/books/tutorial/rmi/index.html?referer=');">RMI development</a> with flexibility and loose coupling that <a href="http://java.sun.com/products/jms/tutorial/1_3_1-fcs/doc/jms_tutorialTOC.html" onclick="pageTracker._trackPageview('/outgoing/java.sun.com/products/jms/tutorial/1_3_1-fcs/doc/jms_tutorialTOC.html?referer=');">JMS</a> provides.</p>
<p>It also supports and even simpler interface remoting model which does not mandate the throwing of <code>RemoteException</code> or extending the <code>RemoteObject</code> interfaces.  It even allows remoting classes which don&#8217;t implement any interfaces via ASM magic.</p>
<p>Documentation still needs a little work, but the project is now <a href="http://www.apache.org/licenses/LICENSE-2.0.html" onclick="pageTracker._trackPageview('/outgoing/www.apache.org/licenses/LICENSE-2.0.html?referer=');">ASL 2.0 Licensed</a> and looking for contributions!  Please join the <a href="http://rmiviajms.fusesource.org/community.html" onclick="pageTracker._trackPageview('/outgoing/rmiviajms.fusesource.org/community.html?referer=');">mailing lists</a> to get involved.</p>
]]></content:encoded>
			<wfw:commentRss>http://hiramchirino.com/blog/2009/10/rmi-via-jms-1-0-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>InfoQ Covers ActiveMQ 5.1 Release</title>
		<link>http://hiramchirino.com/blog/2008/05/infoq-covers-activemq-5-1-release/</link>
		<comments>http://hiramchirino.com/blog/2008/05/infoq-covers-activemq-5-1-release/#comments</comments>
		<pubDate>Thu, 29 May 2008 19:51:00 +0000</pubDate>
		<dc:creator>Hiram Chirino</dc:creator>
				<category><![CDATA[Messaging]]></category>
		<category><![CDATA[activemq]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://hiramchirino.com/wordpress/2008/05/infoq-covers-activemq-5-1-release/</guid>
		<description><![CDATA[InfoQ has posted nice article on the new features in the ActiveMQ 5.1 release versus the last 4.1 release:

Apache ActiveMQ, an open source provider of enterprise messaging services, recently released version 5.1 which includes improvements in stability and performance of the message broker product. This version also includes support for priority message ordering and a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.infoq.com/news/2008/05/activemq-5.1-release;jsessionid=BFD02D79FC579EDFABD675E93D11BC13" onclick="pageTracker._trackPageview('/outgoing/www.infoq.com/news/2008/05/activemq-5.1-release_jsessionid=BFD02D79FC579EDFABD675E93D11BC13?referer=');">InfoQ</a> has posted nice article on the new features in the ActiveMQ 5.1 release versus the last 4.1 release:<br />
<blockquote>
<p><a href="http://activemq.apache.org/" onclick="pageTracker._trackPageview('/outgoing/activemq.apache.org/?referer=');">Apache ActiveMQ</a>, an open source provider of enterprise messaging services, recently released <a href="http://activemq.apache.org/activemq-510-release.html" onclick="pageTracker._trackPageview('/outgoing/activemq.apache.org/activemq-510-release.html?referer=');">version 5.1</a> which includes improvements in stability and performance of the message broker product. This version also includes support for priority message ordering and a Microsoft Message Queue (<a href="http://www.microsoft.com/windowsserver2003/technologies/msmq/default.mspx" onclick="pageTracker._trackPageview('/outgoing/www.microsoft.com/windowsserver2003/technologies/msmq/default.mspx?referer=');">MSMQ</a>) to ActiveMQ Bridge with the new <a href="http://cwiki.apache.org/confluence/display/CAMEL/msmq" onclick="pageTracker._trackPageview('/outgoing/cwiki.apache.org/confluence/display/CAMEL/msmq?referer=');">msmq</a> transport component. </p>
<p>There are also improvements in the <a href="http://activemq.apache.org/how-can-i-monitor-activemq.html" onclick="pageTracker._trackPageview('/outgoing/activemq.apache.org/how-can-i-monitor-activemq.html?referer=');">monitoring</a> module of ActiveMQ container. A new DestinationSource class was added to access the available <a href="http://java.sun.com/javaee/5/docs/api/javax/jms/Queue.html" onclick="pageTracker._trackPageview('/outgoing/java.sun.com/javaee/5/docs/api/javax/jms/Queue.html?referer=');">Queues</a> or <a href="http://java.sun.com/javaee/5/docs/api/javax/jms/Topic.html" onclick="pageTracker._trackPageview('/outgoing/java.sun.com/javaee/5/docs/api/javax/jms/Topic.html?referer=');">Topics</a> or listen to Queues/Topics being created or deleted in the container. There is a new <a href="http://activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/broker/region/DestinationStatistics.html" onclick="pageTracker._trackPageview('/outgoing/activemq.apache.org/maven/activemq-core/apidocs/org/apache/activemq/broker/region/DestinationStatistics.html?referer=');">API</a> to help end users view available destinations and query them to find JMS statistics such as active queue count, queue depth, number of messages etc.</p>
<p><a href="http://www.infoq.com/news/2008/05/activemq-5.1-release;jsessionid=BFD02D79FC579EDFABD675E93D11BC13" onclick="pageTracker._trackPageview('/outgoing/www.infoq.com/news/2008/05/activemq-5.1-release_jsessionid=BFD02D79FC579EDFABD675E93D11BC13?referer=');">Read More&#8230;</a></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://hiramchirino.com/blog/2008/05/infoq-covers-activemq-5-1-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActiveMQ 5.1.0 Release</title>
		<link>http://hiramchirino.com/blog/2008/05/activemq-5-1-0-release/</link>
		<comments>http://hiramchirino.com/blog/2008/05/activemq-5-1-0-release/#comments</comments>
		<pubDate>Wed, 07 May 2008 16:56:00 +0000</pubDate>
		<dc:creator>Hiram Chirino</dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[activemq]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://hiramchirino.com/wordpress/2008/05/activemq-5-1-0-release/</guid>
		<description><![CDATA[For all of you who ran into issues with ActiveMQ 5.0.0 when running it in anger, I highly recommend you give the just released ActiveMQ 5.1.0 a try.  This release focused focused on making the broker rock solid.  It resolved several bugs which only reared their heads in high load situations.  Memory [...]]]></description>
			<content:encoded><![CDATA[<p>For all of you who ran into issues with <a href="http://activemq.apache.org/" onclick="pageTracker._trackPageview('/outgoing/activemq.apache.org/?referer=');">ActiveMQ</a> 5.0.0 when running it in anger, I highly recommend you give the just <a href="http://activemq.apache.org/activemq-510-release.html" onclick="pageTracker._trackPageview('/outgoing/activemq.apache.org/activemq-510-release.html?referer=');">released ActiveMQ 5.1.0</a> a try.  This release focused focused on making the broker rock solid.  It resolved several bugs which only reared their heads in high load situations.  Memory leaks have been squashed and performance has even improved in several areas. </p>
<p>Even if you have not had seen any issues with your 5.0.0 installation, I&#8217;d highly recommend you upgrade to 5.1.0 to avoid running into <a href="http://issues.apache.org/activemq/secure/ReleaseNote.jspa?version=11802&amp;styleName=Html&amp;projectId=10520&amp;Create=Create" onclick="pageTracker._trackPageview('/outgoing/issues.apache.org/activemq/secure/ReleaseNote.jspa?version=11802_amp_styleName=Html_amp_projectId=10520_amp_Create=Create&amp;referer=');">some of the bugs</a> that have been addressed in the release.</p>
]]></content:encoded>
			<wfw:commentRss>http://hiramchirino.com/blog/2008/05/activemq-5-1-0-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New FUSE Releases</title>
		<link>http://hiramchirino.com/blog/2007/09/new-fuse-releases/</link>
		<comments>http://hiramchirino.com/blog/2007/09/new-fuse-releases/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 16:49:00 +0000</pubDate>
		<dc:creator>Hiram Chirino</dc:creator>
				<category><![CDATA[Integration]]></category>
		<category><![CDATA[fuse]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://hiramchirino.com/wordpress/2007/09/new-fuse-releases/</guid>
		<description><![CDATA[It looks like the word is spreading that the FUSE has a new  release out. The release includes enhancements across the FUSE family of products including, FUSE ESB, FUSE Message Broker, FUSE Services Framework and FUSE Mediation Router. The releases include significant performance and feature improvements and tighter integration between the FUSE ESB and [...]]]></description>
			<content:encoded><![CDATA[<p>It looks like <a href="http://blog.pepperdust.org/2007/9/25/bob-dylan-has-a-message-for-you" onclick="pageTracker._trackPageview('/outgoing/blog.pepperdust.org/2007/9/25/bob-dylan-has-a-message-for-you?referer=');">the word is spreading</a> that the <a href="http://open.iona.com/products/" onclick="pageTracker._trackPageview('/outgoing/open.iona.com/products/?referer=');">FUSE</a> has a new  release out. The release includes enhancements across the <a href="http://open.iona.com/products/" onclick="pageTracker._trackPageview('/outgoing/open.iona.com/products/?referer=');"><span class="caps">FUSE</span> family of products</a> including, <a href="http://open.iona.com/products/fuse-esb" onclick="pageTracker._trackPageview('/outgoing/open.iona.com/products/fuse-esb?referer=');"><span class="caps">FUSE ESB</span></a>, <a href="http://open.iona.com/products/fuse-message-broker/" onclick="pageTracker._trackPageview('/outgoing/open.iona.com/products/fuse-message-broker/?referer=');">FUSE Message Broker</a>, <a href="http://open.iona.com/products/fuse-services-framework/" onclick="pageTracker._trackPageview('/outgoing/open.iona.com/products/fuse-services-framework/?referer=');"><span class="caps">FUSE</span> Services Framework</a> and <a href="http://open.iona.com/products/fuse-mediation-router/" onclick="pageTracker._trackPageview('/outgoing/open.iona.com/products/fuse-mediation-router/?referer=');"><span class="caps">FUSE</span> Mediation Router</a>. The releases include significant performance and feature improvements and tighter integration between the <a href="http://open.iona.com/products/fuse-esb/" onclick="pageTracker._trackPageview('/outgoing/open.iona.com/products/fuse-esb/?referer=');"><span class="caps">FUSE ESB</span></a> and all components of the product family.</p>
<p>For those of you who don&#8217;t know, the FUSE family of products are <a href="http://open.iona.com" onclick="pageTracker._trackPageview('/outgoing/open.iona.com?referer=');">IONA</a> supported versions of several <a href="http://www.apache.org" onclick="pageTracker._trackPageview('/outgoing/www.apache.org?referer=');">Apache</a> projects like <a href="http://activemq.apache.org" onclick="pageTracker._trackPageview('/outgoing/activemq.apache.org?referer=');">ActiveMQ</a> and <a href="http://servicemix.org" onclick="pageTracker._trackPageview('/outgoing/servicemix.org?referer=');">ServiceMix</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://hiramchirino.com/blog/2007/09/new-fuse-releases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
