Producer接口的apache camel API文档说:"Producer接口提供了一个通道,客户端可以在该通道上创建和调用端点上的消息交换“。(https://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/Producer.html)
如果我们以一个camel天气组件的生产者实现为例,它在请求的天气信息中有一个处理方法。但我看不到哪里提供了弹性公网is的“通道”(http://www.enterpriseintegrationpatterns.com/patterns/messaging/MessageChannel.html)。本句中的channel不是指弹性公网EIP中的channel吗?
发布于 2018-02-14 04:27:08
EIP模式和EIP书籍涵盖了一些概念/抽象级别的模式。EIP书籍在消息世界中占据了一席之地,在消息世界中,这些模式与消息进行消息交换,然后通道表示消息队列/主题等。
https://stackoverflow.com/questions/48763806
复制相似问题