You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by ed...@apache.org on 2008/10/30 15:17:56 UTC

svn commit: r709167 - in /tuscany/sandbox/event/samples/event-jms/src/main/resources: weatherPublisher.composite weatherSubscriber.composite

Author: edwardsmj
Date: Thu Oct 30 07:17:56 2008
New Revision: 709167

URL: http://svn.apache.org/viewvc?rev=709167&view=rev
Log:
Updated the composite files so that the Producer and Consumer elements have @eventType attributes 

Modified:
    tuscany/sandbox/event/samples/event-jms/src/main/resources/weatherPublisher.composite
    tuscany/sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite

Modified: tuscany/sandbox/event/samples/event-jms/src/main/resources/weatherPublisher.composite
URL: http://svn.apache.org/viewvc/tuscany/sandbox/event/samples/event-jms/src/main/resources/weatherPublisher.composite?rev=709167&r1=709166&r2=709167&view=diff
==============================================================================
--- tuscany/sandbox/event/samples/event-jms/src/main/resources/weatherPublisher.composite (original)
+++ tuscany/sandbox/event/samples/event-jms/src/main/resources/weatherPublisher.composite Thu Oct 30 07:17:56 2008
@@ -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"/>

Modified: tuscany/sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite
URL: http://svn.apache.org/viewvc/tuscany/sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite?rev=709167&r1=709166&r2=709167&view=diff
==============================================================================
--- tuscany/sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite (original)
+++ tuscany/sandbox/event/samples/event-jms/src/main/resources/weatherSubscriber.composite Thu Oct 30 07:17:56 2008
@@ -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"/>