Hi,

I am new to messaging system and have queries on SimpleMessageListenerContainer. Actually our team is developing a messaging system using RabbitMQ, but now we want to take benefits of Spring AMQP, so we have decided to do some prototyping.

Queries (My questions may be irrelevant because I am new to this topic, so please ........ )

Can I have multiple SimpleMessageListenerContainer's in my application context?

Can I add more than one "Message-driven POJO" (aka Delegate/Handler/Actual Consumer) in SimpleMessageListenerContainer?

Can I do something like configuring multiple Consumers with one Queue?

Thanks
Kaps