Registering a listener service with setMessageListener
问题 I have a spring amqp app that i want to use but i can't seem to know how to get it to register my listener service. This is my annotation based configuration file. package com.jerry.configuration; import org.springframework.amqp.core.AmqpAdmin; import org.springframework.amqp.core.Queue; import org.springframework.amqp.rabbit.connection.CachingConnectionFactory; import org.springframework.amqp.rabbit.connection.ConnectionFactory; import org.springframework.amqp.rabbit.core.RabbitAdmin; import