beans = {
  xmlns integration:"http://www.springframework.org/schema/integration"
  xmlns mail:"http://www.springframework.org/schema/integration/mail"
  xmlns jms:"http://www.springframework.org/schema/integration/jms"
}
After that you can define your channels like:
  integration.channel(id:'inboundEmailChannel')
 
No comments:
Post a Comment