我正在使用文件组件
file:\\orderLocations
阅读邮件。 在UNIX / Linux环境中部署Camel路由应用程序。 在部署时,每个轮询都会给出此消息
Cannot poll as directory does not exists or its not a directory: /orderLocations
虽然我看到名称为
的文件夹\orderLocations
已创建。但是,它不会从那里轮询消息。
请指导在UNIX / LINUX环境中使用文件组件的正确方法
答案 0 :(得分:1)
您可以按照以下各种操作系统使用骆驼中的spring DSL
适用于Linux / Unix
function renderYtSubscribeButton(channel) {
var container = document.getElementById('youtubeContainer');
var options = {
'channel': channel,
'layout': 'default'
};
gapi.ytsubscribe.render(container, options);
}
window.onload = function() {
renderYtSubscribeButton("GoogleDevelopers");
}
</script>
适用于Windows
<from uri="file:/user/tempdir?delete=true"/>