SimpleMessageListenerContainer doesn't start on time

519 views Asked by At

Unable to start SimpleMessageListenerContainer in reasonable amount of time. What could cause this problem?

The broker is up and running ok.

Container blocks on the method that is shown bellow.

enter image description here

The log is cycling for all created queues but it takes to long, the sample is provided below.

https://gist.github.com/anonymous/d1a4339eb345eb0ce050

Spring AMQP v.1.4.4

Rabbit config is default (with several enabled plugins like x-consistent-hash)

And it worked pretty fast when we used on consumer per queue.

0

There are 0 answers