DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
<route>
<from uri="direct:start"/>
<toD uri="mock:${header.foo}"/>
</route> |
And in Java DSL
...
DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
| Code Block | ||||
|---|---|---|---|---|
| ||||
<route>
<from uri="direct:start"/>
<toD uri="mock:${header.foo}"/>
</route> |
And in Java DSL
...