org.exolab.jms.client.mipc
Interface IpcJmsConstants


public interface IpcJmsConstants

This interface defines constants used by this package.

Version:
$Revision: 1.3 $ $Date: 2003/08/07 13:32:54 $
Author:
Jim Alateras

Field Summary
static java.lang.String IPC_INTERNAL_SERVER_HOST
          When OpenJMS is setup to run on the internet behind a NAT router, the the openjms machine running the server is know by two IPS.
static java.lang.String IPC_SERVER_HOST
          This address of the ipc server
static java.lang.String IPC_SERVER_PORT
          This is the port that the server is listening on
 

Field Detail

IPC_SERVER_HOST

public static final java.lang.String IPC_SERVER_HOST
This address of the ipc server

IPC_SERVER_PORT

public static final java.lang.String IPC_SERVER_PORT
This is the port that the server is listening on

IPC_INTERNAL_SERVER_HOST

public static final java.lang.String IPC_INTERNAL_SERVER_HOST
When OpenJMS is setup to run on the internet behind a NAT router, the the openjms machine running the server is know by two IPS. The external internet ip which is mapped by the NAT router, and the internal network IP. In this scenario this IP is used to identify the machine locally. The IP above is the internet IP.


Copyright © 1999-2004 The OpenJMS Group. All Rights Reserved.