Can you show us please your Camel route ? Have you created a Camel Unit Test to verify that the mock component receive the camel exchange and that the info is logged ? BTW, why do you use mock component instead of a bean, log processors ?
On Thu, Jan 23, 2014 at 3:36 AM, contactreji <[email protected]> wrote: > Hi All > > I was using mock component as a sink element in one of the stubs i had > created representing a destination system. > > Once pushed to mock:end, it is not used by any assertions statements / > logic. > > *I wanted to know if the exchanges pushed to mock:end component will stay > in > memory or is the exchange destroyed by Garbage collector. > * > I am pushing about 50 xml data to mock:end every second. Would that over a > period of time, fill up the jvm? > > Regards > Reji Mathews > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-mock-end-tp5746370.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Charles Moulliard Apache Committer / Architect @RedHat Twitter : @cmoulliard | Blog : http://cmoulliard.github.io
