Package org.springframework.jms.core
Core package of the JMS support. Provides a JmsTemplate class and various callback interfaces.
Interface Summary Interface Description BrowserCallback<T> Callback for browsing the messages in a JMS queue.JmsMessageOperations A specialization ofMessageSendingOperations,MessageReceivingOperationsandMessageRequestReplyOperationsfor JMS related operations that allow to specify a destination name rather than the actualDestinationJmsOperations Specifies a basic set of JMS operations.MessageCreator Creates a JMS message given aSession.MessagePostProcessor To be used with JmsTemplate's send method that convert an object to a message.ProducerCallback<T> Callback for sending a message to a JMS destination.SessionCallback<T> Callback for executing any number of operations on a providedSession.Class Summary Class Description JmsMessagingTemplate An implementation ofJmsMessageOperations.JmsTemplate Helper class that simplifies synchronous JMS access code.