开发者

What kind of message can be transported through ActiveMQ?

开发者 https://www.devze.com 2022-12-12 05:53 出处:网络
We are building a distributed system, ma开发者_如何学Cybe a c# app will talk to a c++ app, and maybe some jpeg image will ben send between, is this possible with Activemq?As far as I know, you can tra

We are building a distributed system, ma开发者_如何学Cybe a c# app will talk to a c++ app, and maybe some jpeg image will ben send between, is this possible with Activemq?


As far as I know, you can transport any XML message, and also binary messages (blob messages, see http://activemq.apache.org/blob-messages.html). Since ActiveMQ won't try to interpret the binary message, you can safely send JPEGs or other stuff around.

0

精彩评论

暂无评论...
验证码 换一张
取 消