Router « Web « Spring Q&A





1. Problem with applySequence on Router and two aggregators - its bug or feature ?    forum.springsource.org

Problem 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.org

Hi! 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.org

I 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.org

Content 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.org

Hello 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.org

Hello 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.org

Well 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 . Internally we use ChannelResolver ...

8. Missing configuration or possible bug about int:router + List    forum.springsource.org

private List listChannels; private DirectChannel dvdChannel; private DirectChannel instrumentoMusicalChannel; @Value("#{dvdChannel}") public void setDvdChannel(DirectChannel dvdChannel) { this.dvdChannel = dvdChannel; } @Value("#{instrumentoMusicalChannel}") public void setInstrumentoMusicalChannel(DirectChannel instrumentoMusicalChannel) ...

9. selector-expression with '<' gives syntax error in Router element    forum.springsource.org

Code: The second int:recipient selector expression is not accepting '<' than ...





10. router    forum.springsource.org

Hi, 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.org

Hi 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.org

Filter 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.org

Router 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.org

Thank 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.org

name space required for router Hi, Eclipse is showing an error for the tag, can anyone please let me know the namespace i need to include to overcome this... below ...

16. Code custom router that aware of default-output-channel    forum.springsource.org

Hi. 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.org

It 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.org

Why 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.org

header-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.org

I 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.org

I'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 ...