Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的问题很简单。我正在寻找一种能够进行可靠 EDI 文件传输以及附加一些元数据的 MQ 解决方案。
我最近尝试过 RocketMQ,但遇到了硬编码的消息大小限制。我喜欢 RocketMQ,因为它简单,但缺乏文档和消息大小限制让我想知道是否有替代方案。
您将使用什么进行 EDI 消息传输?
所以我们已经使用 Apache Artemis 好几年了,我可以说这似乎是最终的解决方案。代理能够传输高达千兆字节的文件,每个文件都有自己的元数据集,这正是我最初所追求的。
https://activemq.apache.org/components/artemis/