Uses of Interface
org.springframework.jms.core.MessagePostProcessor
Packages that use MessagePostProcessor
-
Uses of MessagePostProcessor in org.springframework.jms.core
Methods in org.springframework.jms.core with parameters of type MessagePostProcessorModifier and TypeMethodDescriptionvoidJmsOperations.convertAndSend(Destination destination, Object message, MessagePostProcessor postProcessor) Send the given object to the specified destination, converting the object to a JMS message with a configured MessageConverter.voidJmsOperations.convertAndSend(Object message, MessagePostProcessor postProcessor) Send the given object to the default destination, converting the object to a JMS message with a configured MessageConverter.voidJmsOperations.convertAndSend(String destinationName, Object message, MessagePostProcessor postProcessor) Send the given object to the specified destination, converting the object to a JMS message with a configured MessageConverter.voidJmsTemplate.convertAndSend(Destination destination, Object message, MessagePostProcessor postProcessor) voidJmsTemplate.convertAndSend(Object message, MessagePostProcessor postProcessor) voidJmsTemplate.convertAndSend(String destinationName, Object message, MessagePostProcessor postProcessor)