In This Section
Overview
Sending and Receiving from External Applications
This section describes how to send to Talon applications from non Talon applications and from Talon application to non Talon applications over solace. The sections below utilize the ADM generated messages for convenience, but this is not required. For example, if you your messages are encoded in protobuf (or Xbuf) you could encode/decode the message yourself without using ADM. One such example of this might be if you were using C and generated protobuf message from the IDL generated by ADM.
Sending Messages To Talon
The platform's JMS binding encodes a serialized message payload in a bytes message and sets metadata fields in its jms headers. The following example show
Receiving Messages from Talon
The following code sample shows how an external application using the JMS api directly can unpack a message sent over the platform's built in JMS binding and materialize it into a message view.