frodo.properties

来自「java开源的企业总线.xmlBlaster」· PROPERTIES 代码 · 共 37 行

PROPERTIES
37
字号
#------------------------------------------------------------------------------# Configures an xmlBlaster node with the name "frodo"# frodo is slave to heron and tries to find heron over the SOCKET protocol## INVOKE: java org.xmlBlaster.Main -propertyFile frodo.properties#------------------------------------------------------------------------------# Some loggingcall[core]=true# Switch off not needed stuffadmin.remoteconsole.port=-1JdbcDriver.drivers=org.hsqldb.jdbcDriver# Configuer cluster - the frodo node:cluster=truecluster.node.id=frodo# Configure cluster - how to find heron - the master of all outside messages:# Change the address of heron here, for example to socket://myServer.myCompany.com:8900\cluster.node[heron]=\   <clusternode id='heron'>\      <info>\         <address type='SOCKET'>\            socket://:8900\         </address>\         <queue relating='callback' type='CACHE' version='1.0' maxEntries='1000' maxBytes='4000' onOverflow='deadMessage'>\            <callback type='SOCKET' sessionId='4e56890ghdFzj0'>\            </callback>\         </queue>\      </info>\      <master type='DomainToMaster'>\         <key queryType='DOMAIN' domain='*'/>\      </master>\   </clusternode>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?