Spring-integration:仅在发送电子邮件时将消息放入JMS队列

时间:2014-12-29 19:34:29

标签: email spring-integration

我想发送邮件,并且只有在这有效时才会将消息放入JMS队列。 我该怎么做?我找不到任何邮件:outbound-gateway。

OBS:现在我正在使用发布 - 订阅频道,但这不是我需要的。

1 个答案:

答案 0 :(得分:0)

  

OBS:到现在为止我正在使用发布 - 订阅频道,但这不是我需要的。

为什么不呢?

有几种技巧可以做到这一点:

  1. 向JMS端点发布订阅频道第二个订阅者(邮件order="1",jms order="2")(ignore-failures="false" - 默认值)。
  2. 收件人列表路由器
  3. Expression Evaluating Request Handler Advice