spring-integration
Asynchronously processing the attached files in an email (Spring Mail Integration)
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).[详细]
2023-04-12 22:30 分类:问答Connection Pool Size for Fixed Thread Program
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.[详细]
2023-04-07 07:48 分类:问答Spring Integration Images for use in Visio
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[详细]
2023-04-06 02:55 分类:问答Spring integration: difficulty with transaction between 2 activators
I have this use case. First chain: <int:chain input-channel=\"inserimentoCanaleActivate\" output-channel=\"inserimentoCanalePreRouting\">[详细]
2023-04-04 06:37 分类:问答Generalize http:outbound-gateway reply-channel
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[详细]
2023-03-29 16:40 分类:问答Spring Integration JMS Outbound adapter transaction control
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[详细]
2023-03-28 17:52 分类:问答Spring Integration: Split message again after using aggregate?
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[详细]
2023-03-25 23:25 分类:问答How to Route a Message based on content using Spring Integration 2.0.5?
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[详细]
2023-03-25 21:10 分类:问答spring poller against jdbc backed queue channel - Clustered mode
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[详细]
2023-03-22 18:49 分类:问答Pub-Sub error handling strategy
Here is my channels set-up: A jdbc message-store backed queue A bridge connecting the queue to a pub-sub channel[详细]
2023-03-21 14:49 分类:问答