@@ -101,14 +101,6 @@ resources:
101
101
PersistentStore : FileStore1
102
102
JMSServer2 :
103
103
Target : m2
104
- JmsSessionPool :
105
- myPool :
106
- ConnectionFactory : myFactory
107
- ListenerClass : myClass
108
- JmsConnectionConsumer :
109
- myConsumer :
110
- MessagesMaximum : 4
111
- Notes : Pool notes
112
104
JmsMessageLogFile :
113
105
FileCount : 2
114
106
Notes : message log notes
@@ -120,6 +112,10 @@ resources:
120
112
Target : JMSServer1
121
113
JMSServer2Subdeployment :
122
114
Target : JMSServer2
115
+ JMSServersSubdeployment :
116
+ Target : JMSServer1,JMSServer2
117
+ SAFSubdeployment :
118
+ Target : MySAFagent
123
119
JmsResource :
124
120
ConnectionFactory :
125
121
WebAppConnectionFactory :
@@ -149,26 +145,6 @@ resources:
149
145
KeyType : Double
150
146
Property : PurchaseAmount
151
147
SortOrder : Descending
152
- DistributedQueue :
153
- MyDistributedQueue :
154
- ForwardDelay : 88
155
- JNDIName : jms/MyDistributedQueue
156
- ResetDeliveryCountOnForward : false
157
- SafExportPolicy : All
158
- DistributedQueueMember :
159
- Queue1 :
160
- Weight : 50
161
- Queue2 :
162
- Weight : 50
163
- DistributedTopic :
164
- MyDistributedTopic :
165
- JNDIName : jms/MyDistributedTopic
166
- SafExportPolicy : None
167
- DistributedTopicMember :
168
- Topic1 :
169
- Weight : 50
170
- Topic2 :
171
- Weight : 50
172
148
ForeignServer :
173
149
MyForeignServer :
174
150
ConnectionURL : ' t3://my.other.cluster:7001'
@@ -261,12 +237,14 @@ resources:
261
237
JNDIName : jms/myUDQ
262
238
ResetDeliveryCountOnForward : true
263
239
SafExportPolicy : All
240
+ SubDeploymentName : JMSServersSubdeployment
264
241
UniformDistributedTopic :
265
242
MyUniformDistributedTopic :
266
243
DefaultTargetingEnabled : true
267
244
JmsCreateDestinationIdentifier : CDI4
268
245
JNDIName : jms/myUDT
269
246
SafExportPolicy : None
247
+ SubDeploymentName : JMSServersSubdeployment
270
248
SAFRemoteContext :
271
249
MyRemoteSAFcontext :
272
250
SAFLoginContext :
@@ -283,12 +261,14 @@ resources:
283
261
MessageLoggingParams :
284
262
MessageLoggingEnabled : true
285
263
MessageLoggingFormat : ' %header%,%properties%'
264
+ SubDeploymentName : SAFSubdeployment
286
265
SAFTopic :
287
266
MyRemoteSAFtopic :
288
267
RemoteJndiName : jms/myUDQ
289
268
MessageLoggingParams :
290
269
MessageLoggingEnabled : true
291
270
MessageLoggingFormat : ' %header%,%properties%'
271
+ SubDeploymentName : SAFSubdeployment
292
272
MessageLoggingParams :
293
273
MessageLoggingEnabled : true
294
274
MessageLoggingFormat : ' %header%,%properties%'
0 commit comments