You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by zzkozak <ma...@pikula.de> on 2013/07/29 13:38:35 UTC

What is the best practice for trigger

Hi,

 I have the following route:

 It's running in my, so called, "integration server". It is handling
discount updates from other system. At the end of the processing I would
like to trigger the shopping system to update the discount (because they are
cached). What is the best practice to do it? I could simply forward the
original message "<to uri="jms:queue:shop.trigger.discount"/> but I would
like to avoid to send the whole payload of the discount.

 Thank you,
Marcin



--
View this message in context: http://camel.465427.n5.nabble.com/What-is-the-best-practice-for-trigger-tp5736422.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: What is the best practice for trigger

Posted by zzkozak <ma...@pikula.de>.
I just learned that there exist a JMX Endpoint which I can use in this case,
since our shop system offers an MBean with a method for reloading the
discounts.



--
View this message in context: http://camel.465427.n5.nabble.com/What-is-the-best-practice-for-trigger-tp5736422p5736427.html
Sent from the Camel - Users mailing list archive at Nabble.com.