<?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; jms</title>
	<atom:link href="http://hiramchirino.com/blog/tag/jms/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>StompConnect &#8211; Finally, you can talk nativley to any JMS server from any language.</title>
		<link>http://hiramchirino.com/blog/2007/02/stompconnect-finally-you-can-talk-nativley-to-any-jms-server-from-any-language/</link>
		<comments>http://hiramchirino.com/blog/2007/02/stompconnect-finally-you-can-talk-nativley-to-any-jms-server-from-any-language/#comments</comments>
		<pubDate>Sun, 25 Feb 2007 02:40:00 +0000</pubDate>
		<dc:creator>Hiram Chirino</dc:creator>
				<category><![CDATA[Messaging]]></category>
		<category><![CDATA[jms]]></category>
		<category><![CDATA[stompconnect]]></category>

		<guid isPermaLink="false">http://hiramchirino.com/wordpress/2007/02/stompconnect-finally-you-can-talk-nativley-to-any-jms-server-from-any-language/</guid>
		<description><![CDATA[OMG, James is at it again!  He whipped up the new StompConnect project at a blink of an eye.  Firstly, let me introduce you to Stomp.  Stomp was designed to be a super simple wire protocol for clients to talk to Message Oriented Middleware (MOM), like ActiveMQ.  Since the protocol is [...]]]></description>
			<content:encoded><![CDATA[<p>OMG, <a href="http://radio.weblogs.com/0112098/" onclick="pageTracker._trackPageview('/outgoing/radio.weblogs.com/0112098/?referer=');">James</a> is at it again!  He whipped up the new <a href="http://stomp.codehaus.org/StompConnect" onclick="pageTracker._trackPageview('/outgoing/stomp.codehaus.org/StompConnect?referer=');">StompConnect</a> project at a blink of an eye.  Firstly, let me introduce you to <a href="http://stomp.codehaus.org/" onclick="pageTracker._trackPageview('/outgoing/stomp.codehaus.org/?referer=');">Stomp</a>.  Stomp was designed to be a super simple wire protocol for clients to talk to Message Oriented Middleware (MOM), like <a href="http://activemq.apache.org" onclick="pageTracker._trackPageview('/outgoing/activemq.apache.org?referer=');">ActiveMQ</a>.  Since the protocol is text based and simple to implement, multiple <a href="http://stomp.codehaus.org/Clients" onclick="pageTracker._trackPageview('/outgoing/stomp.codehaus.org/Clients?referer=');">language clients</a> and servers were created with little effort.</p>
<p>And now thanks StompConnect, every JMS compliant MOM in existence (which is like almost all of them) can now be talked to using Stomp!  This is a huge deal since the wire protocol for most JMS servers is proprietary and  and getting a pure language client for any given mom was either difficult or impossible!</p>
]]></content:encoded>
			<wfw:commentRss>http://hiramchirino.com/blog/2007/02/stompconnect-finally-you-can-talk-nativley-to-any-jms-server-from-any-language/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
