Create the Resilient Sender - Teradata Ecosystem Manager

Teradata Ecosystem Manager Event System API Reference

Product
Teradata Ecosystem Manager
Release Number
15.11
Published
May 2016
Language
English (United States)
Last Update
2018-05-03
dita:mapPath
nxw1467305977314.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-3204
lifecycle
previous
Product Category
Analytical Ecosystem
// create a resilient sender specifying the message type name
		ResilientSender rsender = new ResilientSender("TMSM");
// set the namespace and schema files for the message and payload
		rsender.setMessageSchema(messageSchema);
		rsender.setPayloadSchema(tmsmSchema);
It is strongly recommended that local variables (for example, rsender) internal to methods (as opposed to instance variables) are created for all multi-threaded calls to ResilientSender.