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

📄 golan.properties

📁 java开源的企业总线.xmlBlaster
💻 PROPERTIES
字号:
#------------------------------------------------------------------------------# Configures an xmlBlaster node with the name "golan"## INVOKE: java org.xmlBlaster.Main -propertyFile golan.properties#------------------------------------------------------------------------------# Configuer cluster - the golan node:cluster=truecluster.node.id=golan# Declare some helper variables:helper.mailfrom=${cluster.node.id}@localhosthelper.mailto=heron@localhost# Switch off telnet access, we don't need it:admin.remoteconsole.port=-1# Switch off CORBA and internal HTTP server, we don't need it:bootstrapPort=-1# Register dynamic email plugins:ClientProtocolPlugin[email][1.0]=org.xmlBlaster.client.protocol.email.EmailConnection,\                                 mail.smtp.from=${helper.mailfrom},\                                 mail.smtp.to=${helper.mailto},\                                 parserClass=org.xmlBlaster.util.xbformat.XbfParserClientCbServerProtocolPlugin[email][1.0]=org.xmlBlaster.client.protocol.email.EmailCallbackImpl,\                                         mail.smtp.from=${helper.mailfrom},\                                         mail.smtp.to=${helper.mailto},\                                         parserClass=org.xmlBlaster.util.xbformat.XbfParser# Configure cluster - how to find heron:cluster.node[heron]=\   <clusternode id='heron'>\      \      <connect><qos>\         <session name='${cluster.node.id}/1' timeout='-1' maxSessions='1' clearSessions='true' reconnectSameClientOnly='false'/>\         <persistent/>\         <duplicateUpdates>false</duplicateUpdates>\         <address type='email'>\             ${helper.mailto}\         </address>\         <queue relating='callback' maxEntries='100000'>\            <callback type='email' sessionId='99ii88Z' pingInterval='30000' retries='-1' delay='10000'>\                ${helper.mailfrom}\            </callback>\         </queue>\      </qos></connect>\      \      <!-- Route all messages and subscribes with domain='greenwood' to heron -->\      <master type='DomainToMaster'>\         <key queryType='DOMAIN' domain='greenwood'/>\      </master>\      \   </clusternode>

⌨️ 快捷键说明

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