|
|
|
|
LEADER |
00000cam a2200000Mu 4500 |
001 |
EBSCO_ocn818819130 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
121124s2012 enk o 000 0 eng d |
040 |
|
|
|a EBLCP
|b eng
|e pn
|c EBLCP
|d OCLCQ
|d DEBSZ
|d K6U
|d N$T
|d OCLCF
|d OCLCQ
|d OCLCO
|d COO
|d UMI
|d YDXCP
|d OCLCQ
|d AGLDB
|d ICA
|d MERUC
|d OCLCQ
|d ZCU
|d D6H
|d VTS
|d CEF
|d ICG
|d OCLCQ
|d STF
|d DKC
|d OCLCQ
|d AJS
|d HS0
|d OCLCQ
|d OCLCO
|d OCLCQ
|
019 |
|
|
|a 824761403
|a 1264810924
|
020 |
|
|
|a 9781849518413
|q (electronic bk.)
|
020 |
|
|
|a 1849518416
|q (electronic bk.)
|
020 |
|
|
|a 9781849518406
|
020 |
|
|
|a 1849518408
|
029 |
1 |
|
|a AU@
|b 000050635550
|
029 |
1 |
|
|a DEBBG
|b BV041120735
|
029 |
1 |
|
|a DEBBG
|b BV044170474
|
029 |
1 |
|
|a DEBSZ
|b 396756409
|
029 |
1 |
|
|a DEBSZ
|b 397422946
|
029 |
1 |
|
|a DEBSZ
|b 493109781
|
029 |
1 |
|
|a GBVCP
|b 785367292
|
035 |
|
|
|a (OCoLC)818819130
|z (OCoLC)824761403
|z (OCoLC)1264810924
|
037 |
|
|
|a CL0500000184
|b Safari Books Online
|
050 |
|
4 |
|a QA76
|
072 |
|
7 |
|a COM
|x 000000
|2 bisacsh
|
082 |
0 |
4 |
|a 006.7
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Giacomelli, Piero.
|
245 |
1 |
0 |
|a HornetQ Messaging Developer?s Guide.
|
260 |
|
|
|a Birmingham :
|b Packt Pub.,
|c 2012.
|
300 |
|
|
|a 1 online resource (388 pages)
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a Community experience distilled
|
505 |
0 |
|
|a HornetQ Messaging Developer's Guide; HornetQ Messaging Developer's Guide; Credits; About the Author; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Instant Updates on New Packt Books; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Getting Started with HornetQ; A quick introduction to HornetQ; Introduction to our fictional example.
|
505 |
8 |
|
|a Installation and configuration of the environmentA word on the OS; Downloading the software; Installing HornetQ; Installing HornetQ on Linux/Unix/Mac the easy way; Installing Eclipse; Installing and configuring MongoDB; Configuring the Eclipse IDE for HornetQ; Coding our first example; Class fields; Initializing the context; Creating and opening the connection; Producing the message; Consuming the message; Connecting to MongoDB; Storing to MongoDB; Closing everything; Summary; 2. Setting Up HornetQ; Which HornetQ version do I need?; What about the cloud?; A word on the operating system.
|
505 |
8 |
|
|a The HornetQ core API examplePreparing your development environment; Creating a shared core API connection; Creating and sharing a HornetQ session; Coding a client consumer; Testing the first message sent; Coding the HornetQ core API consumer; Putting everything together; Final considerations; Have you done your math?; Summary; 4. Monitoring HornetQ; Managing HornetQ using the core API; Configuring the environment; Before using the management core API classes; First example using the core; JMS management API; Calling the JMS management API; Managing clients using JMX; Setting up the server.
|
505 |
8 |
|
|a Listing all the clients connected to a queue using JMXSummary; 5. Some More Advanced Features of HornetQ; Managing large messages with HornetQ; Managing large messages using JMS; Managing large messages using the core API; Managing undelivered messages; Delay in redelivery; Dead letter address; Message priority; Summary; 6. Clustering with HornetQ; First cluster with two different nodes; Creating two nodes; Configuring the nodes; Running both the nodes; Coding a message producer and consumer on a cluster; Creating a sharing queue on a HornetQ cluster; Configuring the environment.
|
500 |
|
|
|a Coding the clustered queue example.
|
500 |
|
|
|a Written by an expert HornetQ developer this guide develops an applicable example to accompany practical tutorials and screenshots. Readers will have no trouble applying what they?ve learnt to their own messaging needs, This book is intended both for first time users and readers who are already using the JBoss messaging system. Advanced features are explained and every chapter suggests further improvement, so the willing reader is challenged by increasing their knowledge in a practical and productive way.
|
588 |
0 |
|
|a Print version record.
|
520 |
|
|
|a Chapter 3: Basic Coding with HornetQ: Creating and Consuming Messages; Installing Eclipse on Windows; Installing NetBeans on Windows; Installing NetBeans on Linux; Post installation; A 10,000 foot view of HornetQ; Thinking, then coding; The HornetQ core API example; Preparing your development environment; Creating a shared core API connection; Creating and sharing a HornetQ session; Coding a client consumer; Testing the first message sent; Coding the HornetQ core API consumer; Putting everything together; Final considerations; Have you done your math?; Summary.
|
520 |
|
|
|a Chapter 6: Clustering with HornetQ; First cluster with two different nodes; Creating two nodes; Configuring the nodes; Running both the nodes; Coding a message producer and consumer on a cluster; Creating a sharing queue on a HornetQ cluster; Configuring the environment; Coding the clustered queue example; Creating the connections; Creating the producer and the consumers; Producing and consuming the messages on the clustered queue; Final considerations; Summary; Chapter 7: Divert and Filter Messages; A more detailed description; Configuring the servers; Configuring the XML.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a Application software
|x Development.
|
650 |
|
0 |
|a Java (Computer program language)
|
650 |
|
6 |
|a Logiciels d'application
|x Développement.
|
650 |
|
6 |
|a Java (Langage de programmation)
|
650 |
|
7 |
|a COMPUTERS
|x General.
|2 bisacsh
|
650 |
|
7 |
|a Application software
|x Development.
|2 fast
|0 (OCoLC)fst00811707
|
650 |
|
7 |
|a Java (Computer program language)
|2 fast
|0 (OCoLC)fst00982065
|
776 |
0 |
8 |
|i Print version:
|a Giacomelli, Piero.
|t HornetQ Messaging Developer?s Guide.
|d Birmingham : Packt Publishing, ©2012
|z 9781849518406
|
830 |
|
0 |
|a Community experience distilled.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=499143
|z Texto completo
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 499143
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 9906954
|
994 |
|
|
|a 92
|b IZTAP
|