heron.properties

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

PROPERTIES
53
字号
#------------------------------------------------------------------------------# Configures an xmlBlaster node with the name "heron"## Change the bootstrapHostname='' setting if heron is running on another IP,# for example to bootstrapHostname='192.168.1.2'## INVOKE: java org.xmlBlaster.Main -propertyFile heron.properties#------------------------------------------------------------------------------# CORBA driver listens on bootstrap port 7600:#ProtocolPlugin[IOR][1.0]=org.xmlBlaster.protocol.corba.CorbaDriver#CbProtocolPlugin[IOR][1.0]=org.xmlBlaster.protocol.corba.CallbackCorbaDriverjacorb.log.default.verbosity=0plugin/ior/useNameService=falsebootstrapPort=7600plugin/socket/port=7700plugin/xmlrpc/port=7800plugin/rmi/registryPort=7900# Switch off telnet access, we don't need itadmin.remoteconsole.port=-1# Configuer cluster - the heron node:cluster=truecluster.node.id=heroncluster.node[heron]=\   <clusternode id='heron'>\      <master type='DomainToMaster' dirtyRead='true'>\         <key queryType='DOMAIN' domain='RUGBY_NEWS'/>\      </master>\      <master type='DomainToMaster' dirtyRead='false'>\         <key queryType='DOMAIN' domain='SOCCER_NEWS'/>\      </master>\   </clusternode># Configure cluster - how to find avalon:# We have given 4 addresses for demonstration, one would be sufficientcluster.node.master[avalon]=\   <clusternode id='avalon'>\      <connect><qos>\         <address type='IOR' bootstrapHostname='' port='7601'/>\         <address type='SOCKET'>socket://:7701</address>\         <address type='XMLRPC'>http://:7801</address>\         <address type='RMI'>rmi://:7901/I_AuthServer</address>\      </qos></connect>\      <master type='DomainToMaster'>\         <key queryType='DOMAIN' domain='STOCK_EXCHANGE'/>\      </master>\   </clusternode>

⌨️ 快捷键说明

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