Objectweb's JORAM is an open source JMS 1.1 platform based on a distributed architecture. The 3.6 release provides access to J2ME apps, allowing mobile devices to perform messaging operations in a JMS 1.1 "way". JORAM provides persistent messages, JMX management facilities, hierarchical topics, SOAP based communication, and more.
Checkout JORAM: Java Open Reliable Asynchronous Messaging server.
Press Release
----------------
JORAM 3.6 follows the 3.4 release in addressing the opening of the JORAM platform to heterogenous client applications. Where JORAM 3.4, with the support of SOAP as client communication protocol, opened the platform to non-Java applications, the 3.6 release, with its new kJORAM libraries, opens the platform to lightweight devices.
Benefiting from a new generation Message Oriented Middleware from ScalAgent Distributed Technologies [1], JORAM is the single JMS compliant platform based on a truly distributed architecture. JORAM is particularly suited for distributed applications to be connected on a large-scale basis through Internet, requiring load balancing, high availability and flexibility. The JORAM team is always happy to help JORAM users in defining the architecture they need [2].
To be noted, JORAM is now covered by the LGPL licence.
[1] http://www.scalagent.com
[2] mailto:joram@objectweb.org
-
JMS 1.1 server JORAM 3.6 Released with J2ME Connectivity (10 messages)
- Posted by: Frederic Maistre
- Posted on: August 07 2003 12:20 EDT
Threaded Messages (10)
- what about openjms ? by J C on August 09 2003 10:57 EDT
- How does it measure up? by Wille Faler on August 10 2003 17:55 EDT
- the link is not accessable by john yuan on August 10 2003 18:46 EDT
- The link works fine for me by Frederic Faure on August 11 2003 11:49 EDT
-
Joram in JOnAS by Lofi Dewanto on August 11 2003 01:27 EDT
-
Integration with other containers? by Wille Faler on August 11 2003 02:14 EDT
-
Integration by Lofi Dewanto on August 11 2003 02:39 EDT
- JMS clients through firewalls by Yuval Goldstein on August 12 2003 03:06 EDT
-
Integration by Lofi Dewanto on August 11 2003 02:39 EDT
-
Integration with other containers? by Wille Faler on August 11 2003 02:14 EDT
-
Joram in JOnAS by Lofi Dewanto on August 11 2003 01:27 EDT
- The link works fine for me by Frederic Faure on August 11 2003 11:49 EDT
- Does JORAM support being embedded? by Paul Danckaert on August 12 2003 09:41 EDT
- Joram embedded by Lofi Dewanto on August 13 2003 05:10 EDT
-
what about openjms ?[ Go to top ]
- Posted by: J C
- Posted on: August 09 2003 10:57 EDT
- in response to Frederic Maistre
Anyone ? OpenJMS vs JORAM ? Benchmarks ? -
How does it measure up?[ Go to top ]
- Posted by: Wille Faler
- Posted on: August 10 2003 17:55 EDT
- in response to J C
How does Joram measure up to the competition?
Compatibility?
Performance?
Strengths/weaknesses? -
the link is not accessable[ Go to top ]
- Posted by: john yuan
- Posted on: August 10 2003 18:46 EDT
- in response to Frederic Maistre
the link has following error:
ERROR
The requested URL could not be retrieved
--------------------------------------------------------------------------------
While trying to retrieve the URL: [no URL]
The following error was encountered:
Read Error
The system returned:
(104) Connection reset by peer
An error condition occurred while reading data from the network. Please retry your request. -
The link works fine for me[ Go to top ]
- Posted by: Frederic Faure
- Posted on: August 11 2003 11:49 EDT
- in response to john yuan
Just few comments about my experience with Joram:
A long long time ago (about 3 years), I had to use a JMS solution for a J2EE project running on Jonas Application Server. I had few problems with Joram implementation and I used OpenJMS.
But now, it seems that Joram is working really fine. I've used it 6 month ago and it was running fine even under load. I had some problems with Jonas MDBeans implementation and then I used simple java classes as listeners and it was really reliable.
Seeing the astonishing work Jonas team did for release 3.1, I'm pretty sure the problems I had at that time are gone now.
I really consider Jonas as a production ready server. Jboss is not alone... -
Joram in JOnAS[ Go to top ]
- Posted by: Lofi Dewanto
- Posted on: August 11 2003 13:27 EDT
- in response to Frederic Faure
JOnAS 3.1 is a production ready container. MDB is also very reliable in JOnAS with Joram as OpenUSS uses MDB to send all the mails (Mailinglist Component, Discussion Watcher Component, etc.). Sometimes OpenUSS sends one personalized email, one by one, to reach more than 1000 users in one time (as some lectures in OpenUSS contain more than 1000 students). No problem ;-)
Regards,
Lofi Dewanto.
http://www.openuss.org -
Integration with other containers?[ Go to top ]
- Posted by: Wille Faler
- Posted on: August 11 2003 14:14 EDT
- in response to Lofi Dewanto
How about integration with other containers (JBoss comes to mind..)? -
Integration[ Go to top ]
- Posted by: Lofi Dewanto
- Posted on: August 11 2003 14:39 EDT
- in response to Wille Faler
JBoss comes with its own JMS implementation. I don't know whether you can use Joram with JBoss easily... Should be possible...
Regards,
Lofi. -
JMS clients through firewalls[ Go to top ]
- Posted by: Yuval Goldstein
- Posted on: August 12 2003 03:06 EDT
- in response to Lofi Dewanto
Out of topic but i could not resist:
J2ME connectivity implies that JMS clients can keep a connection with their server when this server has a firewall in front of it?
How does this happen?
Does other vendors provide this ability?
Thanks! -
Does JORAM support being embedded?[ Go to top ]
- Posted by: Paul Danckaert
- Posted on: August 12 2003 09:41 EDT
- in response to Frederic Maistre
Does JORAM support being embedded in a servlet container easily? I would like to add JMS capabilities to a site without the overhead of running a separate JVM, managing a separate server, and so forth. (The JMS queue will be used to buffer outbound mail to help handle SMTP server outages, etc.)
I saw that OpenJMS has a specific object for running as embedded, but JORAM seems to be a bit newer from a spec perspective. -
Joram embedded[ Go to top ]
- Posted by: Lofi Dewanto
- Posted on: August 13 2003 05:10 EDT
- in response to Paul Danckaert
In JOnAS (J2EE Container), Joram (JMS) and Tomcat (Servlet) are already embedded as Service. Check the ../conf/jonas.properties file.
Regards,
Lofi.