|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
OR_ocn429931522 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
090810s2009 maua o 001 0 eng d |
040 |
|
|
|a UV0
|b eng
|e pn
|c UV0
|d UV0
|d CUS
|d UMI
|d CEF
|d OCLCQ
|d UIU
|d DEBSZ
|d N$T
|d OCLCQ
|d OCLCF
|d OCLCQ
|d OCLCO
|d IDEBK
|d YDXCP
|d E7B
|d OCLCQ
|d COO
|d OCLCQ
|d WYU
|d VT2
|d RDF
|d CUI
|d UKAHL
|d OCLCO
|d CZL
|d DST
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 599823936
|a 776203121
|a 861533538
|a 1064109756
|a 1103255373
|a 1153044303
|a 1192350502
|a 1240526756
|a 1295606254
|a 1300460136
|a 1303359248
|
020 |
|
|
|a 9780596551186
|q (electronic bk.)
|
020 |
|
|
|a 0596551185
|q (electronic bk.)
|
020 |
|
|
|a 1306814979
|
020 |
|
|
|a 9781306814973
|
020 |
|
|
|a 0596555601
|
020 |
|
|
|a 9780596555603
|
020 |
|
|
|z 9780596802264
|
020 |
|
|
|z 0596802269
|
020 |
|
|
|z 9780596522049
|
020 |
|
|
|z 0596522045
|
029 |
1 |
|
|a AU@
|b 000062567564
|
029 |
1 |
|
|a AU@
|b 000067109759
|
029 |
1 |
|
|a AU@
|b 000070667736
|
029 |
1 |
|
|a CHBIS
|b 006152502
|
029 |
1 |
|
|a CHVBK
|b 171312457
|
029 |
1 |
|
|a DEBSZ
|b 355422964
|
029 |
1 |
|
|a HEBIS
|b 291494609
|
029 |
1 |
|
|a NZ1
|b 13040013
|
035 |
|
|
|a (OCoLC)429931522
|z (OCoLC)599823936
|z (OCoLC)776203121
|z (OCoLC)861533538
|z (OCoLC)1064109756
|z (OCoLC)1103255373
|z (OCoLC)1153044303
|z (OCoLC)1192350502
|z (OCoLC)1240526756
|z (OCoLC)1295606254
|z (OCoLC)1300460136
|z (OCoLC)1303359248
|
037 |
|
|
|a CL0500000062
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73.J38
|b M655 2009
|
072 |
|
7 |
|a COM
|x 018000
|2 bisacsh
|
082 |
0 |
4 |
|a 005.7/12762
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Richards, Mark
|q (W. Mark)
|
245 |
1 |
0 |
|a Java message service /
|c Mark Richards, Richard Monson-Haefel, and David A. Chappell.
|
250 |
|
|
|a 2nd ed.
|
260 |
|
|
|a Cambridge, Mass. :
|b O'Reilly,
|c ©2009.
|
300 |
|
|
|a 1 online resource (xx, 305 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
347 |
|
|
|a text file
|
500 |
|
|
|a Includes index.
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Table of Contents; 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; The Advantages of Messaging; Heterogeneous Integration; Reduce System Bottlenecks; Increase Scalability; Increase End User Productivity; Architecture Flexibility and Agility; Enterprise Messaging; Centralized Architectures; Decentralized Architectures; Hybrid Architectures; Centralized Architecture As a Model
|
505 |
8 |
|
|a Messaging ModelsPoint-to-Point; Publish-and-Subscribe; JMS API; Point-to-Point API; Publish-and-Subscribe API; Real-World Scenarios; Service-Oriented Architecture; Event-Driven Architecture; Heterogeneous Platform Integration; Enterprise Application Integration; Business-to-Business; Geographic Dispersion; Information Broadcasting; Building Dynamic Systems; RPC Versus Asynchronous Messaging; Tightly Coupled RPC; Enterprise Messaging; Chapter 2. Developing a Simple Example; The Chat Application; Getting Started with the Chat Example; Examining the Source Code; Bootstrapping the JMS client
|
505 |
8 |
|
|a Obtaining a JNDI connectionThe TopicConnectionFactory; The TopicConnection; The TopicSession; The Topic; The TopicPublisher; The TopicSubscriber; The Message; Sessions and Threading; Chapter 3. Anatomy of a JMS Message; Headers; Automatically Assigned Headers; JMSDestination; JMSDeliveryMode; JMSMessageID; JMSTimestamp; JMSExpiration; JMSRedelivered; JMSPriority; Developer-Assigned Headers; JMSReplyTo; JMSCorrelationID; JMSType; Properties; Application-Specific Properties; JMS-Defined Properties; Provider-Specific Properties; Message Types; Message; TextMessage; ObjectMessage; BytesMessage
|
505 |
8 |
|
|a StreamMessageMapMessage; Read-Only Messages; Client-Acknowledged Messages; Interoperability and Portability of Messages; Chapter 4. Point-to-Point Messaging; Point-to-Point Overview; When to Use Point-to-Point Messaging; The QBorrower and QLender Application; Configuring and Running the Application; The QBorrower Class; JMS Initialization; Sending the message and receiving the response; The QLender Class; Message Correlation; Dynamic Versus Administered Queues; Load Balancing Using Multiple Receivers; Examining a Queue; Chapter 5. Publish-and-Subscribe Messaging
|
505 |
8 |
|
|a Publish-and-Subscribe OverviewWhen to Use Publish-and-Subscribe Messaging; The TBorrower and TLender Application; Configuring and Running the Application; The TLender Class; JMS initialization; Publishing the message; The TBorrower Class; Durable Versus Nondurable Subscribers; Dynamic Versus Administered Subscribers; Unsubscribing Dynamic Durable Subscribers; Temporary Topics; Chapter 6. Message Filtering; Message Selectors; Identifiers; Literals; Comparison Operators; Arithmetic Operators; Declaring a Message Selector; Message Selector Examples; Managing Claims in an HMO
|
520 |
|
|
|a 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-ba
|
546 |
|
|
|a English.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
0 |
|a Telecommunication
|x Message processing.
|
650 |
|
0 |
|a Electronic mail systems.
|
650 |
|
2 |
|a Electronic Mail
|
650 |
|
6 |
|a Courrier électronique.
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
6 |
|a Télécommunications
|x Traitement de messages.
|
650 |
|
7 |
|a electronic mail.
|2 aat
|
650 |
|
7 |
|a COMPUTERS
|x Data Processing.
|2 bisacsh
|
650 |
|
7 |
|a Java (Computer program language)
|2 blmlsh
|
650 |
|
7 |
|a Telecommunication
|x Message processing.
|2 blmlsh
|
650 |
|
7 |
|a Electronic mail systems.
|2 blmlsh
|
650 |
|
7 |
|a Electronic mail systems.
|2 fast
|0 (OCoLC)fst00907333
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|0 (OCoLC)fst00982065
|
650 |
|
7 |
|a Telecommunication
|x Message processing.
|2 fast
|0 (OCoLC)fst01145905
|
700 |
1 |
|
|a Monson-Haefel, Richard.
|
700 |
1 |
|
|a Chappell, David A.
|
776 |
0 |
8 |
|i Print version:
|a Richards, Mark.
|t Java message service.
|b 2nd ed.
|d Sebastopol, CA : O'Reilly, ©2009
|z 9780596522049
|w (OCoLC)297148672
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9780596802264/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26837872
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10761869
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 415274
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis28426801
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7462405
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 3317207
|
994 |
|
|
|a 92
|b IZTAP
|