Uses of Package
org.springframework.jms.core
Packages that use org.springframework.jms.core
Package
Description
Core package of the JMS support.
Classes supporting the 
org.springframework.jms.core package.- 
Classes in org.springframework.jms.core used by org.springframework.jms.coreClassDescriptionCallback for browsing the messages in a JMS queue.A fluentJmsClientwith common send and receive operations against a JMS destination, dealing with Spring's commonMessageor with payload values.A mutable builder for creating aJmsClient.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.Specifies a basic set of JMS operations.Helper class that simplifies synchronous JMS access code.Creates a JMS message given aSession.Post-processes aMessage.Callback for sending a message to a JMS destination.Callback for executing any number of operations on a providedSession.
- 
Classes in org.springframework.jms.core used by org.springframework.jms.core.support