Class JmsMessagingTemplate

All Implemented Interfaces:
InitializingBean, JmsMessageOperations, MessageReceivingOperations<jakarta.jms.Destination>, MessageRequestReplyOperations<jakarta.jms.Destination>, MessageSendingOperations<jakarta.jms.Destination>

public class JmsMessagingTemplate extends AbstractMessagingTemplate<jakarta.jms.Destination> implements JmsMessageOperations, InitializingBean
An implementation of JmsMessageOperations, as a wrapper on top of Spring's traditional JmsTemplate. Aligned with the spring-messaging module and GenericMessagingTemplate.

Note: Operations in this interface throw MessagingException instead of the JMS-specific JmsException, aligning with the spring-messaging module and its other client operation handles.

Since:
4.1
Author:
Stephane Nicoll, Juergen Hoeller
See Also: