Following is the code which is not working: SampleGrailsPlugin.groovy

def doWithSpring = {
 integration{
  'recipient-list-router'(id:'listenerRouter','input-channel':'inChannel')
  {
   recipient('selector-expression':"false",'channel':'outChannel')
  }
 }
}

What ever value I give in 'selector-expression', message is getting routed to 'outChannel'. Can somebody help?

Thank you

Keerthi

link|improve this question
I am using Grails 1.3.4 and using org.springframework.integration-1.0.3.RELEASE.jar -- could this be the problem? Do I have to use Spring integration 2.0 release for this? – keerthi Jun 24 '11 at 19:16
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.