我使用带有activemq和camel-http的apache camel,在消息发送到端点并且请求失败后,我仍然会丢失队列中的消息。如果请求失败,则消息不丢失是必要的。我怎样才能做到这一点?
<route>
<from uri="activemq://db_record_rows"/>
<to uri="http://localhost:3000" />
</route>
我使用带有activemq和camel-http的apache camel,在消息发送到端点并且请求失败后,我仍然会丢失队列中的消息。如果请求失败,则消息不丢失是必要的。我怎样才能做到这一点?
<route>
<from uri="activemq://db_record_rows"/>
<to uri="http://localhost:3000" />
</route>