DataSetMessage
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
OpenEdge applications use ProDataSets for data. The
new DataSetMessage supports using ProDataSets for
JMS messaging. The XMLMessage is the basis for
the DataSetMessage. The OpenEdge Adapter for SonicMQ converts
the ProDataSet to/from XML and uses the XMLMessage to
send/receive ProDataSets. A non-OpenEdge application receives
a DataSetMessage as an XMLMessage. The JMS header property signals an OpenEdge application that the incoming message is a DataSetMessage.
For more information on accessing the examples files, see OpenEdge messages.
For an alphabetical API reference, see ABL-JMS API Reference.
dsmsg_send.p
The following example shows sending a DataSetMessage.
|
dsmsg_recv.p
The following example shows receiving a DataSetMessage.
|