📄 frodo.properties
字号:
#------------------------------------------------------------------------------# 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -