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?
A:
The FAQ addresses this:
Can I create RabbitMQ applications using web frameworks (eg Spring, or Ruby-On-Rails)?
Yes. To begin with, Spring has good support for message access in Java: the RabbitMQ Java client is simply a POJO library.
You can find documentation about the Java client API here.
matt b
2010-05-21 00:09:51
+1
A:
There is a Spring Extensions project in the making (Spring AMQP) that will have some Spring Integration adapters that will make this easier.
There are several initiatives already out there like: http://www.opencredo.com/technologies/opencredo-amq (basis for Spring AMQP)
Mark Fisher mentioned on the S2G forum that SpringSource is putting some weight behind this, so things look promising.
iwein
2010-05-21 12:12:35