spring config/channel error/error handler
Have a few related questions here.
I have my project working but I am getting some annoying errors.
First I am getting a ShutdownSignalException -> UnknownChannelException: Unknown channel number 2.
Perhaps I have the queue configured wrong? Think I read somewhere that queues will delete if not in use, but I have a background listener (SimpleListenerContainer) and rabbitmqctl still shows the queue. I am not clear on this channel business either.
Its probably just me but the spring-amqp documentation seems weak, especially for using xml config (I know it appears old school now). For instance section 1.8 says that I can inject an ErrorHandler into SimpleMessageListenerContainer, how? I have looked at the class and do not see an attribute to set.
and where do I find the schema for spring-intergration-amqp