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.composite4
1 files changed, 4 insertions, 0 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 eac1b242ea..b4fcae1565 100644
--- a/sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite
+++ b/sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite
@@ -28,6 +28,10 @@
<consumer name="weatherSubscriber">
+ <binding.jms initialContextFactory="org.apache.activemq.jndi.ActiveMQInitialContextFactory"
+ jndiURL="tcp://localhost:61619">
+ <destination name="WeatherQueue" create="ifnotexist"/>
+ </binding.jms>
</consumer>
</component>