腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(2750)
视频
沙龙
1
回答
有没有
办法
在
searchTerm
(
Apache
Camel
Mail
组件
)
中
添加
Startswith
?
spring-boot
、
apache-camel
Camel
Mail
组件
文档中有一个示例,解释了如何使用
SearchTerm
过滤包含字符串的主题。然而,我正在寻找一种方法来阅读具有主题startWith特定字符串的电子邮件。我是
Camel
route的新手,并尝试使用以下内容: <from uri="imaps://mymailseerver?username=foo&password=secret&
searchTerm
.subject=
Cam
浏览 10
提问于2019-11-17
得票数 0
回答已采纳
2
回答
MessagingException:
在
发送带有附件的邮件时缺少起始边界
apache-camel
、
jakarta-mail
、
tomcat8
它等待一封带有特定主题的电子邮件,根据邮件
中
的参数创建一个PDF,并将此PDF发送给发件人。当我
在
Eclipse
中
作为Junit测试用例启动该路由时,它的工作原理就像一种魅力,但在Linux服务器上的Tomcat
中
运行它时,当它尝试发送带有PDF附件的电子邮件时,它会与“:缺失开始边界”一起崩溃) at org.
apache</
浏览 3
提问于2014-11-17
得票数 1
1
回答
Apache
Camel
类型转换器列表
apache-camel
Apache
Camel
有超过300+类型的转换器可供开箱即用。作为一名开发人员,我还可以
添加
更多的类型转换器。但是
有没有
办法
可以找到开箱即用的驼峰类型转换器的完整列表?我
在
GitHub
中
搜索了驼峰源,但是找不到列表。这将帮助我决定是应该提供一个实现,还是可以使用
Camel
中
已经提供的实现。 我知道当我们将类型转换器
添加
到类路径
中
时,许多
组件
都可以
添加
类型转换器。
浏览 37
提问于2020-09-25
得票数 0
2
回答
opc-ua milo项目骆驼路线
eclipse
、
apache-camel
、
opc-ua
、
milo
我正在创建一个实现OPC连接的
Camel
,Spring引导应用程序。到目前为止,我已经成功地运行了从获得的示例。现在,我的任务是创建一个
camel
路由,该路由将连接到运行在不同机器上的opc服务器,从该服务器读取数据并存储
在
一个jms队列
中
。
在
示例代码
中
,当连接到服务器时,服务器的端点被指定为- "opc.tcp://127.0.0.1:49384/SWToolbox.TOPServer.V6"。现在在骆驼路由代码段
中
,
浏览 6
提问于2017-12-11
得票数 1
1
回答
Apache
Camel
AHC
组件
示例test-source jar
asynchronous
、
apache-camel
我正在使用
Apache
Camel
2.8及其AHC
组件
创建一个POC。我
在
Apache
Camel
网站的examples部分找不到任何相同的例子。此外,
在
AHC
组件
详细信息页面上,示例仅显示发送到单个URL.For的请求,以异步方式将请求发送到多个URL,并处理它们的回调和响应,我看不到任何示例。另外,我
在
本地的maven存储库
中
寻找
Camel
组件
的单元测试,但是找不到测试源JA
浏览 0
提问于2011-09-09
得票数 1
2
回答
通过javacode向Spring3
添加
组件
java
、
spring
、
activemq
、
apache-camel
有没有
办法
在
Spring的applicationConfig
中
通过javacode
添加
ActiveMQ
组件
?<bean id="activemq" class="org.
apache
.activemq.
camel
.component.ActiveMQComponent">
浏览 0
提问于2012-06-27
得票数 1
回答已采纳
1
回答
如何在
apache
camel
的google邮件
组件
中
为消费者设置所需的参数
java
、
apache-camel
、
gmail-api
具体来说,我
在
列表端点中使用history端点前缀。-></route> <artifactId>
camel
-google-<e
浏览 3
提问于2016-07-23
得票数 0
2
回答
Spring
Camel
电子邮件配置问题
java
、
spring
、
spring-mvc
、
apache-camel
我正在尝试使用
apache
camel
从基于spring mvc的web应用程序发送电子邮件。但我的tomcat可能是因为配置错误而起不来的。 xsi:schemaLocation="http://www.springframework.org/schema/spring http:/&
浏览 1
提问于2013-05-21
得票数 0
2
回答
在
Apache
Camel
中
是否可以将MXBean作为消息传递
java
、
apache-camel
Apache
Camel
中
已包含的JMX消息格式是否支持此功能?此外,我还使用XML文件来创建路由。然后
在
Java
中
创建
组件
/端点(使用分派/获取函数)。 或者
有没有
办法
创建自定义消息解析?我是<
浏览 0
提问于2013-01-01
得票数 0
回答已采纳
2
回答
camel
activemq和atomikos集成-异常时使用的消息-无重试
activemq
、
apache-camel
、
atomikos
我正在使用ActiveMQ和Atomikos - transacted设置
Camel
。当在处理器
中
抛出RuntimeException时,我期望ActiveMQ重试消息,但是消息不会返回到队列?" /> <
camel
:onException> <
浏览 3
提问于2013-06-05
得票数 0
1
回答
Apache
用spring比较字符串和引号,如何转义?
apache-camel
<
camel
:choice> <simple>${in.body} == '{"status":"OK"}'</simple></
camel
:choice>'{"status":"OK"}' '{\x22stat
浏览 2
提问于2018-04-18
得票数 0
回答已采纳
1
回答
JavaMail使用sun内部"saaj“包
中
的MimeMultipart
java
、
spring
、
apache-camel
、
jakarta-mail
我使用Spring和
Apache
作为后台进程,用于读取电子邮件、提取附件并处理附件。o.a.
camel
.component.
mail
.MailConsumer : Fetching 1 messages.Total 1 messages. o.a.
camel
.component.
mail
.MailConsumer :
Mail</
浏览 4
提问于2015-12-07
得票数 1
回答已采纳
2
回答
在
Camel
2.15
中
配置Jetty
组件
apache-camel
、
jetty
我已经将依赖
添加
到我的pom
中
: <groupId>org.
apache
.
camel
</groupId>at org.
apache
.
浏览 2
提问于2016-06-14
得票数 1
1
回答
减少
Camel
FTP
组件
日志记录
java
、
logging
、
ftp
、
log4j
、
apache-camel
我正在使用
Camel
FTP
组件
(但我想哪一个并不重要),每2秒我就会在日志文件
中
得到一条连接并登录的消息,如下所示。我正在使用log4j,并将其设置为日志级别为info。信息org.
apache
.
camel
.component.file.remote.FtpConsumer -连接并登录到:
有没有
办法
减少这个(或任何)
组件
的日志记录,因为我不需要每2秒重复一次。我的ftp命令现在
添加
了disconnect=true来阻止服务器关闭
浏览 0
提问于2015-04-07
得票数 2
回答已采纳
0
回答
org.
apache
.
camel
.ResolveEndpointFailedException:未找到方案为: imaps的
组件
maven
、
apache-camel
、
osgi
、
karaf
我已经创建了一个
camel
电子邮件路由器,它在eclipse
中
工作得很好,但是当我将它部署到karaf时,我收到了这个错误: org.
apache
.
camel
.ResolveEndpointFailedExceptiondisconnect=false&password=passwordxxx&peek=false&unseen=true&username=user@gmail.com,原因是:未找到具有方案: imaps的
组件
,位于org.
apache
.
浏览 2
提问于2017-06-14
得票数 0
回答已采纳
1
回答
Camel
路由测试:找不到属性的合适设置器:
java
、
unit-testing
、
apache-camel
、
mockito
我有下一个路由,其中包含一个
searchTerm
的bean: from( receiveProtocol+"://"+ipMailServer+"?username="+username+"&password="+password+"&"+options+"&
searchTerm
=#allowedAddresses") 搜索词bean类似于垃圾邮件过滤器我修改了模拟搜索词的测试,
添加
了下一行: @M
浏览 25
提问于2019-12-18
得票数 0
回答已采纳
1
回答
包括骆驼测试弹簧引起的NoClassDefFoundError for DefaultParameterNameDiscoverer
apache-camel
我有一个使用Maven构建和管理依赖关系的
Camel
项目。我的项目依赖于
Camel
组件
版本2.14.0。我已经将Spring依赖项与
Camel
匹配,并使用Spring
组件
版本3.2.11.RELEASE。噢,顺便说一句,应用程序用org.
apache
.
camel
.spring.Main从Java方法启动。
在
camel
-test-spring的POM依赖项
中
添加
对spring和spring表达式的排除
浏览 2
提问于2014-11-14
得票数 0
回答已采纳
1
回答
获取gmail附件的grails插件
grails
、
plugins
、
gmail
、
attachment
我
在
一个grails项目上工作,我需要一个插件来从Gmail帐户中提取电子邮件附件。谢谢。
浏览 2
提问于2012-09-12
得票数 0
1
回答
向
Apache
Camel
中
的现有CSV数据
添加
新的列和行
apache-camel
我试图将新的列和行/内容
添加
到现有的CSV数据
中
,但在
Apache
Camel
中
无法做到这一点,我
在
代码中使用了
camel
-csv
组件
,下面是相同的代码片段。<unmarshal></unmarshal> 解组时,
浏览 10
提问于2021-09-27
得票数 0
1
回答
使用
camel
与Google PubSub
组件
为PubSub提供NoClassDefFoundError
spring-boot
、
apache-camel
、
google-cloud-pubsub
我有一个使用
Camel
的SpringBoot应用程序,我希望使用谷歌PubSub
组件
将消息推送到某个主题。my-topic-name>");
在
我的build.gradle中有: 编译组:'org.
apache
.
camel
',名称:'
camel
-google-pubsu
浏览 3
提问于2021-02-03
得票数 0
点击加载更多
相关
资讯
【行业资讯】Apache Camel 3.6.0 发布
“集成架构”我们得谈谈 Apache Camel集成框架
“集成架构”我们得谈谈 Apache Camel
Java近期新闻:GlassFish 7.0、Payara平台、Apache NetBeans 16
Java近期新闻:JDK 19-RC1、Spring更新、Micronaut、Helidon、Payara等
热门
标签
更多标签
云服务器
对象存储
ICP备案
云点播
语音识别
活动推荐
运营活动
广告
关闭
领券