Generated by
JDiff

Interface org.springframework.jms.core.JmsOperations

Added Methods
Message sendAndReceive(Destination, MessageCreator) Send a message and receive the reply from the specified destination.
Message sendAndReceive(String, MessageCreator) Send a message and receive the reply from the specified destination.
Message sendAndReceive(MessageCreator) Send a request message and receive the reply from a default destination.