Since we're on a major migration process of this website, some component documents here are out of sync right now. In the meantime you may want to look at the early version of the new website
https://camel.apache.org/staging/
We would very much like to receive any feedback on the new site, please join the discussion on the Camel user mailing list.
EventAdmin componentAvailable in Camel 2.6 The DependenciesMaven users need to add the following dependency to their <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-eventadmin</artifactId> <version>${camel-version}</version> </dependency> where URI formateventadmin:topic[?options] where URI options
Message headers
Message bodyThe Example usage<route> <from uri="eventadmin:*"/> <to uri="stream:out"/> </route> |