Este contenido no está disponible en el idioma seleccionado.
7.2. Configuring a Remote JNDI Client
Remote JNDI clients can look up and connect to objects by name using JNDI. The client must have
jboss-client.jar
on its class path.
The following example shows how to look up the
myTestQueue
JMS queue from a remote JNDI client:
Example 7.2. Example Remote JNDI Lookup