Spring.Messaging.Amqp.Rabbit
Spring.Messaging.Amqp.Rabbit.Listener.Adapter Namespace
See Also  Inheritance Hierarchy Send Feedback
Message listener adapter mechanism that delegates to target listener methods, converting messages to appropriate message content types (such as String or byte array) that get passed into listener methods.

Classes

 ClassDescription
ClassListenerExecutionFailedException Exception to be thrown when the execution of a listener method failed.
ClassMessageListenerAdapter Message listener adapter that delegates the handling of messages to target listener methods via reflection, with flexible message type conversion. Allows listener methods to operate on message content types, completely independent from the Rabbit API.

See Also

© 2010 All Rights Reserved.