|Listed in category:
Postage and deliveryClick "see details" for additional shipping and returns information.
Have one to sell?

Java Message Service, Richards, Monson-Haefel, Chappell 9780596522049 New+=

US $55.42
ApproximatelyPHP 3,081.80
Condition:
Brand New
Postage:
Free USPS Media MailTM.
Located in: MD, United States
Delivery:
Estimated between Fri, 27 Sep and Wed, 2 Oct to 43230
Delivery time is estimated using our proprietary method which is based on the buyer's proximity to the item location, the postage service selected, the seller's postage history, and other factors. Delivery times may vary, especially during peak periods.
Returns:
30 days return. Buyer pays for return shipping.
Coverage:
Read item description or contact seller for details. See all detailsSee all details on coverage
(Not eligible for eBay purchase protection programmes)

Shop with confidence

eBay Premium Service
Trusted seller, fast shipping, and easy returns. Learn more- Top Rated Plus - opens in a new window or tab
Seller assumes all responsibility for this listing.
eBay item number:333380960125
Last updated on Sep 16, 2024 19:12:39 PHTView all revisionsView all revisions

Item specifics

Condition
Brand New: A new, unread, unused book in perfect condition with no missing or damaged pages. See all condition definitionsopens in a new window or tab
PublishedOn
2009-06-07
Title
Java Message Service
ISBN
9780596522049
Subject Area
Computers, Technology & Engineering
Publication Name
Java Message Service : Creating Distributed Enterprise Applications
Publisher
O'reilly Media, Incorporated
Item Length
9.1 in
Subject
Programming / General, Programming Languages / Java, System Administration / Email Administration, General, Telecommunications
Publication Year
2009
Type
Textbook
Format
Trade Paperback
Language
English
Item Height
0.7 in
Author
Mark Richards, Richard Monson-Haefel, David A. Chappell
Item Weight
20 Oz
Item Width
7.1 in
Number of Pages
328 Pages

About this product

Product Identifiers

Publisher
O'reilly Media, Incorporated
ISBN-10
0596522045
ISBN-13
9780596522049
eBay Product ID (ePID)
71745332

Product Key Features

Number of Pages
328 Pages
Language
English
Publication Name
Java Message Service : Creating Distributed Enterprise Applications
Subject
Programming / General, Programming Languages / Java, System Administration / Email Administration, General, Telecommunications
Publication Year
2009
Type
Textbook
Author
Mark Richards, Richard Monson-Haefel, David A. Chappell
Subject Area
Computers, Technology & Engineering
Format
Trade Paperback

Dimensions

Item Height
0.7 in
Item Weight
20 Oz
Item Length
9.1 in
Item Width
7.1 in

Additional Product Features

Edition Number
2
Intended Audience
Scholarly & Professional
LCCN
2010-286356
Dewey Edition
21
Illustrated
Yes
Dewey Decimal
005.7/12762
Table Of Content
Foreword;Preface; Who Should Read This Book?; Organization; Software and Versions; Conventions Used in This Book; Using Code Examples; Safari® Books Online; How to Contact Us; Acknowledgments; Acknowledgments from the First Edition;Chapter 1: Messaging Basics; 1.1 The Advantages of Messaging; 1.2 Enterprise Messaging; 1.3 Messaging Models; 1.4 JMS API; 1.5 Real-World Scenarios; 1.6 RPC Versus Asynchronous Messaging;Chapter 2: Developing a Simple Example; 2.1 The Chat Application;Chapter 3: Anatomy of a JMS Message; 3.1 Headers; 3.2 Properties; 3.3 Message Types;Chapter 4: Point-to-Point Messaging; 4.1 Point-to-Point Overview; 4.2 The QBorrower and QLender Application; 4.3 Message Correlation; 4.4 Dynamic Versus Administered Queues; 4.5 Load Balancing Using Multiple Receivers; 4.6 Examining a Queue;Chapter 5: Publish-and-Subscribe Messaging; 5.1 Publish-and-Subscribe Overview; 5.2 The TBorrower and TLender Application; 5.3 Durable Versus Nondurable Subscribers; 5.4 Dynamic Versus Administered Subscribers; 5.5 Unsubscribing Dynamic Durable Subscribers; 5.6 Temporary Topics;Chapter 6: Message Filtering; 6.1 Message Selectors; 6.2 Declaring a Message Selector; 6.3 Message Selector Examples; 6.4 Not Delivered Semantics; 6.5 Design Considerations;Chapter 7: Guaranteed Messaging and Transactions; 7.1 Guaranteed Messaging; 7.2 Message Acknowledgments; 7.3 Message Groups and Acknowledgment; 7.4 Transacted Messages; 7.5 Lost Connections; 7.6 Dead Message Queues;Chapter 8: Java EE and Message-Driven Beans; 8.1 Java EE Overview; 8.2 Enterprise JavaBeans 3.0 (EJB3) Overview; 8.3 JMS Resources in Java EE; 8.4 Message-Driven Beans; 8.5 Message-Driven Bean Use Cases;Chapter 9: Spring and JMS; 9.1 Spring Messaging Architecture; 9.2 JmsTemplate Overview; 9.3 Connection Factories and JMS Destinations; 9.4 Sending Messages; 9.5 Receiving Messages Synchronously; 9.6 Message-Driven POJOs; 9.7 The Spring JMS Namespace;Chapter 10: Deployment Considerations; 10.1 Performance, Scalability, and Reliability; 10.2 To Multicast or Not to Multicast; 10.3 Security; 10.4 Connecting to the Outside World; 10.5 Bridging to Other Messaging Systems;Chapter 11: Messaging Design Considerations; 11.1 Internal Versus External Destination; 11.2 Request/Reply Messaging Design; 11.3 Messaging Design Anti-Patterns;The Java Message Service API; Message Interfaces; Common Facilities; Common API; Point-to-Point API; Publish-and-Subscribe API;Message Headers;Message Properties; Property Names; Property Values; Immutable Properties; Property Value Conversion; Nonexistent Properties; Property Iteration; JMS-Defined Properties; Provider-Specific Properties;Installing and Configuring ActiveMQ; Installing ActiveMQ; Configuring ActiveMQ for JNDI; Configuration For Chat Examples; Configuration for P2P Examples; Configuration for Pub/Sub Examples; Configuration for Spring JMS Examples;Colophon;
Synopsis
Java Message Service , Second Edition, is a thorough introduction to the standard API that supports "messaging" -- the software-to-software exchange of crucial data among network computers. You'll learn how JMS can help you solve many architectural challenges, such as integrating dissimilar systems and applications, increasing scalability, eliminating system bottlenecks, supporting concurrent processing, and promoting flexibility and agility. Updated for JMS 1.1, this second edition also explains how this vendor-agnostic specification will help you write messaging-based applications using IBM's MQ, Progress Software's SonicMQ, ActiveMQ, and many other proprietary messaging services. With Java Message Service , you will: Build applications using point-to-point and publish-and-subscribe messaging models Use features such as transactions and durable subscriptions to make an application reliable Implement messaging within Enterprise JavaBeans (EJB) using message-driven beans Use JMS with RESTful applications and with the Spring application framework Messaging is a powerful paradigm that makes it easier to uncouple different parts of an enterprise application. Java Message Service , Second Edition, will quickly teach you how to use the key technology that lies behind it., Java Message Service, Second Edition, is a thorough introduction to the standard API that supports "messaging" -- the software-to-software exchange of crucial data among network computers. You'll learn how JMS can help you solve many architectural challenges, such as integrating dissimilar systems and applications, increasing scalability, eliminating system bottlenecks, supporting concurrent processing, and promoting flexibility and agility. Updated for JMS 1.1, this second edition also explains how this vendor-agnostic specification will help you write messaging-based applications using IBM's MQ, Progress Software's SonicMQ, ActiveMQ, and many other proprietary messaging services. With Java Message Service, you will: Build applications using point-to-point and publish-and-subscribe messaging models Use features such as transactions and durable subscriptions to make an application reliable Implement messaging within Enterprise JavaBeans (EJB) using message-driven beans Use JMS with RESTful applications and with the Spring application framework Messaging is a powerful paradigm that makes it easier to uncouple different parts of an enterprise application. Java Message Service, Second Edition, will quickly teach you how to use the key technology that lies behind it., Java Message Service, Second Edition, is a thorough introduction to the standard API that supports "messaging" -- the software-to-software exchange of crucial data among network computers. You'll learn how JMS can help you solve many architectural challenges, such as integrating dissimilar systems and applications, increasing scalability, ......
LC Classification Number
QA76.73.J38

Item description from the seller

Business seller information

Value Added Tax Number:
  • GB 724498118
Awesomebooksusa

Awesomebooksusa

98% positive feedback
1.3M items sold
Joined Mar 2009

Detailed Seller Ratings

Average for the last 12 months
Accurate description
4.8
Reasonable shipping cost
5.0
Shipping speed
4.9
Communication
5.0

Popular categories from this store

Seller feedback (520,829)