VOOZH about

URL: https://jbossremoting.jboss.org

⇱ JBoss Remoting - JBoss Community


👁 Image
JBoss Remoting
There and Back Again

Release 2.5.4.SP5, which ships with Enterprise Application Platform 5.3, has a new configuration parameter, "idempotent", which, when set to "false", prevents the retransmission of an invocation once it has been written to the network, even if "numberOfCallRetries" is set to a value greater than 1. There are also a couple of bug fixes.

To see the release notes, go to https://issues.jboss.org/secure/ReleaseNote.jspa?projectId=10031&version=12316422

Version 2.5.4.SP5 of jboss-remoting.jar may be found

* in Brew Web repository at brewweb.devel.redhat.com/buildinfo (jdk 1.6 class files), and 

* in the maven2 repository at repository.jboss.org/nexus/index.html#nexus-search;quick~org.jboss.remoting (jdk 1.4 class files).

The distribution zip file may be found at http://www.jboss.org/jbossremoting/downloads/

by remoting at Wed Mar 05 13:43:41 EST 2014

ANNOUNCEMENT

Remoting version 2.2.4 is available. It features a new server identity feature, new configuration parameters, and miscellaneous enhancements and bug fixes.

To see the release notes, go to jira.jboss.org/jira/secure/ReleaseNote.jspa

Version 2.2.4 of jboss-remoting.jar (built with jdk 1.6) may be found in the old repository at http://repository.jboss.com/jboss/remoting/2.2.4-brew/lib/ .

Version 2.2.4 of jboss-remoting.jar (built with jdk 1.6 and targeted at jdk 1.4) may be found in the maven repository at https://repository.jboss.org/nexus/content/groups/public-jboss/org/jboss/remoting/jboss-remoting/2.2.4/.

The distribution zip file may be found at http://www.jboss.org/jbossremoting/downloads/ .

Overview

The purpose of JBoss Remoting is to provide a general purpose framework for symmetric and asymmetric communication over a network.  It supports various modes of interaction, including invocations, one way messaging, and asynchronous callbacks.

There are two generations of Remoting in active use:

Remoting 2 is currently used in various versions of JBoss Application Server 4, 5, and 6, as well as a variety of standalone projects.

Remoting 3 is the next generation of Remoting.  It supports a variety of modules in JBoss Application Server 7.


👁 Image