<camel:when>
<camel:groovy>(request.body.requestType.equals("STATUS") && request.body.orderType.equals("INQSLND"))</camel:groovy>
<to uri="activemq:queue:orderInquiry?transferException=true"/>
<stop/>
</camel:when>
I have three other inquires that have unique suborder types that work fine but this type of inquiry is formatted differently so I have to look at more than one value. the && is the question. Any ideas? Google had no answers for me

New Topic/Question
Reply



MultiQuote


|