Spring integration with RabbitMQ
Posted
by Albert
on Stack Overflow
See other posts from Stack Overflow
or by Albert
Published on 2010-05-20T23:10:10Z
Indexed on
2010/06/14
6:12 UTC
Read the original article
Hit count: 394
We have build a solution based on file based delivery using Spring-Integration. This works fine but we need to process many files. We are happy with Spring Integration but we want to scale up. For this we'd like to use a messaging system like Rabbit MQ(or other solutions). Does anybody have experience with this, what's needed to get this working?
© Stack Overflow or respective owner