Uses of Package
org.springframework.jms.core
Package
Description
Core package of the JMS support.
Classes supporting the
org.springframework.jms.core
package.-
ClassDescriptionCallback for browsing the messages in a JMS queue.A specialization of
MessageSendingOperations
,MessageReceivingOperations
andMessageRequestReplyOperations
for JMS related operations that allow to specify a destination name rather than the actualDestination
.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
. -