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.
我需要使用 apache Qpid 传输大尺寸的音乐文件。
我阅读了一些博客,其中提到文件传输是可能的。
但找不到任何关于它的例子。
任何帮助将不胜感激
谢谢哈里莎
文件应分段并作为块传输。QPID Messaging API 用于发送 message.setContent(buf,len);
在接收 dataPtr = message.getContentPtr(); len = message.getContentSize(); 获取二进制数据