diff options
Diffstat (limited to 'sandbox/event/samples/event-jms/src/main/resources/weatherPublisher.composite')
-rw-r--r-- | sandbox/event/samples/event-jms/src/main/resources/weatherPublisher.composite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sandbox/event/samples/event-jms/src/main/resources/weatherPublisher.composite b/sandbox/event/samples/event-jms/src/main/resources/weatherPublisher.composite index 8c1e84adfc..9eb7e6c880 100644 --- a/sandbox/event/samples/event-jms/src/main/resources/weatherPublisher.composite +++ b/sandbox/event/samples/event-jms/src/main/resources/weatherPublisher.composite @@ -30,7 +30,7 @@ </service>
- <producer name="weatherPublisher">
+ <producer name="weatherPublisher" eventTypes="WeatherEvent">
<binding.jms initialContextFactory="org.apache.activemq.jndi.ActiveMQInitialContextFactory"
jndiURL="tcp://localhost:61619">
<destination name="WeatherQueue" create="ifnotexist"/>
|