This page introduces how to create the JMS connection factory and queue in WPS 6.0.2.
Login the WAS admin console with the administartor user name and password;
Step 1: Create a service bus "MTP-Bus":
1 Click "Service integration" -> "Buses" in the left navigation bar;
2 Click "New" to create a new bus, input "MTP-Bus" as the bus name, do not check the "bus security";
3 Click "Finish" and then save the changes to the master configuration;
Step 2: Create a bus destination "MTP-Event-Q";
1 Click "MTP-Bus" in the page of "Buses";
2 Click "Bus memebers", and then click "add" button;
3 Select the default server and click "Next";
4 Keep all other configurations unchanged;
5 Click "Finish" and save the changes to the master configuration;
6 Click "Destinations" on the page of "MTP-Bus";
7 Click "New" and then select "Queue" as the destination type;
8 Input "MTP-Event-Q" as the "Identifier", select the current server as the bus memeber;
9 Click "Finish" to create this destination, and then save the changes to the master configuration;
Step 3: Create a Queue Connection Factory "MTP-QCF1":
1 Select "Resources" -> "JMS Provider" -> "Default messaging";
2 Click "JMS queue connection factory", then click "New", then 3select "Default messaging provider" and click "OK";
4 Input "MTP-QCF1" as the name, and "jms/MTP-QCF1" as the JNDI name;
5 Select "MTP-Bus" in the drop down list for "Bus name";
6 Click "OK" to finish the creation, then save the changes to the master configuration;
If the "SIB_ENDPOINT_ADDRESS" port of your server is not 7276, you need to specify it explicitly in the "Provider endpoint" property. For example, "localhost:7278:BootstrapBasicMessaging" (if the port is 7278).
Step 4: Create a Queue "MTP-Event-Q":
1 Select "Resources" -> "JMS Provider" -> "Default messaging";
2 Select "JMS Queue", click "New"; Input "MTP-Event-Q" as the name, and "jms/MTP-Event-Q" as the JNDI name;
3 Select "MTP-Bus" in the drop down list for "Bus name";
4 Select "MTP-Event-Q" in the drop down list for "Queue name";
5 Click "OK" to finish the creation, then save the changes to the master configuration;
Step 5: Create an activation specification "MTPEventActivationSpec":
1 Select "Resources" -> "JMS Provider" -> "Default messaging";
2 Select "JMS activation specification", click "New";
3 Input "MTPEventActivationSpec" as the name, and "eis/MTPEventActivationSpec" as the JNDI name;
4 Select "Queue" as the destination type, input "jms/MTP-Event-Q" as the ;
5 Select "MTP-Bus" as the bus name;
6 Click "OK" to finish the creation, then save the changes to the master configuration;
分享到:
相关推荐
DOCTYPE mule-configuration PUBLIC "-//MuleSource//DTD mule-configuration XML V1.0//EN" "http://mule.mulesource.org/dtds/mule-configuration.dtd"> <mule-configuration id="Samples" version="1.0"> <!-- ...
<jms:inbound-endpoint queue="myQueue" connection-factory-ref="myConnectionFactory"/> [message.payload]" level="INFO"/> ``` 这里展示了如何配置JMS连接工厂以及如何接收来自队列的消息。 ### 结论 Mule...
这部分详细介绍了 Mule 支持的各种传输类型,包括控制台传输、虚拟机传输、文件传输、HTTP 传输、FTP 传输、SMTP 传输和 JMS 传输等,并提供了每种传输的具体配置示例。 #### 第六章:Mule 中的 Web 服务 **概述 ...
Prior to joining Kaazing, Peter worked as an information architect at Oracle, where he wrote many books, including the award-winning Oracle Application Server Portal Configuration Guide. At Oracle, ...
"Server_Configuration_Guide.pdf"深入讲解了如何配置JBoss以满足特定需求。这包括调整内存设置、修改服务器配置文件(如server.xml和deployments)、定制服务和模块,以及配置安全性和数据源。此外,还可能涉及...
2. **TIB_bw_process_design_guide_01_40809.pdf**: 这可能是Tibco BusinessWorks流程设计指南,它详细介绍了如何使用Tibco BusinessWorks创建、设计和部署企业级工作流和集成流程。这份指南将帮助开发者理解如何...
Apache ActiveMQ is an open-source implementation of the Java Message Service (JMS), which provides messaging in Java applications. ActiveMQ in Action is a thorough, practical guide to implementing ...
通过深入阅读"Installation_And_Getting_Started_Guide.pdf"和"Administration And Configuration Guide.mht",你可以获得更详细的步骤和示例,进一步提升对JBoss 5的理解和操作能力。记得在实践中不断尝试,以巩固...
Getting started with Spring Framework is a hands-on guide to begin developing applications using Spring Framework. This book is meant for Java developers with little or no knowledge of Spring ...
### Apache Geronimo: Installation, Configuration, and Deployment #### Introduction Apache Geronimo is a robust and flexible open-source Java EE (previously known as J2EE) application server. The ...
单点登录, SSM框架公共模块 ├── zheng-admin -- 后台管理模板 ├── zheng-ui -- 前台thymeleaf模板[端口:1000] ├── zheng-config -- 配置中心[端口:1001] ├── zheng-upms -- 用户权限管理系统 ...