買這商品的人也買了...
-
$1,750$1,663 -
$690$538 -
$480$408 -
$400$316 -
$2,050$1,948 -
$680$537 -
$1,176Computer Organization and Design: The Hardware/Software Interface, 3/e(IE) (美國版ISBN:1558606041)
-
$680$646 -
$680$537 -
$780$663 -
$600$474 -
$749Beginning POJOs: From Novice to Professional (Paperback)
-
$850$723 -
$1,200$1,176 -
$780$663 -
$720$569 -
$400$360 -
$990UML 2 Certification Guide: Fundamental & Intermediate Exams (Paperback)
-
$350$298 -
$780$663 -
$990$891 -
$560$437 -
$480$379 -
$560$476 -
$580$458
相關主題
商品描述
This book is a thorough introduction to Java Message Service (JMS), the standard Java application program interface (API) from Sun Microsystems that supports the formal communication known as "messaging" between computers in a network. JMS provides a common interface to standard messaging protocols and to special messaging services in support of Java programs. The messages exchange crucial data between computers, rather than between users--information such as event notification and service requests. Messaging is often used to coordinate programs in dissimilar systems or written in different programming languages.
Using the JMS interface, a programmer can invoke the messaging services of IBM's MQSeries, Progress Software's SonicMQ, and other popular messaging product vendors. In addition, JMS supports messages that contain serialized Java objects and messages that contain Extensible Markup Language (XML) pages.
Messaging is a powerful new paradigm that makes it easier to uncouple different parts of an enterprise application. Messaging clients work by sending messages to a message server, which is responsible for delivering the messages to their destination. Message delivery is asynchronous, meaning that the client can continue working without waiting for the message to be delivered. The contents of the message can be anything from a simple text string to a serialized Java object or an XML document.
Java Message Service shows how to build applications using the point-to-point and publish-and-subscribe models; how to use features like transactions and durable subscriptions to make an application reliable; and how to use messaging within Enterprise JavaBeans. It also introduces a new EJB type, the MessageDrivenBean, that is part of EJB 2.0, and discusses integration of messaging into J2EE.
Using the JMS interface, a programmer can invoke the messaging services of IBM's MQSeries, Progress Software's SonicMQ, and other popular messaging product vendors. In addition, JMS supports messages that contain serialized Java objects and messages that contain Extensible Markup Language (XML) pages.
Messaging is a powerful new paradigm that makes it easier to uncouple different parts of an enterprise application. Messaging clients work by sending messages to a message server, which is responsible for delivering the messages to their destination. Message delivery is asynchronous, meaning that the client can continue working without waiting for the message to be delivered. The contents of the message can be anything from a simple text string to a serialized Java object or an XML document.
Java Message Service shows how to build applications using the point-to-point and publish-and-subscribe models; how to use features like transactions and durable subscriptions to make an application reliable; and how to use messaging within Enterprise JavaBeans. It also introduces a new EJB type, the MessageDrivenBean, that is part of EJB 2.0, and discusses integration of messaging into J2EE.
商品描述(中文翻譯)
這本書是對 Java 訊息服務(Java Message Service, JMS)的全面介紹,JMS 是 Sun Microsystems 提供的標準 Java 應用程式介面(API),支援在網路中計算機之間的正式通信,稱為「訊息傳遞」。JMS 提供了一個通用介面,用於標準訊息協議和特定的訊息服務,以支援 Java 程式。這些訊息在計算機之間交換關鍵數據,而不是在用戶之間交換——例如事件通知和服務請求等信息。訊息傳遞通常用於協調不同系統或使用不同程式語言編寫的程式。
使用 JMS 介面,程式設計師可以調用 IBM 的 MQSeries、Progress Software 的 SonicMQ 以及其他流行訊息產品供應商的訊息服務。此外,JMS 支援包含序列化 Java 物件的訊息和包含可擴展標記語言(XML)頁面的訊息。
訊息傳遞是一種強大的新範式,使得解耦企業應用程式的不同部分變得更容易。訊息客戶端通過將訊息發送到訊息伺服器來工作,該伺服器負責將訊息傳遞到其目的地。訊息傳遞是非同步的,這意味著客戶端可以繼續工作,而無需等待訊息被傳遞。訊息的內容可以是從簡單的文本字符串到序列化的 Java 物件或 XML 文件的任何東西。
《Java 訊息服務》展示了如何使用點對點和發布-訂閱模型來構建應用程式;如何使用事務和持久訂閱等功能來使應用程式可靠;以及如何在企業 JavaBeans 中使用訊息傳遞。它還介紹了一種新的 EJB 類型,即 MessageDrivenBean,這是 EJB 2.0 的一部分,並討論了將訊息傳遞整合到 J2EE 中的方式。