| Commit in servicemix/base/src/main/release/examples/bpel on MAIN | |||
| servicemix.xml | +2 | -1 | 1.1 -> 1.2 |
added endpoint and operation names
servicemix/base/src/main/release/examples/bpel
diff -u -r1.1 -r1.2 --- servicemix.xml 1 Aug 2005 07:13:29 -0000 1.1 +++ servicemix.xml 2 Aug 2005 18:35:54 -0000 1.2 @@ -15,7 +15,8 @@
<!-- Subscribe to a JMS destination -->
- <component id="inputService" service="pxe:JmService" class="org.servicemix.components.jms.JmsServiceComponent" destinationService="pxe:ProcessSVC">
+ <component id="inputService" service="pxe:JmService" class="org.servicemix.components.jms.JmsServiceComponent" + destinationService="pxe:ProcessSVC" destinationEndpoint="ProcessSVC" destinationOperation="Run">
<property name="template">
<bean class="org.springframework.jms.core.JmsTemplate">
<property name="connectionFactory">
