Re: Unit Test with @producer endpoints

2020-07-03 Thread Claus Ibsen
You need to mark to skip also for intercept send to endpoint. On Fri, Jul 3, 2020 at 9:09 PM Michael Rambichler wrote: > > Dear Camel Specialists, > > I have an EventNotifier where I send a message to another camel endpoint > (JMS Queue) from a POJO. > This works fine. > > But I cannot test this

Unit Test with @producer endpoints

2020-07-03 Thread Michael Rambichler
Dear Camel Specialists, I have an EventNotifier where I send a message to another camel endpoint (JMS Queue) from a POJO. This works fine. But I cannot test this Notifier because of this @Producer Endpoint. *My EventNotifier:* public class TrackingEventNotifier extends EventNotifierSupport {