That's not how I expected it would work. Every message ultimately gets converted to the OpenWire protocol, no matter which language you use, so I assumed that methods with the same name in the different languages would translate to the same OpenWire content, but it sounds like that's not happening here.
Tim Bish, could you please explain what users can expect in terms of compatibility when using different languages for sending and receiving messages? Or is the fact that this particular method isn't compatible across languages just a bug? On May 25, 2017 7:09 PM, "e271828" <165442...@qq.com> wrote: > Both c++ and java have already implemente setStringProperty and > getStringProperty. > But I found that send blobmessage by useing the setStringProperty in c++ > which can not been received by useing the getStringProperty in java. > > > > -- > View this message in context: http://activemq.2283324.n4. > nabble.com/BlobMessage-in-ActiveMQ-CPP-by-now-2017-tp4726457p4726595.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >