summaryrefslogtreecommitdiffstats
path: root/sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite')
-rw-r--r--sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite2
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite b/sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite
index b4fcae1565..2166def160 100644
--- a/sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite
+++ b/sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite
@@ -27,7 +27,7 @@
<implementation.java class="weather.WeatherSubscriberComponent"/>
- <consumer name="weatherSubscriber">
+ <consumer name="weatherSubscriber" eventTypes="WeatherEvent">
<binding.jms initialContextFactory="org.apache.activemq.jndi.ActiveMQInitialContextFactory"
jndiURL="tcp://localhost:61619">
<destination name="WeatherQueue" create="ifnotexist"/>