PublishEventNotifier - Should not emit events during startup/shutdown and not spawn new events when processing event --------------------------------------------------------------------------------------------------------------------
Key: CAMEL-3187 URL: https://issues.apache.org/activemq/browse/CAMEL-3187 Project: Apache Camel Issue Type: Bug Components: camel-core Affects Versions: 2.4.0 Reporter: Claus Ibsen Assignee: Claus Ibsen Fix For: 2.5.0 When an event is being send to an endpoint using PublishEventNotifier it may create new events, and so forth. This causes a flood of events. Also further complications occur during start/shutdown of Camel when you send events to routes, which are then being graceful shutdown. Therefore this event notifier should *only* publish if camel is fully started and running. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.