Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.Chapter 27. EventAdmin
EventAdmin component Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Available in Camel 2.6
The
eventadmin
component can be used in an OSGi environment to receive OSGi EventAdmin events and process them.
Dependencies Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Maven users need to add the following dependency to their
pom.xml
where
$\{camel-version\}
must be replaced by the actual version of Camel (2.6.0 or higher).
URI format Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
eventadmin:topic
eventadmin:topic
where
topic
is the name of the topic to listen too.
URI options Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Name | Default value | Description |
---|
Message headers Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Name | Type | Message | Description |
---|
Message body Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
The
in
message body will be set to the received Event.
Example usage Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!