summaryrefslogtreecommitdiffstats
path: root/sandbox/event/samples/event-jms/src/main/resources/weatherPublisher.composite
diff options
context:
space:
mode:
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.composite4
1 files changed, 4 insertions, 0 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 6b2e59dc8f..8c1e84adfc 100644
--- a/sandbox/event/samples/event-jms/src/main/resources/weatherPublisher.composite
+++ b/sandbox/event/samples/event-jms/src/main/resources/weatherPublisher.composite
@@ -31,6 +31,10 @@
<producer name="weatherPublisher">
+ <binding.jms initialContextFactory="org.apache.activemq.jndi.ActiveMQInitialContextFactory"
+ jndiURL="tcp://localhost:61619">
+ <destination name="WeatherQueue" create="ifnotexist"/>
+ </binding.jms>
</producer>
</component>