Add MessageSendingOperations for JMS
This commit adds a JMS implementation of MessageSendingOperations, allowing to send JMS messages using Spring's standard Messaging abstraction. MessagingMessageConverter is a standard JMS's MessageConverter that can convert Spring's Message to JMS message and vice versa. Existing infrastructure has been updated to use this implementation. Issue: SPR-11772
This commit is contained in:
@@ -40428,6 +40428,10 @@ clear, the `JmsTemplate` is stateful, in that it maintains a reference to a
|
||||
`ConnectionFactory`, but this state is __not__ conversational state.
|
||||
====
|
||||
|
||||
As of Spring Framework 4.1, `JmsMessagingTemplate` is built on top of `JmsTemplate`
|
||||
and provides an integration with the messaging abstraction, i.e.
|
||||
`org.springframework.messaging.Message`. This allows you to create the message to
|
||||
send in generic manner.
|
||||
|
||||
|
||||
[[jms-connections]]
|
||||
|
||||
Reference in New Issue
Block a user