以下は動作しないコードです: SampleGrailsPlugin.groovy
def doWithSpring = {
integration{
'recipient-list-router'(id:'listenerRouter','input-channel':'inChannel')
{
recipient('selector-expression':"false",'channel':'outChannel')
}
}
}
「selector-expression」にどんな値を指定しても、メッセージは「outChannel」にルーティングされます。誰か助けてくれませんか?
ありがとうございました
キールティ