Updated the composite files so that the Producer and Consumer elements have @eventType attributes

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@709167 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
edwardsmj 2008-10-30 14:17:56 +00:00
parent 9902583f83
commit a678ab8836
2 changed files with 2 additions and 2 deletions

View file

@ -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"/>

View file

@ -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"/>