Java Message Service API support

EAServer 4.0 provides implementations of the JMS API drivers, layered on top of the existing message service API. The JMS specification defines two messaging models: point-to-point for sending messages to specific message consumers, and Publish/Subscribe for publishing messages that are available to all consumers. For more information, see Chapter 31, “Using the Message Service,” in the EAServer Programmer’s Guide.