0
我是駱駝新手,將它用於由Spring DSL和camel servlet配置的http路由。不幸的是,路由「到」像這樣沒有工作的:駱駝:在DSL中使用EL動態休息uri路徑不可能?
<to uri="https://host/path/${headers.pname1}/2016/11?bridgeEndpoint=true"/>
其中$ {} headers.pname1是從Servlet中的HTTP輸入HTTP查詢字符串參數。
如何在uri路徑中使用表達式語言?
查看本FAQ:http://camel.apache.org/how-to-use-a-dynamic-uri-in-to.html –