Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试使用示例流程和调度程序流程来做到这一点。但它们是按固定间隔工作的,不要等待完成上一条消息。
如果响应正常,转发消息处理器(类 ScheduledMessageForwardingProcessor)在将存储中的下一条消息出列之前等待 http 响应。
如果出现错误,例如 404,它会回滚 JMS 事务并一次又一次地继续处理相同的消息。
ScheduledMessageForwardingProcessor 的定义中使用的时间间隔是 MP 在响应后将下一条消息出列的时间间隔。