Re: Send message on startup

2010-05-17 Thread DanD
w this message in context: http://old.nabble.com/Send-message-on-startup-tp28404593p28586079.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Send message on startup

2010-04-29 Thread Claus Ibsen
igure this on the CamelContext. http://camel.apache.org/advanced-configuration-of-camelcontext-using-spring.html > View this message in context: > http://old.nabble.com/Send-message-on-startup-tp28404593p28404593.html > Sent from the Camel - Users mailing list archive at Nabble.com. > >

Re: Send message on startup

2010-04-29 Thread Willem Jiang
Hi, You may consider to user the event component[1], if you are using Spring to start the camel context. Otherwise, you may need to add a hook to send the message out when stat the camel context. [1] http://camel.apache.org/event.html Willem jtodd wrote: I'd like to send a message to an Act

Send message on startup

2010-04-29 Thread jtodd
I'd like to send a message to an Active MQ topic when the Camel context starts up. What the best way to accomplish this? -- View this message in context: http://old.nabble.com/Send-message-on-startup-tp28404593p28404593.html Sent from the Camel - Users mailing list archive at Nabble.com.