If I have a Spring app with a mail server inbound channel, what is the best way to process every file in every email (I poll approx. every 1 min, and fetch 1 email with multiple attachments).
I have a fixed thread java program. It is implemented with Spring Integration and ActiveMQ. Fixed thread here means that program has multiple threads but the count of them in runtime don\'t change.
Does anyone know where some Spring style integration images can be found for use in Visio - just a stencil or where one could possible download the images used in the Spring Integration designer GUI a
I have this use case. First chain: <int:chain input-channel=\"inserimentoCanaleActivate\" output-channel=\"inserimentoCanalePreRouting\">
Given a gateway that handles service calls to a ws. My goal is to supply the http:outbound-gateway\'s reply-channel using header-enricher since I\'ll be adding multiple methods to gateway and I would
in order to reach high performance production of messages with jms with transactions enabled, one needs to control the amount of messages being sent on each transaction, the larger the number the high
In my Spring Integration powered project I have a splitter and payload-router for sending my data to various transformers. The new \"transformed\" objects are then passed back to an aggregator and pro
I started out using the si-xml:xpath-router but I ran into a roadblock.Am I usingcorrect router but wrong implementation?If I\'m using the incorrect router, which one should I be using, i.e. default r
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
Here is my channels set-up: A jdbc message-store backed queue A bridge connecting the queue to a pub-sub channel