WebSphere Application Server Community Edition V1 系统管理——第 2 部分:配置数据库
2010-01-18 00:00:00 来源:WEB开发网JMS 消息代理
ActiveMQ 服务器(或消息代理)在缺省情况下是在 Community Edition 服务器启动时启动的。其配置 (org/apache/geronimo/ActiveMQServer) 是在 system-activemq-plan.xml(可以在 wasce_install_root/doc/plan 目录中找到)中定义的。此配置包括两个传输:一个在端口 61616 上运行的 TCP 传输和一个在相同 JVM 上运行的客户端的直接传输(清单 10)。ActiveMQ 支持的其他传输包括 SSL、NIO、UDP、多播、JGroup 和 JXTA 传输。
清单 10:在 system-activemq-plan.xml 中定义的传输
<gbean gbeanName="geronimo.server:J2EEApplication=null,
J2EEModule=org/apache/geronimo/ActiveMQServer,J2EEServer=geronimo,
j2eeType=JMSConnector,broker=ActiveMQ,name=ActiveMQ.tcp.default"
class="org.activemq.gbean.ActiveMQConnectorGBean">
<attribute name="protocol">tcp</attribute>
<attribute name="host">0.0.0.0</attribute>
<attribute name="port">61616</attribute>
<reference name="activeMQContainer">
<gbean-name>geronimo.server:j2eeType=JMSServer,name=ActiveMQ,*
</gbean-name></reference>
</gbean>
<gbean gbeanName="geronimo.server:J2EEApplication=null,
J2EEModule=org/apache/geronimo/ActiveMQServer,J2EEServer=geronimo,j2eeType=JMSConnector,
broker=ActiveMQ,name=ActiveMQ.vm.localhost"
class="org.activemq.gbean.ActiveMQConnectorGBean">
<attribute name="protocol">vm</attribute>
<attribute name="host">localhost</attribute>
<attribute name="port">-1</attribute>
<reference name="activeMQContainer">
<gbean-name>geronimo.server:j2eeType=JMSServer,name=ActiveMQ,*
</gbean-name></reference>
</gbean>
Tags:WebSphere Application Server
编辑录入:爽爽 [复制链接] [打 印]- ››WebSphere Application Server 7.0 XML Feature P...
- ››WebSphere 反向投资者: 解决 WebSphere Applicati...
- ››WebSphere sMash 的创新应用,第 2 部分: 借助包装...
- ››Websphere MQ v6集群的负载均衡新功能
- ››WebSphere Process Server V6.0.2 集群,第 2 部分...
- ››WebSphere Process Server V6.0.2 集群,第 1 部分...
- ››WebSphere MQ性能调优浅谈
- ››WebSphere配置资源库管理
- ››WebSphere中的SSL/TLS:用法、配置和性能
- ››websphere ejb远程/本地调用总结
- ››WebSphere Application Server对SIP的支持
- ››WebSphere Process Server V6 体系结构概述
更多精彩
赞助商链接