Search code examples
javaactivemq-artemisedirocketmq

Message queue for file transfers


My question is pretty simple. I'm looking for a MQ solution capable of reliable EDI file transfers along with some metadata attached to it.

I've tried RocketMQ recently and I've come across hardcoded message size limits. I liked RocketMQ because of its simplicity but the lack of documentation and the message size limitation have made me wonder whether there's an alternative.

What would you use for EDI message transfers?


Solution

  • So we've been using Apache Artemis for several years now, and I can say that this seems to be the definitive solution. The broker is capable of transferring files up to gigabytes in size, each with their own set of metadata, which is precisely what I was originally after.

    https://activemq.apache.org/components/artemis/