Example: Send a message using the string serializer
- Last Updated: December 22, 2021
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
You can use the string serializer to send messages that contain string data. The main steps are:
- Configure the
StringSerializerfor the message body - Set the code page, if appropriate
- Set the message body to a string variable
This example sends some UTF-8 data to an Apache® Kafka® topic:
|