jmsProvider
DestinationName
String The target JMS destination
(Queue or Topic) will be
created by the JMS provider.
Not Mandatory
(either of destination,
jndiDestinationName
or
jmsProviderDestination
Name is mandatory).
connectionFactory javax.jms.
Connection
Factory
The connectionFactory
is to be used. Instead
a JNDI configuration
can be provided using
jndiConnectionFactoryName.
Not Mandatory.
useMsgIdInResponse boolean True value indicates that the
JMS correlation id will be set
to the id of the JMS request
message??” if it is false, an
artificial correlation id will be
used instead.
Not Mandatory (in
which case the default
behaviour is to use the
message exchange id as
the correlation id).
In the sample configuration listed earlier, if a client has to send a message to
the NMR it has to place the message in the queue queue/A. Since the MEP is
in-only, the client will not receive any response. Hence, if a client has to send
a normal request-response to the NMR, then we need to use additional MEP
conversion bridges (Note: the targetService in the sample configuration
which is an MEP conversion pipeline, which will be demonstrated in an
example in this chapter).
Pages:
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292