Java Message Service API Tutorial and Reference: Messaging for the J2EE Platform (Paperback)
暫譯: Java 消息服務 API 教程與參考:J2EE 平台的消息傳遞 (平裝本)
Mark Hapner, Rich Burridge, Rahul Sharma, Joseph Fialli, Kim Haase
- 出版商: Addison Wesley
- 出版日期: 2000-12-06
- 定價: $1,650
- 售價: 9.0 折 $1,485
- 語言: 英文
- 頁數: 544
- 裝訂: Paperback
- ISBN: 0201784726
- ISBN-13: 9780201784725
-
相關分類:
Java 程式語言、Java 相關技術
立即出貨(限量)
買這商品的人也買了...
-
$840OLE DB Consumer Templates: A Programmer's Guide (Paperback)
-
$980$774 -
$1,880$1,786 -
$1,740$1,653 -
$1,740$1,653 -
$2,570$2,442 -
$650$514 -
$780$616 -
$290$247 -
$149$149 -
$580$458 -
$1,045Linux Kernel Development
-
$750$638 -
$750$585 -
$560$476 -
$750$593 -
$880$695 -
$550$429 -
$1,930$1,834 -
$8,880$8,436 -
$620$527 -
$1,930$1,834 -
$990Camel in Action (Paperback)
-
$1,188Using Drupal, 2/e (Paperback)
-
$1,800$1,710
商品描述
Java™ Message Service API Tutorial and Reference provides a clear and complete introduction to the Java™ Message Service (JMS) API. This book illustrates how to use the JMS API to build applications that create, send, receive, and read messages. Beginning with comprehensive descriptions of fundamental JMS concepts and building blocks, the coverage extends to all aspects of running and creating JMS applications. Each topic area is supported by relevant and well-crafted JMS program examples that demonstrate how to put the technology to work.
The JMS API is an integral part of the Java 2 Platform, Enterprise Edition (J2EE™ platform). Developed by Sun Microsystems in close cooperation with enterprise messaging partners, JMS works together with other technologies to provide reliable, asynchronous communication between components in a distributed computing environment. It delivers a new, powerful tool for enterprise messaging--the cornerstone of today's enterprise applications.
You will find in-depth coverage on how to:
- Create and run JMS client programs
- Use the JMS API within the J2EE platform
- Consume messages asynchronously with a message-driven bean
- Produce messages from an application client and from a session bean
- Access an entity bean from a message-driven bean
- Create applications for the J2EE platform that use the JMS API to
- Consume messages
- Produce messages
- Access an entity bean
From BytesMessage
to TransactionRolledBackException
, a useful alphabetical reference provides complete information on all facets of the JMS API.
Additionally, the tutorial example programs are downloadable from the Sun Web site, so that you can adapt them to implementations of the JMS API and the J2EE platform.
Written by an expert team, the book offers an unparalleled technical understanding of JMS and its integration into the J2EE platform. Its thorough and practical coverage of JMS makes it easy for developers working in a distributed Java technology environment, and those familiar with the J2EE platform, to efficiently integrate the JMS API.
Table of Contents
Preface.
Acknowledgments.
I. OVERVIEW.
1. Overview.
2. Basic JMS API Concepts.
3. The JMS API Programming Model.
4. Writing Simple JMS Client Applications.
5. Creating Robust JMS Applications.
6. Using the JMS API in a J2EE Application.
7. A Simple J2EE Application that Uses the JMS API.
8. A J2EE Application that Uses the JMS API with a Session Bean.
9. A J2EE Application that Uses the JMS API with an Entity Bean.
10. An Application Example that Uses Two J2EE Servers.
II. BYTESMESSAGE.
11. BytesMessage.
12. Connection.
13. ConnectionFactory.
14. ConnectionMetaData.
15. DeliveryMode.
16. Destination.
17. ExceptionListener.
18. IllegalStateException.
19. InvalidClientIDException.
20. InvalidDestinationException.
21. InvalidSelectorException.
22. JMSException.
23. JMSSecurityException.
24. MapMessage.
25. Message.
26. MessageConsumer.
27. MessageEOFException.
28. MessageFormatException.
29. MessageListener.
30. MessageNotReadableException.
31. MessageNotWriteableException.
32. MessageProducer.
33. ObjectMessage.
34. Queue.
35. QueueBrowser.
36. QueueConnection.
37. QueueConnectionFactory.
38. QueueReceiver.
39. QueueRequestor.
40. QueueSender.
41. QueueSession.
42. ResourceAllocationException.
43. Session.
44. StreamMessage.
45. TemporaryQueue.
46. TemporaryTopic.
48. Topic.
49. TopicConnection.
50. TopicConnectionFactory.
51. TopicPublisher.
52. TopicRequestor.
53. TopicSession.
54. TopicSubscriber.
55. TransactionInProgressException.
56. TransactionRolledBackException.
Appendix A: JMS Client Examples.
Glossary.
Index
商品描述(中文翻譯)
《Java™ 訊息服務 API 教學與參考》提供了對 Java™ 訊息服務 (JMS) API 的清晰且完整的介紹。本書說明了如何使用 JMS API 建立應用程式,以創建、發送、接收和讀取訊息。從對基本 JMS 概念和構建塊的全面描述開始,內容涵蓋了運行和創建 JMS 應用程式的各個方面。每個主題區域都配有相關且精心設計的 JMS 程式範例,展示了如何將這項技術付諸實踐。
JMS API 是 Java 2 平台企業版 (J2EE™ 平台) 的一個重要組成部分。它由 Sun Microsystems 與企業訊息合作夥伴密切合作開發,JMS 與其他技術協同工作,提供在分散式計算環境中組件之間可靠的非同步通信。它為企業訊息提供了一個全新的強大工具,成為當今企業應用程式的基石。
您將會找到深入的內容,涵蓋如何:
- 創建和運行 JMS 客戶端程式
- 在 J2EE 平台中使用 JMS API
- 使用消息驅動 Bean 非同步消費訊息
- 從應用程式客戶端和會話 Bean 產生訊息
- 從消息驅動 Bean 訪問實體 Bean
- 為 J2EE 平台創建使用 JMS API 的應用程式,以
- 消費訊息
- 產生訊息
- 訪問實體 Bean
從 BytesMessage
到 TransactionRolledBackException
,一個有用的字母順序參考提供了有關 JMS API 所有方面的完整資訊。
此外,教學範例程式可從 Sun 網站下載,您可以根據 JMS API 和 J2EE 平台的實作進行調整。
本書由專家團隊撰寫,提供了對 JMS 及其與 J2EE 平台整合的無與倫比的技術理解。其對 JMS 的全面且實用的涵蓋,使得在分散式 Java 技術環境中工作的開發人員,以及熟悉 J2EE 平台的人員,能夠有效地整合 JMS API。
目錄
前言。
致謝。
I. 概述。
1. 概述。
2. 基本 JMS API 概念。
3. JMS API 程式設計模型。
4. 編寫簡單的 JMS 客戶端應用程式。
5. 創建穩健的 JMS 應用程式。
6. 在 J2EE 應用程式中使用 JMS API。
7. 一個使用 JMS API 的簡單 J2EE 應用程式。
8. 一個使用 JMS API 和會話 Bean 的 J2EE 應用程式。
9. 一個使用 JMS API 和實體 Bean 的 J2EE 應用程式。
10. 一個使用兩個 J2EE 伺服器的應用程式範例。
II. BYTESMESSAGE。
11. BytesMessage。
12. Connection。
13. ConnectionFactory。
14. ConnectionMetaData。
15. DeliveryMode。
16. Destination。
17. ExceptionListener。
18. IllegalStateException。
19. InvalidClientIDException。
20. InvalidDestinationException。
21. InvalidSelectorException。
22. JMSException。
23. JMSSecurityException。
24. MapMessage。
25. Message。
26. MessageConsumer。
27. MessageEOFException。
28. MessageFormatException。
29. MessageListener。
30. MessageNotReadableException。
31. MessageNotWriteableException。
32. MessageProducer。
33. ObjectMessage。
34. Queue。
35. QueueBrowser。
36. QueueConnection。
37. QueueConnectionFactory。
38. QueueReceiver。
39. QueueRequestor。
40. QueueSender。
41. QueueSession。
42. ResourceAllocationException。
43. Session。
44. StreamMessage。
45. TemporaryQueue。
46. TemporaryTopic。
48. Topic。
49. TopicConnection。
50. TopicConnectionFactory。
51. TopicPublisher。
52. TopicRequestor。
53. TopicSession。
54. TopicSubscriber。
55. TransactionInProgressException。
56. TransactionRolledBackException。
附錄 A: JMS 客戶端範例。
詞彙表。
索引。