Package org.springframework.jms.core
@NullMarked
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 fluent
JmsClientwith common send and receive operations against a JMS destination, dealing with Spring's commonMessageor with payload values.Common JMS send and receive operations with various settings.A specialization ofMessageSendingOperations,MessageReceivingOperationsandMessageRequestReplyOperationsfor JMS related operations that allow to specify a destination name rather than the actualDestination.An implementation ofJmsMessageOperations, as a wrapper on top of Spring's traditionalJmsTemplate.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.