Generated by
JDiff

Class org.springframework.jms.listener.DefaultMessageListenerContainer

Changed Methods
void setConcurrentConsumers(int) Documentation changed from old to new.
Specify the number of concurrent consumers to create.
void setMaxConcurrentConsumers(int) Documentation changed from old to new.
Specify the maximum number of concurrent consumers to create.
void validateConfiguration() Method was locally defined, but is now inherited from AbstractMessageListenerContainer.