Generated by
JDiff

Class org.springframework.jms.support.destination.JmsDestinationAccessor

Added Methods
Message receiveFromConsumer(MessageConsumer, long) Actually receive a message from the given consumer.
 

Added Fields
long RECEIVE_TIMEOUT_INDEFINITE_WAIT Timeout value indicating a blocking receive without timeout.
long RECEIVE_TIMEOUT_NO_WAIT Timeout value indicating that a receive operation should check if a message is immediately available without blocking.