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

📄 heron.properties

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