1. Problem with applySequence on Router and two aggregators - its bug or feature ? forum.springsource.orgProblem with applySequence on Router and two aggregators - its bug or feature ? I have problem with "applySequence" attribute processing. My scenario is described in attachment Apply-Sequence-Problem.jpg There is one ... |
2. Splitter + Router forum.springsource.orgHi! Imagine scenario: I have a message with a list of different kind of data (list with some kind of POJO). I would like to split that message (iterate over the ... |
3. Release strategy and recipient list router issue forum.springsource.orgI have discovered that my release strategy on my aggregator behaves differently if I set the recipient-list-router property 'apply-sequence' to true, let me explain further... The Setup ...I have an aggregator ... |
4. Content based router with default output channel? forum.springsource.orgContent based router with default output channel? I'd like to implement a content based router that uses a default output channel if the expression value doesn't match any of the mappings. ... |
5. Possible bug with int:recipient-list-router + output-channel forum.springsource.orgHello guys Working with SI 2.0.5 and doing some experiments with routers, I found out the follow situation If I use Code: |
6. is it a bug or is it the expected behavior with header-value-router forum.springsource.orgHello guys Yesterday the follow code work perfectly fine for two situations where for all the Messages sent it to the router, it can evaluate and decide in peace to which ... |
7. How I can define a dynamic channels for int:router's "method" referenced forum.springsource.orgWell if you doing it in code than you are essentially doing the same thing we do. In other words your if/else is an equivalent of |
8. Missing configuration or possible bug about int:router + List |
9. selector-expression with '<' gives syntax error in Router element forum.springsource.orgCode: |
10. router forum.springsource.orgHi, Please also let me know the way to use router one is thru annotation @router and the other one is of SPEL..? as I am using header type router and ... |
11. Infinite loop setting a handler after a router forum.springsource.orgHi all I have detected a serious bug. If i put a handler after a router, the handler's return causes an infinite loop (or StackOverflow). I have modified cafe demo putting ... |
12. Filter or Router needed? forum.springsource.orgFilter or Router needed? Hi, Quick question. If I need to perform a task when a filter drops a message can I do that using a filter or do I need ... |
13. Router Issue forum.springsource.orgRouter Issue I am trying to use the PayloadTypeRouter. I am setting the resolutionRequired property but it does not seem to be staying set. I can debug the code and see ... |
14. Router timeout config issue forum.springsource.orgThank you. I've set the target to 1.0.3. We'll take care of this along with a couple other router parsing issues that are in-progress. |
15. name space required for router forum.springsource.orgname space required for router Hi, Eclipse is showing an error for the |
16. Code custom router that aware of default-output-channel forum.springsource.orgHi. I am currently try to code a router that route some pojo based on its attribute. After go through the reference manual and some google, I failed to get any ... |
17. header-value-router forum.springsource.orgIt seems that the header-value-router only supports headers of type String. I have a jms header, specifically springintegration_jms_redelivered which is a Boolean, that I would like to route on. I can ... |
18. Difference between Router and If condition? forum.springsource.orgWhy can't I use a simple If condition instead of routers? What is the difference? Ofcourse, a router is also simple but why/when a router is required? Code: |
19. header-value-router forum.springsource.orgheader-value-router I'm using SI 1.3 I'm trying to use the header value router to do the following: If a message comes in with a header value of "specificValue" for head "specificHeader", ... |
20. Custom Router,Please help... forum.springsource.orgI need to build the Router logic for my msg pipe. Diff chanell will use diff XSD to Transform XML data to txt format.if you have any examples,please let me know. ... |
21. Dynamic Router Support forum.springsource.orgI'm trying to determine how best to implement the Dynamic Router pattern using Spring Integration as described here. The best I can see so far from searching the forums was to ... |