Package net.timewalker.ffmq4
Class FFMQServerSettings
- java.lang.Object
-
- net.timewalker.ffmq4.FFMQServerSettings
-
public final class FFMQServerSettings extends Object
FFMQServerSettings
-
-
Field Summary
Fields Modifier and Type Field Description static StringLISTENER_AUTH_TIMEOUTstatic StringLISTENER_TCP_BACK_LOGstatic StringLISTENER_TCP_CAPACITYstatic StringLISTENER_TCP_ENABLEDstatic StringLISTENER_TCP_LISTEN_ADDRstatic StringLISTENER_TCP_LISTEN_PORTstatic StringLISTENER_TCP_USE_NIOstatic StringREMOTE_ADMIN_ENABLEDstatic StringSECURITY_CONNECTOR_XML_SECURITY
-
Constructor Summary
Constructors Constructor Description FFMQServerSettings()
-
-
-
Field Detail
-
LISTENER_AUTH_TIMEOUT
public static final String LISTENER_AUTH_TIMEOUT
- See Also:
- Constant Field Values
-
LISTENER_TCP_ENABLED
public static final String LISTENER_TCP_ENABLED
- See Also:
- Constant Field Values
-
LISTENER_TCP_BACK_LOG
public static final String LISTENER_TCP_BACK_LOG
- See Also:
- Constant Field Values
-
LISTENER_TCP_LISTEN_ADDR
public static final String LISTENER_TCP_LISTEN_ADDR
- See Also:
- Constant Field Values
-
LISTENER_TCP_LISTEN_PORT
public static final String LISTENER_TCP_LISTEN_PORT
- See Also:
- Constant Field Values
-
LISTENER_TCP_USE_NIO
public static final String LISTENER_TCP_USE_NIO
- See Also:
- Constant Field Values
-
LISTENER_TCP_CAPACITY
public static final String LISTENER_TCP_CAPACITY
- See Also:
- Constant Field Values
-
REMOTE_ADMIN_ENABLED
public static final String REMOTE_ADMIN_ENABLED
- See Also:
- Constant Field Values
-
SECURITY_CONNECTOR_XML_SECURITY
public static final String SECURITY_CONNECTOR_XML_SECURITY
- See Also:
- Constant Field Values
-
-