Jms request/reply operations
This commit updates JmsMessagingTemplate to support the MessageRequestReplyOperation interface that provides synchronous request/reply operations. As JmsMessagingTemplate delegates everything under the scenes to JmsTemplate, the latter has been updated as well to offer such lower level operation. Issue: SPR-12037
This commit is contained in:
@@ -40722,6 +40722,10 @@ to provide consistent management of QOS values, the `JmsTemplate` must therefore
|
||||
specifically enabled to use its own QOS values by setting the boolean property
|
||||
`isExplicitQosEnabled` to `true`.
|
||||
|
||||
For convenience, `JmsTemplate` also exposes a basic request-reply operation that allows
|
||||
to send a message and wait for a reply on a temporary queue that is created as part of
|
||||
the operation.
|
||||
|
||||
[NOTE]
|
||||
====
|
||||
Instances of the `JmsTemplate` class are __thread-safe once configured__. This is
|
||||
|
||||
Reference in New Issue
Block a user