It's my first question here in stackoverflow. I'm working in a project which involves Spring AMQP. For the development I found this tutorial: Spring AMQP Example
When I run the ListenerContainer class, I get this exception:
- Caused by: org.springframework.amqp.AmqpIllegalStateException: No default listener method specified: Either specify a non-null value for the 'defaultListenerMethod' property or override the 'getListenerMethodName' method.
I've been searching the solution but I can't solve it.
If anyone can help me I'll be grateful.