I have the following configuration for my MQueue:
I actually had to set autoStartup to true.
autoStartup
Since I can't do that using jms:listener-container, I instanciated a DefaultMessageListenerContainer bean and set the autoStartup property to false.
jms:listener-container
DefaultMessageListenerContainer
Here's the code that worked for me :