⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 heron.properties

📁 java开源的企业总线.xmlBlaster
💻 PROPERTIES
字号:
#------------------------------------------------------------------------------# 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -