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?
|
feedback
|
|
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. | ||||
|
feedback
|
|
The Spring AMQP project is now at http://springsource.org/spring-amqp | |||
|
feedback
|
|
The FAQ addresses this:
You can find documentation about the Java client API here. | |||
|
feedback
|
|
Also, the Spring Integration Channel Adapters are in progress within the sandbox: http://git.springsource.org/spring-integration/sandbox We'd love to get some feedback if you are able to give it a try. | |||||
feedback
|
|
If you are looking for a pure java based messaging solution, Apache ActiveMQ would be a great fit, it integrates wonderfully with Spring, has an embedded mode where it can brought up in the process space of your application | |||
|
feedback
|