diff --git a/src/docbkx/event.xml b/src/docbkx/event.xml
index ad8ba93120..45318ec467 100644
--- a/src/docbkx/event.xml
+++ b/src/docbkx/event.xml
@@ -19,6 +19,14 @@
received events as Spring Integration Messages. To limit based on the type of event, configure the
list of event types that you want to receive with the 'eventTypes' property.
+
+ For convenience namespace support was provided to configureĀ ApplicationEventListeningChannelAdapter
+
+
+]]>
+
+ In the above sample, all Application Context events will be delivered as Spring Integration Messages to 'sampleEventChannel'.
+