WebSphere Application Server Community Edition V1 系统管理——第 2 部分:配置数据库
2010-01-18 00:00:00 来源:WEB开发网消息代理配置的建议更改方式是使用 config.xml 来配置正确的属性。有关使用 config.xml 来配置服务器属性的更多信息,请参见第 1 部分。问题在于,在实际操作中很难确定哪些是正确的 gbean 属性以及它们是否是可管理的。另外,建议不要重新部署 system-activemq-plan.xml,因为这种方式以后会导致问题的出现。如果您知道属性名称(以及它们是否可管理),则可以通过编辑 config.xml 来更改这些计划,然后重新部署它们。
配置 JMS 资源
消息代理仅在有配置目标时才有用。在 Community Edition 中创建和配置这些资源意味着部署一个带有如何与消息代理通信的信息的资源适配器实例。要获得示例,请查看 system-jms-plan.xml(可以在 wasce_install_root/doc/plan 目录中找到)。此计划将创建一个资源适配器实例和一个连接工厂,后者是创建供内部使用的两个队列(MDBTransferBeanOutQueue 和 SendReceiveQueue)所需要的(清单 11)。
清单 11:system-jms-plan.xml 中定义的连接器
<connector xmlns="http://geronimo.apache.org/xml/ns/j2ee/connector-1.0"
configId="org/apache/geronimo/SystemJMS"
parentId="org/apache/geronimo/ActiveMQServer">
<resourceadapter>
<resourceadapter-instance>
<resourceadapter-name>ActiveMQ RA</resourceadapter-name>
<config-property-setting name="ServerUrl"
>tcp://0.0.0.0:61616</config-property-setting>
...
</resourceadapter-instance>
...
</resourceadapter>
...
<adminobject>
<adminobject-interface>javax.jms.Queue</adminobject-interface>
<adminobject-class>org.codehaus.activemq.message.ActiveMQQueue
</adminobject-class>
<adminobject-instance>
<message-destination-name>SendReceiveQueue</message-destination-name>
<config-property-setting name="PhysicalName"
>SendReceiveQueue</config-property-setting>
</adminobject-instance>
</adminobject>
</connector>
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 体系结构概述
更多精彩
赞助商链接