I would like to send a single Java "char" type data, which RV java message type should I use
book
Article ID: KB0079303
calendar_today
Updated On:
Products
Versions
TIBCO Rendezvous
-
Not Applicable
-
Description
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[].
Issue/Introduction
I would like to send a single Java "char" type data, which RV java message type should I use