Package org.springframework.jms.core
@NonNullApi
@NonNullFields
package org.springframework.jms.core
Core package of the JMS support.
Provides a JmsTemplate class and various callback interfaces.
-
ClassDescriptionCallback for browsing the messages in a JMS queue.A specialization of
MessageSendingOperations,MessageReceivingOperationsandMessageRequestReplyOperationsfor JMS related operations that allow to specify a destination name rather than the actualDestination.An implementation ofJmsMessageOperations.Specifies a basic set of JMS operations.Helper class that simplifies synchronous JMS access code.Creates a JMS message given aSession.To be used with JmsTemplate's send method that converts an object to a message.Callback for sending a message to a JMS destination.Callback for executing any number of operations on a providedSession.