Registry / networking / jboss-remoting

jboss-remoting

JSON →
library2.5.3javamavenunverified

JBoss Remoting provides a framework for remote communication between Java components.

<dependency> <groupId>org.jboss.remoting</groupId> <artifactId>jboss-remoting</artifactId> <version>2.5.3</version> </dependency>
INSTALL
IMPORT
SIG · JBOSS-REMOTING
J
jboss-remoting
networkingjavav2.5.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

InvokerLocator
org.jboss.remoting.InvokerLocator

Connect to a remote JBoss Remoting server using a socket locator.

import org.jboss.remoting.InvokerLocator; import org.jboss.remoting.Client; InvokerLocator locator = new InvokerLocator("socket://localhost:5400"); Client client = new Client(locator); client.connect(); // Use client for remote invocations.
Debug
Known issues
breakingJBoss Remoting 2.x is outdated; consider migrating to JBoss Remoting 3 or newer alternatives.
fix
Upgrade to a modern remoting framework like JBoss Remoting 3 or use JBoss EAP's built-in remoting.
affects: <3.0.0
Upgrade
Version history
2.5.3latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
jboss-remoting — mvn dependency:get jboss-remoting · libregistry