Hi TomF,
Thanks for your response. The payload in this case was generated by running a java program which generates ActiveMQ messages (kind of like JMS messages). I displayed the message type and it shows up as "0 - I think it means BINARY (the other types are MAP(1), STREAM(2) and TEXT(3). I 've tried something like message.getBinaryAttachment.toString(,xy) and message.getSdtContainer but they didn’t get me what I want.
Any ideas?
Thanks,
Eddie