ANSWERS: 1
  • Java Message Service (JMS) has become the standard for enterprise messaging, which is the formal communication between computers on a network. A product of Sun Microsystems/Oracle, JMS is recognized as a key component in building enterprise networks and solving any enterprise problems.

    Facts

    JMS provides a common interface for standard messaging, as well as special support for other Java programs.

    Function

    JMS allows for the transfer of crucial data from one computer to another, rather than between users. Exchanged messages often coordinate programs from different systems.

    Features

    JMS features support for messages containing Java objects and Extensible Markup Language (XML).

    Uses

    Programmers use JMS to interact with other messaging services like IBM's MQSeries and Progress Software's SonicMQ. Using JMS makes developing Java applications easier and more efficient.

    Benefits

    JMS enhances programmer productivity by providing common concepts and strategies for messaging across all JMS-compliant systems.

    Source:

    Oracle

    TechTarget

    IBM

Copyright 2023, Wired Ivy, LLC

Answerbag | Terms of Service | Privacy Policy