Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 10 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
如果您查看链接到的书的第 6 章,您会注意到其中有 JMS 的示例。快速访问 Google 即可找到 JMS 的开源实现列表: http://java -source.net/open-source/jms
If you look at chapter 6 of the book you link to, you'll notice it has samples for JMS. A quick visit at Google leads us to a list of open source implementations of JMS: http://java-source.net/open-source/jms
我知道您询问了 Java/C/C++,但我想补充一下:
在 .NET 中,WCF 通道模型的工作原理如下。
I know you asked about Java/C/C++, but thought I'd add:
In .NET, the WCF Channel model works like this.
W3C XML Pipline 规范,XProc 是一种管道和过滤器。
这里有一个 java 实现。 XProc 包含许多处理器(XSLT 转换、XPath 选择、序列化/反序列化到文件),即过滤器 - 这些处理器通过承载 XML 数据的端口连接 - 基本上是管道。
W3C XML Pipline spec, XProc is kind of pipes and filters.
There's a java implementation here. XProc comprises a number of processors (XSLT transforms, XPath selects, serializing/deserializing to file) i.e. filters - and these are connected by ports carrying XML data - basically pipes.
我刚刚发现了 Spring 集成框架。看起来像我所要求的样本。
I just discovered Spring integration framework. Looks like the sample of what I was asking for.