To deploy servicemix-eip endpoints into a ServiceMix configuration file,
embed your endpoints at the point shown in the following example:
<beans xmlns:sm="http://servicemix.apache.org/config/1.0"
xmlns:eip="http://servicemix.apache.org/eip/1.0">
<sm:container ...>
<sm:activationSpecs>
<sm:activationSpec>
<sm:component>
<eip:component>
<eip:endpoints>
... add EIP patterns here ...
</eip:endpoints>
</eip:component>
</sm:component>
</sm:activationSpec>
...
</sm:activationSpecs>
</sm:container>
...
</beans>