We built a file-based delivery solution using Spring -Integration. This works great, but we need to process a lot of files. We are pleased with the Spring integration, but want to scale up. For this, we would like to use a messaging system such as Rabbit MQ (or other solutions). Does anyone have any experience with this in order for this to work?
There is a Spring Extension Project in the making (Spring AMQP) in which there will be some Spring integration adapters that will facilitate this.
There are several initiatives that already exist: http://www.opencredo.com/technologies/opencredo-amq (base for Spring AMQP)
Mark Fisher mentions on the S2G forum that SpringSource puts a little weight on it, so everything looks promising.
The Spring AMQP project is now at http://projects.spring.io/spring-amqp/
Frequently Asked Questions :
Can I create RabbitMQ applications using web frameworks (e.g. Spring or Ruby-On-Rails)?Yes. To begin with, Spring has good support for accessing messages in Java: the RabbitMQ Java client is just a POJO library.
You can find the Java API documentation here .
In addition, Spring adapters of integration channels are executed in the sandbox: http://git.springsource.org/spring-integration/sandbox
We would like some feedback if you can try.
If you are looking for a clean Java-based messaging solution, Apache ActiveMQ is a great option, it integrates perfectly with Spring, has a built-in mode in which it can be displayed in the process space of your application.
Must take a look at Spring XD, which does exactly what you want.
Source: https://habr.com/ru/post/1310434/More articles:device.uuid undefined in PhoneGap on Android? - androidIWAB0399E Error generating Java from WSDL: java.io.IOException: ERROR: Missing element inFault - javaShared cookies between WebView and HTTPClient? - androidScalable and interactive irregularly shaped image with javascript? - javascriptHow to trigger an event in a silverlight animation by keyframe? - eventsCan the Google Search Appliance / Mini output JSON / JSONP? - jsonjQuery small question I need help with - jqueryKeeping footer visible and 100% height in CSS - htmlWhy django.test.client.Client does not allow me to log in - pythonHow to determine if a process is associated with a System.Diagnostics.Process object? - c #All Articles