[ 
https://issues.apache.org/jira/browse/CAMEL-913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982663#action_12982663
 ] 

Tracy Snell commented on CAMEL-913:
-----------------------------------


We could have quartz when it's a Producer send the exchange to an endpoint 
based on the actual config. Additionally allowing for overriding/setting values 
by sending them in the headers.

{code}
from("jms:SomeQueue")
   
.to("quartz://myGroup/myTimer?trigger.repeatInterval=2000&trigger.repeatCount=1&endpoint=jms:topic:SomeTopic");
{code}

> 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.

Reply via email to