Client APIs
Java applications use the
javax.jms
package to send or receive Jakarta Messaging messages. This is a standard set of interfaces, specified by the Jakarta Messaging specification, for creating the connection to the EMS server, specifying the type of message to send, and creating the destination (topic or queue) on which to send or receive messages. You can find a description of the
javax.jms
package in
TIBCO Enterprise Message Service Java API Reference included in the online documentation.
Because EMS implements the Jakarta Messaging standard, you can also view the documentation on these interfaces along with the Jakarta Messaging specification at https://jakarta.ee/specifications/messaging/2.0.
TIBCO Enterprise Message Service includes parallel APIs for other development environments. See the following for more information:
- TIBCO Enterprise Message Service C & COBOL API Reference
- TIBCO Enterprise Message Service .NET API Reference (online documentation)