Products | Versions |
---|---|
TIBCO Rendezvous | - |
Not Applicable | - |
Question:
I would like to send a single Java "char" type, which I am using as a bitmap via a Rendezvous Message. It is obvious to me that
it is a TibrvMsg.U16, however, it is not clear to me whether it is possible to send this with the existing add/get or add<Scalar>/get<Scalar> methods.
Resolution:
If you want to send bitmap via RV messages, we would suggest you use TibrvMsg.OPAQUE, and store your bitmap data in byte[].