[
https://issues.apache.org/jira/browse/CAMEL-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12984034#action_12984034
]
Claus Ibsen commented on CAMEL-913:
-----------------------------------
Tracy and I had a chat on IRC.
I think he misunderstood the ticket and made it overcomplicated.
Basically what it is: a delayed recipient list.
eg you have a message at hand, and what you want to do is: send this message to
X endpoint in Y time from now.
Its a one-shot message, so it should not repeat or do anything like that.
A use case could be that you process a message, and in 5 min from now you want
something to happen.
So you can send a message to a timer with +5 min with some payload and tell it
to send it to a route, which then routes that message.
Does it make sense?
> sending a message to a timer or quartz endpoint should create a new timer -
> which when it fires, a message is sent to an endpoint specified by a header.
> --------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: CAMEL-913
> URL: https://issues.apache.org/jira/browse/CAMEL-913
> Project: Camel
> Issue Type: Improvement
> Reporter: james strachan
> Fix For: Future
>
>
> e.g. if you sent a message with headers
> {code}
> CamelReplyTo = activemq:cheese
> CamelTimerDelay = 1000
> {code}
> it'd send a message to activemq:cheese in a second
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.