heron.properties

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

PROPERTIES
44
字号
#------------------------------------------------------------------------------# Configures an xmlBlaster node with the name "heron"## INVOKE: java org.xmlBlaster.Main -propertyFile heron.properties#------------------------------------------------------------------------------# Switch off internal http server, we don't need it here# See http://www.xmlblaster.org/xmlBlaster/doc/requirements/protocol.corba.JacORB.html# See http://www.xmlblaster.org/xmlBlaster/doc/requirements/admin.http.htmlbootstrapPort=-1# Configure the port where my SOCKET protocol listens (for clients)# See http://www.xmlblaster.org/xmlBlaster/doc/requirements/protocol.socket.htmlplugin/socket/port=7700# Configuer cluster - the heron nodecluster=truecluster.node.id=heron# Declare some helper variables (also used in plugins.xml)helper.mailfrom=${cluster.node.id}@localhosthelper.mailto=golan@localhost# I'm master of all messages/subscribes marked with domain='greenwood'# See http://www.xmlblaster.org/xmlBlaster/doc/requirements/cluster.htmlcluster.node[heron]=\   <clusternode id='heron'>\      <master type='DomainToMaster' dirtyRead='true'>\         <key queryType='DOMAIN' domain='greenwood'/>\      </master>\   </clusternode># Configure my callback email dynamic plugin# See http://www.xmlblaster.org/xmlBlaster/doc/requirements/protocol.email.htmlCbProtocolPlugin[email][1.0]=org.xmlBlaster.protocol.email.CallbackEmailDriver,\                             mail.smtp.from=${helper.mailfrom},\                             compress/type=zlib,\                             compress/minSize=1200,\                             mail.subject=Server generated callback,\                             parserClass=org.xmlBlaster.util.xbformat.XmlScriptParser

⌨️ 快捷键说明

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