Learning RabbitMQ :: build and optimize efficient messaging applications with ease /
Annotation
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2015.
|
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Annotation |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (1 volume) : illustrations |
ISBN: | 9781783984572 1783984570 1783984562 9781783984565 |
Internformat
MARC
LEADER | 00000cam a2200000 i 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn935256986 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr unu|||||||| | ||
008 | 160119s2015 enka o 001 0 eng d | ||
040 | |a UMI |b eng |e rda |e pn |c UMI |d OCLCF |d N$T |d IDEBK |d VT2 |d YDXCP |d COO |d EBLCP |d DEBSZ |d DEBBG |d IDB |d OCLCQ |d MERUC |d OCLCQ |d CEF |d NLE |d UKMGB |d OCLCQ |d UAB |d AU@ |d UKAHL |d OCLCQ |d AJS |d OCLCO |d OCLCQ |d QGK |d OCLCO |d OCLCL |d OCLCQ | ||
016 | 7 | |a 018006990 |2 Uk | |
019 | |a 933586975 |a 933713792 |a 951974852 |a 958465073 |a 1259151618 | ||
020 | |a 9781783984572 |q (electronic bk.) | ||
020 | |a 1783984570 |q (electronic bk.) | ||
020 | |a 1783984562 |q (Trade Paper) | ||
020 | |a 9781783984565 |q (Trade Paper) | ||
020 | |z 9781783984565 | ||
024 | 3 | |a 9781783984565 | |
035 | |a (OCoLC)935256986 |z (OCoLC)933586975 |z (OCoLC)933713792 |z (OCoLC)951974852 |z (OCoLC)958465073 |z (OCoLC)1259151618 | ||
037 | |a CL0500000703 |b Safari Books Online | ||
050 | 4 | |a TK5102.5 | |
072 | 7 | |a TEC |x 009070 |2 bisacsh | |
082 | 7 | |a 621.382 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Toshev, Martin, |e author. | |
245 | 1 | 0 | |a Learning RabbitMQ : |b build and optimize efficient messaging applications with ease / |c Martin Toshev. |
264 | 1 | |a Birmingham, UK : |b Packt Publishing, |c 2015. | |
300 | |a 1 online resource (1 volume) : |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 | ||
490 | 1 | |a Community experience distilled | |
588 | 0 | |a Online resource; title from cover page (Safari, viewed January 18, 2016). | |
500 | |a Includes index. | ||
520 | 8 | |a Annotation |b Build and optimize efficient messaging applications with easeAbout This Book Learn to administer, configure, and manage RabbitMQ instances Discover ways to secure and troubleshoot RabbitMQ instances This book is fully up-to-date with all the latest changes to version 3.5Who This Book Is ForIf you are a developer or system administrator with a basic knowledge of messaging who wants to learn RabbitMQ, or if you want to further enhance your knowledge in working with the message broker, then this book is ideal for you. To fully understand some examples in the book, a basic knowledge of the Java programming language is required. What You Will Learn Apply messaging patterns using the message broker Administer RabbitMQ using the command line, management Web console, or management REST services Create a cluster of scalable, and highly-available, RabbitMQ instances Use RabbitMQ with the Spring Framework, MuleESB, WSO2, and Oracle databases Deploy RabbitMQ using Puppet, Vagrant, or Docker Fine-tune the performance of RabbitMQ Monitor RabbitMQ using Nagios, Munin, or Monit Secure, troubleshoot, and extend RabbitMQIn DetailRabbitMQ is Open Source Message Queuing software based on the Advanced Message Queue Protocol Standard written in the Erlang Language. RabbitMQ is an ideal candidate for large-scale projects ranging from e-commerce and finance to Big Data and social networking because of its ease of use and high performance. Managing RabbitMQ in such a dynamic environment can be a challenging task that requires a good understanding not only of how to work properly with the message broker but also of its best practices and pitfalls. Learning RabbitMQ starts with a concise description of messaging solutions and patterns, then moves on to concrete practical scenarios for publishing and subscribing to the broker along with basic administration. This knowledge is further expanded by exploring how to establish clustering and high availability at the level of the message broker and how to integrate RabbitMQ with a number of technologies such as Spring, and enterprise service bus solutions such as MuleESB and WSO2. We will look at advanced topics such as performance tuning, secure messaging, and the internals of RabbitMQ. Finally we will work through case-studies so that we can see RabbitMQ in action and, if something goes wrong, we'll learn to resolve it in the Troubleshooting section. Style and approach Each chapter of the book is an easy-to-follow guide that expands and builds on the knowledge already gained in previous chapters. Throughout the course of the book, a sample system called the CSN (Corporate Social Network) is used to illustrate the core principles described. At the end of each chapter, there is a Q & A session that covers practical questions that may arise in practice when working with RabbitMQ. | |
505 | 0 | |a Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Preface; Chapter 1: Introducing RabbitMQ; Enterprise messaging; Use cases; Solutions; Patterns; Point-to-point ; Publish-subscribe; Request-response; Understanding RabbitMQ; Features; Comparison with other technologies; Installation; Linux; Case study: CSN (Corporate Social Network); Summary; Exercises; Chapter 2: Design Patterns with RabbitMQ; Messaging patterns in RabbitMQ; Point-to-point communication; Publish-subscribe communication; Request-reply communication ; Message router. | |
505 | 8 | |a Case study: Initial design of the CSNSummary; Exercises; Chapter 3: Administration, Configuration, and Management; Administering RabbitMQ instances; Administering RabbitMQ components; Administering users; Administering vhosts; Administering permissions; Administering exchanges; Administering queues; Administering bindings; Administering policies; Administering the RabbitMQ database; Full backup and restore; Backing up and restoring the broker metadata; Installing RabbitMQ plugins; Configuring RabbitMQ instances; Setting environment variables; Modifying the RabbitMQ configuration file. | |
505 | 8 | |a Managing RabbitMQ instancesUpgrading RabbitMQ; Case study: Administering CSN; Summary; Exercises; Chapter 4: Clustering; Benefits of clustering; RabbitMQ clustering support; Creating a simple cluster; Adding nodes to the cluster; Adding RAM-only nodes to the cluster; Removing nodes from a cluster; Connecting to the cluster; Case study: scaling the CSN; Summary; Exercises; Chapter 5: High Availability; Benefits of high availability; High availability support in RabbitMQ; Mirrored queues; Federation plugin; Shovel plugin ; Reliable delivery; AMQP transactions; Publisher confirms. | |
505 | 8 | |a Client high availabilityClient reconnections; Load balancing; Case study: introducing high availability in CSN; Summary; Exercises; Chapter 6: Integrations; Types of integrations; Spring framework; Spring AMQP; Spring Integration; Integration with ESBs; Mule ESB; WSO2; Integration with databases; Oracle RDBMS; MongoDB; Hadoop; RabbitMQ integrations; RabbitMQ deployment options; Puppet; Docker; Vagrant; Testing RabbitMQ applications; Unit testing of RabbitMQ applications; Integration testing of RabbitMQ applications; Case study: Integrating CSN with external systems; Summary; Exercises. | |
505 | 8 | |a Chapter 7: Performance Tuning and MonitoringPerformance tuning of RabbitMQ instances; Memory usage; Faster runtime execution; Message size; The maximum frame size of messages; The maximum number of channels ; Connection heartbeats; Clustering and high availability; QoS prefetching; Message persistence; Mnesia transaction logs; Acknowledgements, transactions and publisher confirms; Message routing; Queue creation/deletion; Queue message TTL; Alarms; Network tuning; Client tuning; Performance testing; Monitoring of RabbitMQ instances; The management UI; Nagios; Monit; Munin. | |
650 | 0 | |a Telecommunication |x Message processing. |0 http://id.loc.gov/authorities/subjects/sh85133282 | |
650 | 0 | |a Data transmission systems |x Computer simulation. | |
650 | 6 | |a Télécommunications |x Traitement de messages. | |
650 | 7 | |a TECHNOLOGY & ENGINEERING |x Mechanical. |2 bisacsh | |
650 | 7 | |a Data transmission systems |x Computer simulation |2 fast | |
650 | 7 | |a Telecommunication |x Message processing |2 fast | |
776 | 0 | 8 | |i Print version: |a Toshev, Martin. |t Learning RabbitMQ. |d Birmingham : Packt Publishing, ©2015 |
830 | 0 | |a Community experience distilled. |0 http://id.loc.gov/authorities/names/no2011030603 | |
856 | 4 | 0 | |l FWS01 |p ZDB-4-EBA |q FWS_PDA_EBA |u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1134494 |3 Volltext |
938 | |a Askews and Holts Library Services |b ASKH |n AH29879500 | ||
938 | |a EBL - Ebook Library |b EBLB |n EBL4520756 | ||
938 | |a EBSCOhost |b EBSC |n 1134494 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis33469383 | ||
938 | |a YBP Library Services |b YANK |n 12772115 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn935256986 |
---|---|
_version_ | 1816882336661241856 |
adam_text | |
any_adam_object | |
author | Toshev, Martin |
author_facet | Toshev, Martin |
author_role | aut |
author_sort | Toshev, Martin |
author_variant | m t mt |
building | Verbundindex |
bvnumber | localFWS |
callnumber-first | T - Technology |
callnumber-label | TK5102 |
callnumber-raw | TK5102.5 |
callnumber-search | TK5102.5 |
callnumber-sort | TK 45102.5 |
callnumber-subject | TK - Electrical and Nuclear Engineering |
collection | ZDB-4-EBA |
contents | Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Preface; Chapter 1: Introducing RabbitMQ; Enterprise messaging; Use cases; Solutions; Patterns; Point-to-point ; Publish-subscribe; Request-response; Understanding RabbitMQ; Features; Comparison with other technologies; Installation; Linux; Case study: CSN (Corporate Social Network); Summary; Exercises; Chapter 2: Design Patterns with RabbitMQ; Messaging patterns in RabbitMQ; Point-to-point communication; Publish-subscribe communication; Request-reply communication ; Message router. Case study: Initial design of the CSNSummary; Exercises; Chapter 3: Administration, Configuration, and Management; Administering RabbitMQ instances; Administering RabbitMQ components; Administering users; Administering vhosts; Administering permissions; Administering exchanges; Administering queues; Administering bindings; Administering policies; Administering the RabbitMQ database; Full backup and restore; Backing up and restoring the broker metadata; Installing RabbitMQ plugins; Configuring RabbitMQ instances; Setting environment variables; Modifying the RabbitMQ configuration file. Managing RabbitMQ instancesUpgrading RabbitMQ; Case study: Administering CSN; Summary; Exercises; Chapter 4: Clustering; Benefits of clustering; RabbitMQ clustering support; Creating a simple cluster; Adding nodes to the cluster; Adding RAM-only nodes to the cluster; Removing nodes from a cluster; Connecting to the cluster; Case study: scaling the CSN; Summary; Exercises; Chapter 5: High Availability; Benefits of high availability; High availability support in RabbitMQ; Mirrored queues; Federation plugin; Shovel plugin ; Reliable delivery; AMQP transactions; Publisher confirms. Client high availabilityClient reconnections; Load balancing; Case study: introducing high availability in CSN; Summary; Exercises; Chapter 6: Integrations; Types of integrations; Spring framework; Spring AMQP; Spring Integration; Integration with ESBs; Mule ESB; WSO2; Integration with databases; Oracle RDBMS; MongoDB; Hadoop; RabbitMQ integrations; RabbitMQ deployment options; Puppet; Docker; Vagrant; Testing RabbitMQ applications; Unit testing of RabbitMQ applications; Integration testing of RabbitMQ applications; Case study: Integrating CSN with external systems; Summary; Exercises. Chapter 7: Performance Tuning and MonitoringPerformance tuning of RabbitMQ instances; Memory usage; Faster runtime execution; Message size; The maximum frame size of messages; The maximum number of channels ; Connection heartbeats; Clustering and high availability; QoS prefetching; Message persistence; Mnesia transaction logs; Acknowledgements, transactions and publisher confirms; Message routing; Queue creation/deletion; Queue message TTL; Alarms; Network tuning; Client tuning; Performance testing; Monitoring of RabbitMQ instances; The management UI; Nagios; Monit; Munin. |
ctrlnum | (OCoLC)935256986 |
dewey-full | 621.382 |
dewey-hundreds | 600 - Technology (Applied sciences) |
dewey-ones | 621 - Applied physics |
dewey-raw | 621.382 |
dewey-search | 621.382 |
dewey-sort | 3621.382 |
dewey-tens | 620 - Engineering and allied operations |
discipline | Elektrotechnik / Elektronik / Nachrichtentechnik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>08577cam a2200661 i 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn935256986</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr unu||||||||</controlfield><controlfield tag="008">160119s2015 enka o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">UMI</subfield><subfield code="b">eng</subfield><subfield code="e">rda</subfield><subfield code="e">pn</subfield><subfield code="c">UMI</subfield><subfield code="d">OCLCF</subfield><subfield code="d">N$T</subfield><subfield code="d">IDEBK</subfield><subfield code="d">VT2</subfield><subfield code="d">YDXCP</subfield><subfield code="d">COO</subfield><subfield code="d">EBLCP</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">DEBBG</subfield><subfield code="d">IDB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">MERUC</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">CEF</subfield><subfield code="d">NLE</subfield><subfield code="d">UKMGB</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">UAB</subfield><subfield code="d">AU@</subfield><subfield code="d">UKAHL</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">AJS</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield><subfield code="d">OCLCQ</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">018006990</subfield><subfield code="2">Uk</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">933586975</subfield><subfield code="a">933713792</subfield><subfield code="a">951974852</subfield><subfield code="a">958465073</subfield><subfield code="a">1259151618</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781783984572</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1783984570</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1783984562</subfield><subfield code="q">(Trade Paper)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781783984565</subfield><subfield code="q">(Trade Paper)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781783984565</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9781783984565</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)935256986</subfield><subfield code="z">(OCoLC)933586975</subfield><subfield code="z">(OCoLC)933713792</subfield><subfield code="z">(OCoLC)951974852</subfield><subfield code="z">(OCoLC)958465073</subfield><subfield code="z">(OCoLC)1259151618</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">CL0500000703</subfield><subfield code="b">Safari Books Online</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">TK5102.5</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">TEC</subfield><subfield code="x">009070</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">621.382</subfield><subfield code="2">23</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">MAIN</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Toshev, Martin,</subfield><subfield code="e">author.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Learning RabbitMQ :</subfield><subfield code="b">build and optimize efficient messaging applications with ease /</subfield><subfield code="c">Martin Toshev.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Birmingham, UK :</subfield><subfield code="b">Packt Publishing,</subfield><subfield code="c">2015.</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">1 online resource (1 volume) :</subfield><subfield code="b">illustrations</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="a">text</subfield><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="a">computer</subfield><subfield code="b">c</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="a">online resource</subfield><subfield code="b">cr</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="347" ind1=" " ind2=" "><subfield code="a">text file</subfield></datafield><datafield tag="490" ind1="1" ind2=" "><subfield code="a">Community experience distilled</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Online resource; title from cover page (Safari, viewed January 18, 2016).</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="520" ind1="8" ind2=" "><subfield code="a">Annotation</subfield><subfield code="b">Build and optimize efficient messaging applications with easeAbout This Book Learn to administer, configure, and manage RabbitMQ instances Discover ways to secure and troubleshoot RabbitMQ instances This book is fully up-to-date with all the latest changes to version 3.5Who This Book Is ForIf you are a developer or system administrator with a basic knowledge of messaging who wants to learn RabbitMQ, or if you want to further enhance your knowledge in working with the message broker, then this book is ideal for you. To fully understand some examples in the book, a basic knowledge of the Java programming language is required. What You Will Learn Apply messaging patterns using the message broker Administer RabbitMQ using the command line, management Web console, or management REST services Create a cluster of scalable, and highly-available, RabbitMQ instances Use RabbitMQ with the Spring Framework, MuleESB, WSO2, and Oracle databases Deploy RabbitMQ using Puppet, Vagrant, or Docker Fine-tune the performance of RabbitMQ Monitor RabbitMQ using Nagios, Munin, or Monit Secure, troubleshoot, and extend RabbitMQIn DetailRabbitMQ is Open Source Message Queuing software based on the Advanced Message Queue Protocol Standard written in the Erlang Language. RabbitMQ is an ideal candidate for large-scale projects ranging from e-commerce and finance to Big Data and social networking because of its ease of use and high performance. Managing RabbitMQ in such a dynamic environment can be a challenging task that requires a good understanding not only of how to work properly with the message broker but also of its best practices and pitfalls. Learning RabbitMQ starts with a concise description of messaging solutions and patterns, then moves on to concrete practical scenarios for publishing and subscribing to the broker along with basic administration. This knowledge is further expanded by exploring how to establish clustering and high availability at the level of the message broker and how to integrate RabbitMQ with a number of technologies such as Spring, and enterprise service bus solutions such as MuleESB and WSO2. We will look at advanced topics such as performance tuning, secure messaging, and the internals of RabbitMQ. Finally we will work through case-studies so that we can see RabbitMQ in action and, if something goes wrong, we'll learn to resolve it in the Troubleshooting section. Style and approach Each chapter of the book is an easy-to-follow guide that expands and builds on the knowledge already gained in previous chapters. Throughout the course of the book, a sample system called the CSN (Corporate Social Network) is used to illustrate the core principles described. At the end of each chapter, there is a Q & A session that covers practical questions that may arise in practice when working with RabbitMQ.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Preface; Chapter 1: Introducing RabbitMQ; Enterprise messaging; Use cases; Solutions; Patterns; Point-to-point ; Publish-subscribe; Request-response; Understanding RabbitMQ; Features; Comparison with other technologies; Installation; Linux; Case study: CSN (Corporate Social Network); Summary; Exercises; Chapter 2: Design Patterns with RabbitMQ; Messaging patterns in RabbitMQ; Point-to-point communication; Publish-subscribe communication; Request-reply communication ; Message router.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Case study: Initial design of the CSNSummary; Exercises; Chapter 3: Administration, Configuration, and Management; Administering RabbitMQ instances; Administering RabbitMQ components; Administering users; Administering vhosts; Administering permissions; Administering exchanges; Administering queues; Administering bindings; Administering policies; Administering the RabbitMQ database; Full backup and restore; Backing up and restoring the broker metadata; Installing RabbitMQ plugins; Configuring RabbitMQ instances; Setting environment variables; Modifying the RabbitMQ configuration file.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Managing RabbitMQ instancesUpgrading RabbitMQ; Case study: Administering CSN; Summary; Exercises; Chapter 4: Clustering; Benefits of clustering; RabbitMQ clustering support; Creating a simple cluster; Adding nodes to the cluster; Adding RAM-only nodes to the cluster; Removing nodes from a cluster; Connecting to the cluster; Case study: scaling the CSN; Summary; Exercises; Chapter 5: High Availability; Benefits of high availability; High availability support in RabbitMQ; Mirrored queues; Federation plugin; Shovel plugin ; Reliable delivery; AMQP transactions; Publisher confirms.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Client high availabilityClient reconnections; Load balancing; Case study: introducing high availability in CSN; Summary; Exercises; Chapter 6: Integrations; Types of integrations; Spring framework; Spring AMQP; Spring Integration; Integration with ESBs; Mule ESB; WSO2; Integration with databases; Oracle RDBMS; MongoDB; Hadoop; RabbitMQ integrations; RabbitMQ deployment options; Puppet; Docker; Vagrant; Testing RabbitMQ applications; Unit testing of RabbitMQ applications; Integration testing of RabbitMQ applications; Case study: Integrating CSN with external systems; Summary; Exercises.</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Chapter 7: Performance Tuning and MonitoringPerformance tuning of RabbitMQ instances; Memory usage; Faster runtime execution; Message size; The maximum frame size of messages; The maximum number of channels ; Connection heartbeats; Clustering and high availability; QoS prefetching; Message persistence; Mnesia transaction logs; Acknowledgements, transactions and publisher confirms; Message routing; Queue creation/deletion; Queue message TTL; Alarms; Network tuning; Client tuning; Performance testing; Monitoring of RabbitMQ instances; The management UI; Nagios; Monit; Munin.</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Telecommunication</subfield><subfield code="x">Message processing.</subfield><subfield code="0">http://id.loc.gov/authorities/subjects/sh85133282</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Data transmission systems</subfield><subfield code="x">Computer simulation.</subfield></datafield><datafield tag="650" ind1=" " ind2="6"><subfield code="a">Télécommunications</subfield><subfield code="x">Traitement de messages.</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">TECHNOLOGY & ENGINEERING</subfield><subfield code="x">Mechanical.</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Data transmission systems</subfield><subfield code="x">Computer simulation</subfield><subfield code="2">fast</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Telecommunication</subfield><subfield code="x">Message processing</subfield><subfield code="2">fast</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Toshev, Martin.</subfield><subfield code="t">Learning RabbitMQ.</subfield><subfield code="d">Birmingham : Packt Publishing, ©2015</subfield></datafield><datafield tag="830" ind1=" " ind2="0"><subfield code="a">Community experience distilled.</subfield><subfield code="0">http://id.loc.gov/authorities/names/no2011030603</subfield></datafield><datafield tag="856" ind1="4" ind2="0"><subfield code="l">FWS01</subfield><subfield code="p">ZDB-4-EBA</subfield><subfield code="q">FWS_PDA_EBA</subfield><subfield code="u">https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1134494</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">Askews and Holts Library Services</subfield><subfield code="b">ASKH</subfield><subfield code="n">AH29879500</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBL - Ebook Library</subfield><subfield code="b">EBLB</subfield><subfield code="n">EBL4520756</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1134494</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis33469383</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">12772115</subfield></datafield><datafield tag="994" ind1=" " ind2=" "><subfield code="a">92</subfield><subfield code="b">GEBAY</subfield></datafield><datafield tag="912" ind1=" " ind2=" "><subfield code="a">ZDB-4-EBA</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-863</subfield></datafield></record></collection> |
id | ZDB-4-EBA-ocn935256986 |
illustrated | Illustrated |
indexdate | 2024-11-27T13:27:00Z |
institution | BVB |
isbn | 9781783984572 1783984570 1783984562 9781783984565 |
language | English |
oclc_num | 935256986 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (1 volume) : illustrations |
psigel | ZDB-4-EBA |
publishDate | 2015 |
publishDateSearch | 2015 |
publishDateSort | 2015 |
publisher | Packt Publishing, |
record_format | marc |
series | Community experience distilled. |
series2 | Community experience distilled |
spelling | Toshev, Martin, author. Learning RabbitMQ : build and optimize efficient messaging applications with ease / Martin Toshev. Birmingham, UK : Packt Publishing, 2015. 1 online resource (1 volume) : illustrations text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Community experience distilled Online resource; title from cover page (Safari, viewed January 18, 2016). Includes index. Annotation Build and optimize efficient messaging applications with easeAbout This Book Learn to administer, configure, and manage RabbitMQ instances Discover ways to secure and troubleshoot RabbitMQ instances This book is fully up-to-date with all the latest changes to version 3.5Who This Book Is ForIf you are a developer or system administrator with a basic knowledge of messaging who wants to learn RabbitMQ, or if you want to further enhance your knowledge in working with the message broker, then this book is ideal for you. To fully understand some examples in the book, a basic knowledge of the Java programming language is required. What You Will Learn Apply messaging patterns using the message broker Administer RabbitMQ using the command line, management Web console, or management REST services Create a cluster of scalable, and highly-available, RabbitMQ instances Use RabbitMQ with the Spring Framework, MuleESB, WSO2, and Oracle databases Deploy RabbitMQ using Puppet, Vagrant, or Docker Fine-tune the performance of RabbitMQ Monitor RabbitMQ using Nagios, Munin, or Monit Secure, troubleshoot, and extend RabbitMQIn DetailRabbitMQ is Open Source Message Queuing software based on the Advanced Message Queue Protocol Standard written in the Erlang Language. RabbitMQ is an ideal candidate for large-scale projects ranging from e-commerce and finance to Big Data and social networking because of its ease of use and high performance. Managing RabbitMQ in such a dynamic environment can be a challenging task that requires a good understanding not only of how to work properly with the message broker but also of its best practices and pitfalls. Learning RabbitMQ starts with a concise description of messaging solutions and patterns, then moves on to concrete practical scenarios for publishing and subscribing to the broker along with basic administration. This knowledge is further expanded by exploring how to establish clustering and high availability at the level of the message broker and how to integrate RabbitMQ with a number of technologies such as Spring, and enterprise service bus solutions such as MuleESB and WSO2. We will look at advanced topics such as performance tuning, secure messaging, and the internals of RabbitMQ. Finally we will work through case-studies so that we can see RabbitMQ in action and, if something goes wrong, we'll learn to resolve it in the Troubleshooting section. Style and approach Each chapter of the book is an easy-to-follow guide that expands and builds on the knowledge already gained in previous chapters. Throughout the course of the book, a sample system called the CSN (Corporate Social Network) is used to illustrate the core principles described. At the end of each chapter, there is a Q & A session that covers practical questions that may arise in practice when working with RabbitMQ. Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Preface; Chapter 1: Introducing RabbitMQ; Enterprise messaging; Use cases; Solutions; Patterns; Point-to-point ; Publish-subscribe; Request-response; Understanding RabbitMQ; Features; Comparison with other technologies; Installation; Linux; Case study: CSN (Corporate Social Network); Summary; Exercises; Chapter 2: Design Patterns with RabbitMQ; Messaging patterns in RabbitMQ; Point-to-point communication; Publish-subscribe communication; Request-reply communication ; Message router. Case study: Initial design of the CSNSummary; Exercises; Chapter 3: Administration, Configuration, and Management; Administering RabbitMQ instances; Administering RabbitMQ components; Administering users; Administering vhosts; Administering permissions; Administering exchanges; Administering queues; Administering bindings; Administering policies; Administering the RabbitMQ database; Full backup and restore; Backing up and restoring the broker metadata; Installing RabbitMQ plugins; Configuring RabbitMQ instances; Setting environment variables; Modifying the RabbitMQ configuration file. Managing RabbitMQ instancesUpgrading RabbitMQ; Case study: Administering CSN; Summary; Exercises; Chapter 4: Clustering; Benefits of clustering; RabbitMQ clustering support; Creating a simple cluster; Adding nodes to the cluster; Adding RAM-only nodes to the cluster; Removing nodes from a cluster; Connecting to the cluster; Case study: scaling the CSN; Summary; Exercises; Chapter 5: High Availability; Benefits of high availability; High availability support in RabbitMQ; Mirrored queues; Federation plugin; Shovel plugin ; Reliable delivery; AMQP transactions; Publisher confirms. Client high availabilityClient reconnections; Load balancing; Case study: introducing high availability in CSN; Summary; Exercises; Chapter 6: Integrations; Types of integrations; Spring framework; Spring AMQP; Spring Integration; Integration with ESBs; Mule ESB; WSO2; Integration with databases; Oracle RDBMS; MongoDB; Hadoop; RabbitMQ integrations; RabbitMQ deployment options; Puppet; Docker; Vagrant; Testing RabbitMQ applications; Unit testing of RabbitMQ applications; Integration testing of RabbitMQ applications; Case study: Integrating CSN with external systems; Summary; Exercises. Chapter 7: Performance Tuning and MonitoringPerformance tuning of RabbitMQ instances; Memory usage; Faster runtime execution; Message size; The maximum frame size of messages; The maximum number of channels ; Connection heartbeats; Clustering and high availability; QoS prefetching; Message persistence; Mnesia transaction logs; Acknowledgements, transactions and publisher confirms; Message routing; Queue creation/deletion; Queue message TTL; Alarms; Network tuning; Client tuning; Performance testing; Monitoring of RabbitMQ instances; The management UI; Nagios; Monit; Munin. Telecommunication Message processing. http://id.loc.gov/authorities/subjects/sh85133282 Data transmission systems Computer simulation. Télécommunications Traitement de messages. TECHNOLOGY & ENGINEERING Mechanical. bisacsh Data transmission systems Computer simulation fast Telecommunication Message processing fast Print version: Toshev, Martin. Learning RabbitMQ. Birmingham : Packt Publishing, ©2015 Community experience distilled. http://id.loc.gov/authorities/names/no2011030603 FWS01 ZDB-4-EBA FWS_PDA_EBA https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1134494 Volltext |
spellingShingle | Toshev, Martin Learning RabbitMQ : build and optimize efficient messaging applications with ease / Community experience distilled. Cover; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Preface; Chapter 1: Introducing RabbitMQ; Enterprise messaging; Use cases; Solutions; Patterns; Point-to-point ; Publish-subscribe; Request-response; Understanding RabbitMQ; Features; Comparison with other technologies; Installation; Linux; Case study: CSN (Corporate Social Network); Summary; Exercises; Chapter 2: Design Patterns with RabbitMQ; Messaging patterns in RabbitMQ; Point-to-point communication; Publish-subscribe communication; Request-reply communication ; Message router. Case study: Initial design of the CSNSummary; Exercises; Chapter 3: Administration, Configuration, and Management; Administering RabbitMQ instances; Administering RabbitMQ components; Administering users; Administering vhosts; Administering permissions; Administering exchanges; Administering queues; Administering bindings; Administering policies; Administering the RabbitMQ database; Full backup and restore; Backing up and restoring the broker metadata; Installing RabbitMQ plugins; Configuring RabbitMQ instances; Setting environment variables; Modifying the RabbitMQ configuration file. Managing RabbitMQ instancesUpgrading RabbitMQ; Case study: Administering CSN; Summary; Exercises; Chapter 4: Clustering; Benefits of clustering; RabbitMQ clustering support; Creating a simple cluster; Adding nodes to the cluster; Adding RAM-only nodes to the cluster; Removing nodes from a cluster; Connecting to the cluster; Case study: scaling the CSN; Summary; Exercises; Chapter 5: High Availability; Benefits of high availability; High availability support in RabbitMQ; Mirrored queues; Federation plugin; Shovel plugin ; Reliable delivery; AMQP transactions; Publisher confirms. Client high availabilityClient reconnections; Load balancing; Case study: introducing high availability in CSN; Summary; Exercises; Chapter 6: Integrations; Types of integrations; Spring framework; Spring AMQP; Spring Integration; Integration with ESBs; Mule ESB; WSO2; Integration with databases; Oracle RDBMS; MongoDB; Hadoop; RabbitMQ integrations; RabbitMQ deployment options; Puppet; Docker; Vagrant; Testing RabbitMQ applications; Unit testing of RabbitMQ applications; Integration testing of RabbitMQ applications; Case study: Integrating CSN with external systems; Summary; Exercises. Chapter 7: Performance Tuning and MonitoringPerformance tuning of RabbitMQ instances; Memory usage; Faster runtime execution; Message size; The maximum frame size of messages; The maximum number of channels ; Connection heartbeats; Clustering and high availability; QoS prefetching; Message persistence; Mnesia transaction logs; Acknowledgements, transactions and publisher confirms; Message routing; Queue creation/deletion; Queue message TTL; Alarms; Network tuning; Client tuning; Performance testing; Monitoring of RabbitMQ instances; The management UI; Nagios; Monit; Munin. Telecommunication Message processing. http://id.loc.gov/authorities/subjects/sh85133282 Data transmission systems Computer simulation. Télécommunications Traitement de messages. TECHNOLOGY & ENGINEERING Mechanical. bisacsh Data transmission systems Computer simulation fast Telecommunication Message processing fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh85133282 |
title | Learning RabbitMQ : build and optimize efficient messaging applications with ease / |
title_auth | Learning RabbitMQ : build and optimize efficient messaging applications with ease / |
title_exact_search | Learning RabbitMQ : build and optimize efficient messaging applications with ease / |
title_full | Learning RabbitMQ : build and optimize efficient messaging applications with ease / Martin Toshev. |
title_fullStr | Learning RabbitMQ : build and optimize efficient messaging applications with ease / Martin Toshev. |
title_full_unstemmed | Learning RabbitMQ : build and optimize efficient messaging applications with ease / Martin Toshev. |
title_short | Learning RabbitMQ : |
title_sort | learning rabbitmq build and optimize efficient messaging applications with ease |
title_sub | build and optimize efficient messaging applications with ease / |
topic | Telecommunication Message processing. http://id.loc.gov/authorities/subjects/sh85133282 Data transmission systems Computer simulation. Télécommunications Traitement de messages. TECHNOLOGY & ENGINEERING Mechanical. bisacsh Data transmission systems Computer simulation fast Telecommunication Message processing fast |
topic_facet | Telecommunication Message processing. Data transmission systems Computer simulation. Télécommunications Traitement de messages. TECHNOLOGY & ENGINEERING Mechanical. Data transmission systems Computer simulation Telecommunication Message processing |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1134494 |
work_keys_str_mv | AT toshevmartin learningrabbitmqbuildandoptimizeefficientmessagingapplicationswithease |