-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathserver.xml
More file actions
36 lines (31 loc) · 1.31 KB
/
Copy pathserver.xml
File metadata and controls
36 lines (31 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<server description="MQ JMS Liberty sample">
<featureManager>
<feature>cicsts:core-1.0</feature>
<feature>wmqJmsClient-2.0</feature>
<feature>mdb-3.2</feature>
<feature>jndi-1.0</feature>
</featureManager>
<variable name="wmqJmsClient.rar.location" value="<path>wmq.jmsra.rar"/>
<jmsQueueConnectionFactory connectionManagerRef="ConMgrJms" jndiname="jms/qcf1">
<properties.wmqJms channel="WAS.JMS.SVRCONN"
hostName="localhost"
port="<port>"
queueManager="<QM>"
transportType="CLIENT"/>
</jmsQueueConnectionFactory>
<connectionManager id="ConMgrJms" maxPoolSize="20"/>
<jmsActivationSpec id="cics-java-liberty-mqjms-ear-1.0.0/cics-java-liberty-mqjms-mdb/MySimpleMDB">
<properties.wmqJms destinationRef="jms/mdbq" destinationType="javax.jms.Queue"
channel="WAS.JMS.SVRCONN"
hostName="localhost"
port="<port>"
queueManager="QM2C"
transportType="CLIENT" />
</jmsActivationSpec>
<jmsQueue id="jms/simpleq" jndiName="jms/simpleq">
<properties.wmqJms baseQueueName="DEMO.SIMPLEQ" />
</jmsQueue>
<jmsQueue id="jms/mdbq" jndiName="jms/mdbq">
<properties.wmqJms baseQueueName="DEMO.MDBQUEUE" />
</jmsQueue>
</server>