Pentaho Kettle 有办法接受 JMS 消息吗?
Pentaho的ETL系统Kettle(http://kettle.pentaho.org/)有插件可以接受吗来自 JMS 消息的信息?我想设置一个作业,可以读取每条包含哈希的消息,提取某些数据,并将其填充到表中。
有人有这方面的经验吗?这是个好主意吗?有什么陷阱吗?
Does Pentaho's ETL system, Kettle (http://kettle.pentaho.org/) have a plugin to accept information from JMS messages? I'd like to set up a job that can read messages each containing a hash, extract certain data, and stuff it into a table.
Has anyone had any experience with this? Is this a good idea? Any pitfalls?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
在您引用的链接中,在底部,它提到 JMS 支持作为“计划功能”中即将推出的项目:因此它看起来好像在管道中(3.2 或更高版本),但尚未可用。
In the link you refer to, right at the bottom it mentions JMS Support as an upcoming item in "Planned features": so it looks as though it is in the pipeline (3.2 or later), but not yet available.
据此: http://jira.pentaho.com/browse/PDI-1529连接到 JMS 服务作为企业 PDI 包的一部分提供。本资料表 [pdf] 暗示 JMS 连接器可以以最低的付费级别使用:http://www.pentaho.com/assets/pdf/pentaho-ce-vs-ee-com.pdf
以下是有关 JMS 连接器的文档:http://infocenter.pentaho.com/help/index.jsp?topic=%2Fpdi_user_guide%2Fconcept_pdi_usr_jms_consumer。 html
According to this: http://jira.pentaho.com/browse/PDI-1529 connecting to JMS services is available as part of the enterprise PDI package. This factsheet [pdf] implies that JMS connectors are available at the lowest paid level: http://www.pentaho.com/assets/pdf/pentaho-ce-vs-ee-com.pdf
Here is documentation on the JMS connector: http://infocenter.pentaho.com/help/index.jsp?topic=%2Fpdi_user_guide%2Fconcept_pdi_usr_jms_consumer.html
我为 ActiveMQ Producer 创建了一个开源插件。
https://github.com/sushantkunal/Kettle---ActiveMQ-Producer
您可以将其分叉出来为消费者创建一个插件。否则,很快我也会发布一个消费者插件。一旦准备好我就会在这里发布。
I have created an open source plugin for ActiveMQ Producer.
https://github.com/sushantkunal/Kettle---ActiveMQ-Producer
You can fork it out to create one plugin for consumer. Otherwise, soon, I will be posting a consumer plugin as well. I shall post here once it is ready.