JmsMessagingTemplate currently only allows for setup from a given JmsTemplate. The more typical case is probably to create it directly from a JMS ConnectionFactory, so we should add a corresponding constructor and also a setter method, building the JmsTemplate instance implicitly.
Juergen Hoeller opened SPR-12413 and commented
JmsMessagingTemplate
currently only allows for setup from a givenJmsTemplate
. The more typical case is probably to create it directly from a JMSConnectionFactory
, so we should add a corresponding constructor and also a setter method, building theJmsTemplate
instance implicitly.Affects: 4.1.1
Referenced from: commits e02c23e
The text was updated successfully, but these errors were encountered: