Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx02.iad01.newshosting.com!newshosting.com!69.16.185.16.MISMATCH!npeer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe14.iad.POSTED!8ad76e89!not-for-mail From: Arved Sandstrom User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110424 Lightning/1.0b2 Thunderbird/3.1.10 MIME-Version: 1.0 Newsgroups: comp.lang.java.programmer Subject: Re: Any open source solution with JMS and server-side clustering? References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Lines: 12 Message-ID: X-Complaints-To: abuse@newsgroups-download.com NNTP-Posting-Date: Thu, 09 Jun 2011 19:17:03 UTC Organization: Public Usenet Newsgroup Access Date: Thu, 09 Jun 2011 16:17:08 -0300 Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:5163 On 11-06-09 02:46 PM, saxo123@gmx.de wrote: > Hello, > > maybe my point may be misunderstood. So I try with an analogy: in "good" old RMI there were several clients and one server instance. With JMS there is no server instance in the sense of RMI as JMS only does the transportation. So I'm looking for an open source solution that combines JMS with such a server instance on which custom code can be executed. Both, JMS and the server instance needs to be clustered. I don't want to go with some application server as there is no need for EJBs for my application. Thanks for any suggestions. I did search the internet, but didn't find anything useful in reasonable time. > > Thanks, Oliver You could look at the clustering page for Apache ActiveMQ (http://activemq.apache.org/clustering.html); I think this is likely a good starting point for you. AHS