Articles
Page edited by Claus Ibsen
Changes (2)
...
* [Using Apache Camel to route SOAP calls through message queues|http://www.jroller.com/gmazza/entry/cam
How do I name my routes?
Page added by Claus Ibsen
How do I name my routes?
You can assign names to your routes in Java DSL using routeId
from("direct:start").routeId("myRoute")
.to(mock:bar);
And in Spring XML using the id attribut
Modified: camel/trunk/tests/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/tests/pom.xml?rev=1023565&r1=1023564&r2=1023565&view=diff
==
--- camel/trunk/tests/pom.xml (original)
+++ camel/trunk/tests/pom.xml Sun Oct
Author: hadrian
Date: Sun Oct 17 19:26:28 2010
New Revision: 1023564
URL: http://svn.apache.org/viewvc?rev=1023564&view=rev
Log:
[maven-release-plugin] copy for tag camel-2.5.0
Added:
camel/tags/camel-2.5.0/
- copied from r1023563, camel/trunk/
Modified:
camel/trunk/examples/camel-example-reportincident-ws-security-osgi/pom.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-reportincident-ws-security-osgi/pom.xml?rev=1023563&r1=1023562&r2=1023563&view=diff
===
Author: hadrian
Date: Sun Oct 17 16:40:37 2010
New Revision: 1023524
URL: http://svn.apache.org/viewvc?rev=1023524&view=rev
Log:
Updated javadoc for the Exchange api
Modified:
camel/trunk/camel-core/src/main/java/org/apache/camel/Exchange.java
Modified: camel/trunk/camel-core/src/main/java/o
Author: hadrian
Date: Sun Oct 17 14:37:27 2010
New Revision: 1023508
URL: http://svn.apache.org/viewvc?rev=1023508&view=rev
Log:
checkstyle fix for release
Modified:
camel/trunk/components/camel-ldap/src/test/java/org/apache/camel/component/ldap/LdapRouteTest.java
Modified:
camel/trunk/com
Author: krasserm
Date: Sun Oct 17 14:24:09 2010
New Revision: 1023505
URL: http://svn.apache.org/viewvc?rev=1023505&view=rev
Log:
GAE SDK 1.3.8 jars
Added:
camel/m2-repo/com/google/appengine/appengine-api-1.0-sdk/1.3.8/
camel/m2-repo/com/google/appengine/appengine-api-1.0-sdk/1.3.8/appen
Author: davsclaus
Date: Sun Oct 17 09:50:20 2010
New Revision: 1023448
URL: http://svn.apache.org/viewvc?rev=1023448&view=rev
Log:
Tabs to spaces
Modified:
camel/trunk/examples/camel-example-cxf-proxy/src/main/resources/META-INF/spring/camel-config.xml
Modified:
camel/trunk/examples/camel-
CXF Proxy Example
Page edited by Claus Ibsen
Changes (1)
...
The reply from the real web service is then logged and use as reply for the proxied web service
10 matches
Mail list logo