spydermq.properties
来自「精通RMI 这是RMI的入门基础 特别对刚开始学RMI的同胞们很有帮助」· PROPERTIES 代码 · 共 33 行
PROPERTIES
33 行
# Those are the physical topics known by the server
knownTopics = metrics
# Those are the physical queues known by the server
knownQueues = testQueue
# Those are the users:password:clientID known by the server
knownIds = john:needle:johnClientID, sahra:spot
# Classnames for the invocation layer
DistributedTopicConnectionFactoryClassName = org.spydermq.distributed.server.DistributedTopicConnectionFactoryRMIImpl
DistributedQueueConnectionFactoryClassName = org.spydermq.distributed.server.DistributedQueueConnectionFactoryRMIImpl
ConnectionReceiverClassName = org.spydermq.distributed.server.ConnectionReceiverOIL
#ConnectionReceiverClassName = org.spydermq.distributed.server.ConnectionReceiverRMIImpl
DistributedJMSServerClassName = org.spydermq.distributed.server.DistributedJMSServerOIL
#DistributedJMSServerClassName = org.spydermq.distributed.server.DistributedJMSServerRMIImpl
# [Log level] valid values are : LOG_EVERYTHING, LOG_NOTICE, LOG_ERRORS
LogLevel = LOG_ERRORS
# By default the server startup logic will start a JNDI server (JNP).
# You may not want it to, ie., you already have one running. To
# prevent the launch set the following variable to any non-null value.
DoNotStartJNDI = yo
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?