程序包的使用
org.springframework.jms.core
使用org.springframework.jms.core的程序包 程序包 说明 org.springframework.jms.core Core package of the JMS support.org.springframework.jms.core.support Classes supporting theorg.springframework.jms.corepackage.org.springframework.jms.core使用的org.springframework.jms.core中的类 类 说明 BrowserCallback 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 actualDestination.JmsOperations Specifies a basic set of JMS operations.JmsTemplate Helper class that simplifies synchronous JMS access code.MessageCreator Creates a JMS message given aSession.MessagePostProcessor To be used with JmsTemplate's send method that converts an object to a message.ProducerCallback Callback for sending a message to a JMS destination.SessionCallback Callback for executing any number of operations on a providedSession.org.springframework.jms.core.support使用的org.springframework.jms.core中的类 类 说明 JmsTemplate Helper class that simplifies synchronous JMS access code.