channel « Database « Spring Q&A





1. spring poller against jdbc backed queue channel - Clustered mode    stackoverflow.com

Will a message get processed twice(meaning in more than 1 cluster node) in the below scenario? 1. A jdbc message store backed queue channel containing pending messages 2. Poller configured on the message ...

2. when does an AMQP/RabbitMQ channel with no connections die?    stackoverflow.com

I have a simple RabbitMQ test program randomly enqueuing messages, and another reading them, all using Spring-AMQP. If the consumer dies (for example killing a process without having a chance to ...

3. spring poller against jdbc backed queue channel - Clustered mode    forum.springsource.org

Will a message get processed twice(meaning in more than 1 cluster node) in the below scenario? 1. A jdbc message store backed queue channel containing pending messages 2. Poller configured on ...