Mastering RabbitMQ :: master the art of developing message-based applications with RabbitMQ /
Master the art of developing message-based applications with RabbitMQ About This Book Learn how to administer, manage, and extend your own message broker, RabbitMQ Develop clients to make a message bridge between your software systems using RabbitMQ Discover how to achieve proficiency with RabbitMQ...
Gespeichert in:
1. Verfasser: | |
---|---|
Weitere Verfasser: | , |
Format: | Elektronisch E-Book |
Sprache: | English |
Veröffentlicht: |
Birmingham, UK :
Packt Publishing,
2015.
|
Schriftenreihe: | Community experience distilled.
|
Schlagworte: | |
Online-Zugang: | Volltext |
Zusammenfassung: | Master the art of developing message-based applications with RabbitMQ About This Book Learn how to administer, manage, and extend your own message broker, RabbitMQ Develop clients to make a message bridge between your software systems using RabbitMQ Discover how to achieve proficiency with RabbitMQ with the well-defined descriptions of the topics Who This Book Is For If you are an intermediate-level RabbitMQ developer, who wants to achieve professional-level expertise in the subject, this book is for you. You'll also need to have a decent understanding of message queuing. What You Will Learn Administer RabbitMQ using different tools Understand the roots and details of messaging, message brokers, and AMQP protocol Scale the RabbitMQ server using the clusters and high availability techniques Extend RabbitMQ by developing the Erlang OTP-based applications that use the RabbitMQ API Manage the RabbitMQ server using its powerful tools Monitor the RabbitMQ Server using different open source tools such as Nagios, Munin, and Zabbix Ensure your RabbitMQ's security using SSL, SASL, and access control Develop RabbitMQ clients using Java, Python, and C# with an industry example In Detail RabbitMQ is one of the most powerful Open Source message broker software, which is widely used in tech companies such as Mozilla, VMware, Google, ATT, and so on. RabbitMQ gives you lots of fantastic and easy-to-manage functionalities to control and manage the messaging facility with lots of community support. As scalability is one of our major modern problems, messaging with RabbitMQ is the main part of the solution to this problem. This book explains and demonstrates the RabbitMQ server in a detailed way. It provides you with lots of real-world examples and advanced solutions to tackle the scalability issues. You'll begin your journey with the installation and configuration of the RabbitMQ server, while also being given specific details pertaining to the subject. Next, you'll study the major problems that our server faces, including scalability and high availability, and try to get the solutions for both of these issues by using the RabbitMQ mechanisms. Following on from this, you'll get to design and develop your own plugins using the Erlang language and RabbitMQ's internal API. This knowledge will help you to start with the management and monitoring of the messages, tools, and applications. You'll also gain an understanding of the security and integrity of the messagin ... |
Beschreibung: | Includes index. |
Beschreibung: | 1 online resource (286 pages) |
ISBN: | 1783981539 9781783981533 1783981520 9781783981526 |
Internformat
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | ZDB-4-EBA-ocn935642576 | ||
003 | OCoLC | ||
005 | 20241004212047.0 | ||
006 | m o d | ||
007 | cr |n||||||||| | ||
008 | 160122s2015 enk o 001 0 eng d | ||
040 | |a IDEBK |b eng |e pn |c IDEBK |d N$T |d YDXCP |d N$T |d COO |d OCLCF |d DEBSZ |d OCLCQ |d VT2 |d UOK |d RDF |d QGK |d OCLCQ |d OCLCO |d OCLCQ |d OCLCO |d OCLCL | ||
019 | |a 934605841 |a 1259246860 | ||
020 | |a 1783981539 |q (electronic bk.) | ||
020 | |a 9781783981533 |q (electronic bk.) | ||
020 | |a 1783981520 | ||
020 | |a 9781783981526 | ||
020 | |z 1783981520 | ||
020 | |z 9781783981526 | ||
024 | 3 | |a 9781783981526 | |
035 | |a (OCoLC)935642576 |z (OCoLC)934605841 |z (OCoLC)1259246860 | ||
037 | |a 888219 |b MIL | ||
050 | 4 | |a TK5102.5 | |
072 | 7 | |a COM |x 018000 |2 bisacsh | |
082 | 7 | |a 005.7136 |2 23 | |
049 | |a MAIN | ||
100 | 1 | |a Ayanoglu, Emrah. | |
245 | 1 | 0 | |a Mastering RabbitMQ : |b master the art of developing message-based applications with RabbitMQ / |c Emrah Ayanoglu, Yusuf Aytaş, Dotan Nahum. |
246 | 3 | 0 | |a Master the art of developing message-based applications with RabbitMQ |
260 | |a Birmingham, UK : |b Packt Publishing, |c 2015. | ||
300 | |a 1 online resource (286 pages) | ||
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 | |
500 | |a Includes index. | ||
588 | 0 | |a Print version record. | |
505 | 0 | |a Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started; Chapter 2: Configuring RabbitMQ; Chapter 3: Architecture and Messaging; Chapter 4: Clustering and High Availability; Chapter 5: Plugins and Plugin Development; Chapter 6: Managing Your RabbitMQ Server; Chapter 7: Monitoring; Chapter 8: Security in RabbitMQ; Chapter 9: Java RabbitMQ Client Programming; Chapter 10: Ruby Client Programming; Chapter 11: Python Client Programming; Index; Message brokers and message queue | |
505 | 8 | |a An introduction to the advanced message queue protocolAn overview of RabbitMQ; Installation of RabbitMQ; Starting RabbitMQ; Summary; Overall configuration of RabbitMQ; The RabbitMQ environment variables; The configuration file; Runtime parameters; Summary; Messaging and its use cases; Enterprise messaging; Messaging-related software architectures; Messaging concepts; Advanced Message Queuing Protocol (AMQP); Summary; High reliability in RabbitMQ; Plugin management and default plugins; Plugin configuration; Custom plugin development; Summary; Management via a command line | |
505 | 8 | |a Management via a web pluginManagement via a REST API; Summary; RabbitMQ command-line tools; Web plugins; Nagios; Munin; Zabbix; Summary; An brief introduction to security in RabbitMQ; Applying access control; Providing SASL authentication; SSL support in RabbitMQ; Summary; Case study; Application language -- Java; RabbitMQ Java client API; Case study -- client implementations; Spring framework and RabbitMQ; Spring AMQP; Summary; Case study; Bunny and Ruby; Installing Ruby; Using Bunny; Exploring the AMQP model with Bunny; The real-time processing; Sneakers; Summary; Case study; Pika | |
505 | 8 | |a Introducing the web scraperImplementing the scheduler; Implementing the scraper; Handling failure; Using acknowledgement; The Pika API; Celery; Summary; Message brokers; Message Queues; Windows; Mac OS X; Ubuntu; Fedora; Amazon elastic compute cloud (EC2); Starting RabbitMQ on Windows; Other OSes (Linux, Mac OS X); Common environment variables; Unix-specific default location; Windows-specific default location; Parameter management; Policy management; Memory management; Coupling of the software systems; Message oriented middleware -- Architecture; Event-driven architecture; Message producers | |
505 | 8 | |a Message brokersMessage consumers; Messages; AMQ elements; Functional specifications of AMQP; Federation in RabbitMQ; Clustering in RabbitMQ; Creating clusters; Checking the cluster status; Changing the cluster node types; Updating cluster nodes; Clustering the settings of RabbitMQ; Load balancing for high availability of queues; Summary; Enabling and disabling plugins; Installing plugin from third-party sources; Default plugin list; Basics of Erlang; Simple RabbitMQ metronome plugin; Cluster commands; User commands; Virtual host and permission commands; Miscellaneous commands; Vulnerabilities | |
520 | |a Master the art of developing message-based applications with RabbitMQ About This Book Learn how to administer, manage, and extend your own message broker, RabbitMQ Develop clients to make a message bridge between your software systems using RabbitMQ Discover how to achieve proficiency with RabbitMQ with the well-defined descriptions of the topics Who This Book Is For If you are an intermediate-level RabbitMQ developer, who wants to achieve professional-level expertise in the subject, this book is for you. You'll also need to have a decent understanding of message queuing. What You Will Learn Administer RabbitMQ using different tools Understand the roots and details of messaging, message brokers, and AMQP protocol Scale the RabbitMQ server using the clusters and high availability techniques Extend RabbitMQ by developing the Erlang OTP-based applications that use the RabbitMQ API Manage the RabbitMQ server using its powerful tools Monitor the RabbitMQ Server using different open source tools such as Nagios, Munin, and Zabbix Ensure your RabbitMQ's security using SSL, SASL, and access control Develop RabbitMQ clients using Java, Python, and C# with an industry example In Detail RabbitMQ is one of the most powerful Open Source message broker software, which is widely used in tech companies such as Mozilla, VMware, Google, ATT, and so on. RabbitMQ gives you lots of fantastic and easy-to-manage functionalities to control and manage the messaging facility with lots of community support. As scalability is one of our major modern problems, messaging with RabbitMQ is the main part of the solution to this problem. This book explains and demonstrates the RabbitMQ server in a detailed way. It provides you with lots of real-world examples and advanced solutions to tackle the scalability issues. You'll begin your journey with the installation and configuration of the RabbitMQ server, while also being given specific details pertaining to the subject. Next, you'll study the major problems that our server faces, including scalability and high availability, and try to get the solutions for both of these issues by using the RabbitMQ mechanisms. Following on from this, you'll get to design and develop your own plugins using the Erlang language and RabbitMQ's internal API. This knowledge will help you to start with the management and monitoring of the messages, tools, and applications. You'll also gain an understanding of the security and integrity of the messagin ... | ||
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 COMPUTERS |x Data Processing. |2 bisacsh | |
650 | 7 | |a Data transmission systems |x Computer simulation |2 fast | |
650 | 7 | |a Telecommunication |x Message processing |2 fast | |
700 | 1 | |a Aytaş, Yusuf. | |
700 | 1 | |a Nahum, Dotan. | |
758 | |i has work: |a Mastering RabbitMQ (Text) |1 https://id.oclc.org/worldcat/entity/E39PCY4mk83pkq4xY6dj6D6mbb |4 https://id.oclc.org/worldcat/ontology/hasWork | ||
776 | 0 | 8 | |i Print version: |a Ayanoglu, Emrah. |t Mastering RabbitMQ. |d Birmingham, UK : Packt Publishing, 2015 |z 1783981520 |z 9781783981526 |w (OCoLC)902019424 |
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=1137444 |3 Volltext |
938 | |a EBSCOhost |b EBSC |n 1137444 | ||
938 | |a ProQuest MyiLibrary Digital eBook Collection |b IDEB |n cis33517794 | ||
938 | |a YBP Library Services |b YANK |n 12797384 | ||
994 | |a 92 |b GEBAY | ||
912 | |a ZDB-4-EBA | ||
049 | |a DE-863 |
Datensatz im Suchindex
DE-BY-FWS_katkey | ZDB-4-EBA-ocn935642576 |
---|---|
_version_ | 1816882337176092672 |
adam_text | |
any_adam_object | |
author | Ayanoglu, Emrah |
author2 | Aytaş, Yusuf Nahum, Dotan |
author2_role | |
author2_variant | y a ya d n dn |
author_facet | Ayanoglu, Emrah Aytaş, Yusuf Nahum, Dotan |
author_role | |
author_sort | Ayanoglu, Emrah |
author_variant | e a ea |
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 Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started; Chapter 2: Configuring RabbitMQ; Chapter 3: Architecture and Messaging; Chapter 4: Clustering and High Availability; Chapter 5: Plugins and Plugin Development; Chapter 6: Managing Your RabbitMQ Server; Chapter 7: Monitoring; Chapter 8: Security in RabbitMQ; Chapter 9: Java RabbitMQ Client Programming; Chapter 10: Ruby Client Programming; Chapter 11: Python Client Programming; Index; Message brokers and message queue An introduction to the advanced message queue protocolAn overview of RabbitMQ; Installation of RabbitMQ; Starting RabbitMQ; Summary; Overall configuration of RabbitMQ; The RabbitMQ environment variables; The configuration file; Runtime parameters; Summary; Messaging and its use cases; Enterprise messaging; Messaging-related software architectures; Messaging concepts; Advanced Message Queuing Protocol (AMQP); Summary; High reliability in RabbitMQ; Plugin management and default plugins; Plugin configuration; Custom plugin development; Summary; Management via a command line Management via a web pluginManagement via a REST API; Summary; RabbitMQ command-line tools; Web plugins; Nagios; Munin; Zabbix; Summary; An brief introduction to security in RabbitMQ; Applying access control; Providing SASL authentication; SSL support in RabbitMQ; Summary; Case study; Application language -- Java; RabbitMQ Java client API; Case study -- client implementations; Spring framework and RabbitMQ; Spring AMQP; Summary; Case study; Bunny and Ruby; Installing Ruby; Using Bunny; Exploring the AMQP model with Bunny; The real-time processing; Sneakers; Summary; Case study; Pika Introducing the web scraperImplementing the scheduler; Implementing the scraper; Handling failure; Using acknowledgement; The Pika API; Celery; Summary; Message brokers; Message Queues; Windows; Mac OS X; Ubuntu; Fedora; Amazon elastic compute cloud (EC2); Starting RabbitMQ on Windows; Other OSes (Linux, Mac OS X); Common environment variables; Unix-specific default location; Windows-specific default location; Parameter management; Policy management; Memory management; Coupling of the software systems; Message oriented middleware -- Architecture; Event-driven architecture; Message producers Message brokersMessage consumers; Messages; AMQ elements; Functional specifications of AMQP; Federation in RabbitMQ; Clustering in RabbitMQ; Creating clusters; Checking the cluster status; Changing the cluster node types; Updating cluster nodes; Clustering the settings of RabbitMQ; Load balancing for high availability of queues; Summary; Enabling and disabling plugins; Installing plugin from third-party sources; Default plugin list; Basics of Erlang; Simple RabbitMQ metronome plugin; Cluster commands; User commands; Virtual host and permission commands; Miscellaneous commands; Vulnerabilities |
ctrlnum | (OCoLC)935642576 |
dewey-full | 005.7136 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.7136 |
dewey-search | 005.7136 |
dewey-sort | 15.7136 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
format | Electronic eBook |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>08185cam a2200685 a 4500</leader><controlfield tag="001">ZDB-4-EBA-ocn935642576</controlfield><controlfield tag="003">OCoLC</controlfield><controlfield tag="005">20241004212047.0</controlfield><controlfield tag="006">m o d </controlfield><controlfield tag="007">cr |n|||||||||</controlfield><controlfield tag="008">160122s2015 enk o 001 0 eng d</controlfield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">IDEBK</subfield><subfield code="b">eng</subfield><subfield code="e">pn</subfield><subfield code="c">IDEBK</subfield><subfield code="d">N$T</subfield><subfield code="d">YDXCP</subfield><subfield code="d">N$T</subfield><subfield code="d">COO</subfield><subfield code="d">OCLCF</subfield><subfield code="d">DEBSZ</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">VT2</subfield><subfield code="d">UOK</subfield><subfield code="d">RDF</subfield><subfield code="d">QGK</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCQ</subfield><subfield code="d">OCLCO</subfield><subfield code="d">OCLCL</subfield></datafield><datafield tag="019" ind1=" " ind2=" "><subfield code="a">934605841</subfield><subfield code="a">1259246860</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1783981539</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781783981533</subfield><subfield code="q">(electronic bk.)</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1783981520</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781783981526</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">1783981520</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="z">9781783981526</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9781783981526</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)935642576</subfield><subfield code="z">(OCoLC)934605841</subfield><subfield code="z">(OCoLC)1259246860</subfield></datafield><datafield tag="037" ind1=" " ind2=" "><subfield code="a">888219</subfield><subfield code="b">MIL</subfield></datafield><datafield tag="050" ind1=" " ind2="4"><subfield code="a">TK5102.5</subfield></datafield><datafield tag="072" ind1=" " ind2="7"><subfield code="a">COM</subfield><subfield code="x">018000</subfield><subfield code="2">bisacsh</subfield></datafield><datafield tag="082" ind1="7" ind2=" "><subfield code="a">005.7136</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">Ayanoglu, Emrah.</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Mastering RabbitMQ :</subfield><subfield code="b">master the art of developing message-based applications with RabbitMQ /</subfield><subfield code="c">Emrah Ayanoglu, Yusuf Aytaş, Dotan Nahum.</subfield></datafield><datafield tag="246" ind1="3" ind2="0"><subfield code="a">Master the art of developing message-based applications with RabbitMQ</subfield></datafield><datafield tag="260" ind1=" " ind2=" "><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 (286 pages)</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="500" ind1=" " ind2=" "><subfield code="a">Includes index.</subfield></datafield><datafield tag="588" ind1="0" ind2=" "><subfield code="a">Print version record.</subfield></datafield><datafield tag="505" ind1="0" ind2=" "><subfield code="a">Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started; Chapter 2: Configuring RabbitMQ; Chapter 3: Architecture and Messaging; Chapter 4: Clustering and High Availability; Chapter 5: Plugins and Plugin Development; Chapter 6: Managing Your RabbitMQ Server; Chapter 7: Monitoring; Chapter 8: Security in RabbitMQ; Chapter 9: Java RabbitMQ Client Programming; Chapter 10: Ruby Client Programming; Chapter 11: Python Client Programming; Index; Message brokers and message queue</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">An introduction to the advanced message queue protocolAn overview of RabbitMQ; Installation of RabbitMQ; Starting RabbitMQ; Summary; Overall configuration of RabbitMQ; The RabbitMQ environment variables; The configuration file; Runtime parameters; Summary; Messaging and its use cases; Enterprise messaging; Messaging-related software architectures; Messaging concepts; Advanced Message Queuing Protocol (AMQP); Summary; High reliability in RabbitMQ; Plugin management and default plugins; Plugin configuration; Custom plugin development; Summary; Management via a command line</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Management via a web pluginManagement via a REST API; Summary; RabbitMQ command-line tools; Web plugins; Nagios; Munin; Zabbix; Summary; An brief introduction to security in RabbitMQ; Applying access control; Providing SASL authentication; SSL support in RabbitMQ; Summary; Case study; Application language -- Java; RabbitMQ Java client API; Case study -- client implementations; Spring framework and RabbitMQ; Spring AMQP; Summary; Case study; Bunny and Ruby; Installing Ruby; Using Bunny; Exploring the AMQP model with Bunny; The real-time processing; Sneakers; Summary; Case study; Pika</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Introducing the web scraperImplementing the scheduler; Implementing the scraper; Handling failure; Using acknowledgement; The Pika API; Celery; Summary; Message brokers; Message Queues; Windows; Mac OS X; Ubuntu; Fedora; Amazon elastic compute cloud (EC2); Starting RabbitMQ on Windows; Other OSes (Linux, Mac OS X); Common environment variables; Unix-specific default location; Windows-specific default location; Parameter management; Policy management; Memory management; Coupling of the software systems; Message oriented middleware -- Architecture; Event-driven architecture; Message producers</subfield></datafield><datafield tag="505" ind1="8" ind2=" "><subfield code="a">Message brokersMessage consumers; Messages; AMQ elements; Functional specifications of AMQP; Federation in RabbitMQ; Clustering in RabbitMQ; Creating clusters; Checking the cluster status; Changing the cluster node types; Updating cluster nodes; Clustering the settings of RabbitMQ; Load balancing for high availability of queues; Summary; Enabling and disabling plugins; Installing plugin from third-party sources; Default plugin list; Basics of Erlang; Simple RabbitMQ metronome plugin; Cluster commands; User commands; Virtual host and permission commands; Miscellaneous commands; Vulnerabilities</subfield></datafield><datafield tag="520" ind1=" " ind2=" "><subfield code="a">Master the art of developing message-based applications with RabbitMQ About This Book Learn how to administer, manage, and extend your own message broker, RabbitMQ Develop clients to make a message bridge between your software systems using RabbitMQ Discover how to achieve proficiency with RabbitMQ with the well-defined descriptions of the topics Who This Book Is For If you are an intermediate-level RabbitMQ developer, who wants to achieve professional-level expertise in the subject, this book is for you. You'll also need to have a decent understanding of message queuing. What You Will Learn Administer RabbitMQ using different tools Understand the roots and details of messaging, message brokers, and AMQP protocol Scale the RabbitMQ server using the clusters and high availability techniques Extend RabbitMQ by developing the Erlang OTP-based applications that use the RabbitMQ API Manage the RabbitMQ server using its powerful tools Monitor the RabbitMQ Server using different open source tools such as Nagios, Munin, and Zabbix Ensure your RabbitMQ's security using SSL, SASL, and access control Develop RabbitMQ clients using Java, Python, and C# with an industry example In Detail RabbitMQ is one of the most powerful Open Source message broker software, which is widely used in tech companies such as Mozilla, VMware, Google, ATT, and so on. RabbitMQ gives you lots of fantastic and easy-to-manage functionalities to control and manage the messaging facility with lots of community support. As scalability is one of our major modern problems, messaging with RabbitMQ is the main part of the solution to this problem. This book explains and demonstrates the RabbitMQ server in a detailed way. It provides you with lots of real-world examples and advanced solutions to tackle the scalability issues. You'll begin your journey with the installation and configuration of the RabbitMQ server, while also being given specific details pertaining to the subject. Next, you'll study the major problems that our server faces, including scalability and high availability, and try to get the solutions for both of these issues by using the RabbitMQ mechanisms. Following on from this, you'll get to design and develop your own plugins using the Erlang language and RabbitMQ's internal API. This knowledge will help you to start with the management and monitoring of the messages, tools, and applications. You'll also gain an understanding of the security and integrity of the messagin ...</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">COMPUTERS</subfield><subfield code="x">Data Processing.</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="700" ind1="1" ind2=" "><subfield code="a">Aytaş, Yusuf.</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Nahum, Dotan.</subfield></datafield><datafield tag="758" ind1=" " ind2=" "><subfield code="i">has work:</subfield><subfield code="a">Mastering RabbitMQ (Text)</subfield><subfield code="1">https://id.oclc.org/worldcat/entity/E39PCY4mk83pkq4xY6dj6D6mbb</subfield><subfield code="4">https://id.oclc.org/worldcat/ontology/hasWork</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Print version:</subfield><subfield code="a">Ayanoglu, Emrah.</subfield><subfield code="t">Mastering RabbitMQ.</subfield><subfield code="d">Birmingham, UK : Packt Publishing, 2015</subfield><subfield code="z">1783981520</subfield><subfield code="z">9781783981526</subfield><subfield code="w">(OCoLC)902019424</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=1137444</subfield><subfield code="3">Volltext</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">EBSCOhost</subfield><subfield code="b">EBSC</subfield><subfield code="n">1137444</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">ProQuest MyiLibrary Digital eBook Collection</subfield><subfield code="b">IDEB</subfield><subfield code="n">cis33517794</subfield></datafield><datafield tag="938" ind1=" " ind2=" "><subfield code="a">YBP Library Services</subfield><subfield code="b">YANK</subfield><subfield code="n">12797384</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-ocn935642576 |
illustrated | Not Illustrated |
indexdate | 2024-11-27T13:27:00Z |
institution | BVB |
isbn | 1783981539 9781783981533 1783981520 9781783981526 |
language | English |
oclc_num | 935642576 |
open_access_boolean | |
owner | MAIN DE-863 DE-BY-FWS |
owner_facet | MAIN DE-863 DE-BY-FWS |
physical | 1 online resource (286 pages) |
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 | Ayanoglu, Emrah. Mastering RabbitMQ : master the art of developing message-based applications with RabbitMQ / Emrah Ayanoglu, Yusuf Aytaş, Dotan Nahum. Master the art of developing message-based applications with RabbitMQ Birmingham, UK : Packt Publishing, 2015. 1 online resource (286 pages) text txt rdacontent computer c rdamedia online resource cr rdacarrier text file Community experience distilled Includes index. Print version record. Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started; Chapter 2: Configuring RabbitMQ; Chapter 3: Architecture and Messaging; Chapter 4: Clustering and High Availability; Chapter 5: Plugins and Plugin Development; Chapter 6: Managing Your RabbitMQ Server; Chapter 7: Monitoring; Chapter 8: Security in RabbitMQ; Chapter 9: Java RabbitMQ Client Programming; Chapter 10: Ruby Client Programming; Chapter 11: Python Client Programming; Index; Message brokers and message queue An introduction to the advanced message queue protocolAn overview of RabbitMQ; Installation of RabbitMQ; Starting RabbitMQ; Summary; Overall configuration of RabbitMQ; The RabbitMQ environment variables; The configuration file; Runtime parameters; Summary; Messaging and its use cases; Enterprise messaging; Messaging-related software architectures; Messaging concepts; Advanced Message Queuing Protocol (AMQP); Summary; High reliability in RabbitMQ; Plugin management and default plugins; Plugin configuration; Custom plugin development; Summary; Management via a command line Management via a web pluginManagement via a REST API; Summary; RabbitMQ command-line tools; Web plugins; Nagios; Munin; Zabbix; Summary; An brief introduction to security in RabbitMQ; Applying access control; Providing SASL authentication; SSL support in RabbitMQ; Summary; Case study; Application language -- Java; RabbitMQ Java client API; Case study -- client implementations; Spring framework and RabbitMQ; Spring AMQP; Summary; Case study; Bunny and Ruby; Installing Ruby; Using Bunny; Exploring the AMQP model with Bunny; The real-time processing; Sneakers; Summary; Case study; Pika Introducing the web scraperImplementing the scheduler; Implementing the scraper; Handling failure; Using acknowledgement; The Pika API; Celery; Summary; Message brokers; Message Queues; Windows; Mac OS X; Ubuntu; Fedora; Amazon elastic compute cloud (EC2); Starting RabbitMQ on Windows; Other OSes (Linux, Mac OS X); Common environment variables; Unix-specific default location; Windows-specific default location; Parameter management; Policy management; Memory management; Coupling of the software systems; Message oriented middleware -- Architecture; Event-driven architecture; Message producers Message brokersMessage consumers; Messages; AMQ elements; Functional specifications of AMQP; Federation in RabbitMQ; Clustering in RabbitMQ; Creating clusters; Checking the cluster status; Changing the cluster node types; Updating cluster nodes; Clustering the settings of RabbitMQ; Load balancing for high availability of queues; Summary; Enabling and disabling plugins; Installing plugin from third-party sources; Default plugin list; Basics of Erlang; Simple RabbitMQ metronome plugin; Cluster commands; User commands; Virtual host and permission commands; Miscellaneous commands; Vulnerabilities Master the art of developing message-based applications with RabbitMQ About This Book Learn how to administer, manage, and extend your own message broker, RabbitMQ Develop clients to make a message bridge between your software systems using RabbitMQ Discover how to achieve proficiency with RabbitMQ with the well-defined descriptions of the topics Who This Book Is For If you are an intermediate-level RabbitMQ developer, who wants to achieve professional-level expertise in the subject, this book is for you. You'll also need to have a decent understanding of message queuing. What You Will Learn Administer RabbitMQ using different tools Understand the roots and details of messaging, message brokers, and AMQP protocol Scale the RabbitMQ server using the clusters and high availability techniques Extend RabbitMQ by developing the Erlang OTP-based applications that use the RabbitMQ API Manage the RabbitMQ server using its powerful tools Monitor the RabbitMQ Server using different open source tools such as Nagios, Munin, and Zabbix Ensure your RabbitMQ's security using SSL, SASL, and access control Develop RabbitMQ clients using Java, Python, and C# with an industry example In Detail RabbitMQ is one of the most powerful Open Source message broker software, which is widely used in tech companies such as Mozilla, VMware, Google, ATT, and so on. RabbitMQ gives you lots of fantastic and easy-to-manage functionalities to control and manage the messaging facility with lots of community support. As scalability is one of our major modern problems, messaging with RabbitMQ is the main part of the solution to this problem. This book explains and demonstrates the RabbitMQ server in a detailed way. It provides you with lots of real-world examples and advanced solutions to tackle the scalability issues. You'll begin your journey with the installation and configuration of the RabbitMQ server, while also being given specific details pertaining to the subject. Next, you'll study the major problems that our server faces, including scalability and high availability, and try to get the solutions for both of these issues by using the RabbitMQ mechanisms. Following on from this, you'll get to design and develop your own plugins using the Erlang language and RabbitMQ's internal API. This knowledge will help you to start with the management and monitoring of the messages, tools, and applications. You'll also gain an understanding of the security and integrity of the messagin ... Telecommunication Message processing. http://id.loc.gov/authorities/subjects/sh85133282 Data transmission systems Computer simulation. Télécommunications Traitement de messages. COMPUTERS Data Processing. bisacsh Data transmission systems Computer simulation fast Telecommunication Message processing fast Aytaş, Yusuf. Nahum, Dotan. has work: Mastering RabbitMQ (Text) https://id.oclc.org/worldcat/entity/E39PCY4mk83pkq4xY6dj6D6mbb https://id.oclc.org/worldcat/ontology/hasWork Print version: Ayanoglu, Emrah. Mastering RabbitMQ. Birmingham, UK : Packt Publishing, 2015 1783981520 9781783981526 (OCoLC)902019424 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=1137444 Volltext |
spellingShingle | Ayanoglu, Emrah Mastering RabbitMQ : master the art of developing message-based applications with RabbitMQ / Community experience distilled. Cover; Copyright; Credits; About the Authors; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started; Chapter 2: Configuring RabbitMQ; Chapter 3: Architecture and Messaging; Chapter 4: Clustering and High Availability; Chapter 5: Plugins and Plugin Development; Chapter 6: Managing Your RabbitMQ Server; Chapter 7: Monitoring; Chapter 8: Security in RabbitMQ; Chapter 9: Java RabbitMQ Client Programming; Chapter 10: Ruby Client Programming; Chapter 11: Python Client Programming; Index; Message brokers and message queue An introduction to the advanced message queue protocolAn overview of RabbitMQ; Installation of RabbitMQ; Starting RabbitMQ; Summary; Overall configuration of RabbitMQ; The RabbitMQ environment variables; The configuration file; Runtime parameters; Summary; Messaging and its use cases; Enterprise messaging; Messaging-related software architectures; Messaging concepts; Advanced Message Queuing Protocol (AMQP); Summary; High reliability in RabbitMQ; Plugin management and default plugins; Plugin configuration; Custom plugin development; Summary; Management via a command line Management via a web pluginManagement via a REST API; Summary; RabbitMQ command-line tools; Web plugins; Nagios; Munin; Zabbix; Summary; An brief introduction to security in RabbitMQ; Applying access control; Providing SASL authentication; SSL support in RabbitMQ; Summary; Case study; Application language -- Java; RabbitMQ Java client API; Case study -- client implementations; Spring framework and RabbitMQ; Spring AMQP; Summary; Case study; Bunny and Ruby; Installing Ruby; Using Bunny; Exploring the AMQP model with Bunny; The real-time processing; Sneakers; Summary; Case study; Pika Introducing the web scraperImplementing the scheduler; Implementing the scraper; Handling failure; Using acknowledgement; The Pika API; Celery; Summary; Message brokers; Message Queues; Windows; Mac OS X; Ubuntu; Fedora; Amazon elastic compute cloud (EC2); Starting RabbitMQ on Windows; Other OSes (Linux, Mac OS X); Common environment variables; Unix-specific default location; Windows-specific default location; Parameter management; Policy management; Memory management; Coupling of the software systems; Message oriented middleware -- Architecture; Event-driven architecture; Message producers Message brokersMessage consumers; Messages; AMQ elements; Functional specifications of AMQP; Federation in RabbitMQ; Clustering in RabbitMQ; Creating clusters; Checking the cluster status; Changing the cluster node types; Updating cluster nodes; Clustering the settings of RabbitMQ; Load balancing for high availability of queues; Summary; Enabling and disabling plugins; Installing plugin from third-party sources; Default plugin list; Basics of Erlang; Simple RabbitMQ metronome plugin; Cluster commands; User commands; Virtual host and permission commands; Miscellaneous commands; Vulnerabilities Telecommunication Message processing. http://id.loc.gov/authorities/subjects/sh85133282 Data transmission systems Computer simulation. Télécommunications Traitement de messages. COMPUTERS Data Processing. bisacsh Data transmission systems Computer simulation fast Telecommunication Message processing fast |
subject_GND | http://id.loc.gov/authorities/subjects/sh85133282 |
title | Mastering RabbitMQ : master the art of developing message-based applications with RabbitMQ / |
title_alt | Master the art of developing message-based applications with RabbitMQ |
title_auth | Mastering RabbitMQ : master the art of developing message-based applications with RabbitMQ / |
title_exact_search | Mastering RabbitMQ : master the art of developing message-based applications with RabbitMQ / |
title_full | Mastering RabbitMQ : master the art of developing message-based applications with RabbitMQ / Emrah Ayanoglu, Yusuf Aytaş, Dotan Nahum. |
title_fullStr | Mastering RabbitMQ : master the art of developing message-based applications with RabbitMQ / Emrah Ayanoglu, Yusuf Aytaş, Dotan Nahum. |
title_full_unstemmed | Mastering RabbitMQ : master the art of developing message-based applications with RabbitMQ / Emrah Ayanoglu, Yusuf Aytaş, Dotan Nahum. |
title_short | Mastering RabbitMQ : |
title_sort | mastering rabbitmq master the art of developing message based applications with rabbitmq |
title_sub | master the art of developing message-based applications with RabbitMQ / |
topic | Telecommunication Message processing. http://id.loc.gov/authorities/subjects/sh85133282 Data transmission systems Computer simulation. Télécommunications Traitement de messages. COMPUTERS Data Processing. 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. COMPUTERS Data Processing. Data transmission systems Computer simulation Telecommunication Message processing |
url | https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1137444 |
work_keys_str_mv | AT ayanogluemrah masteringrabbitmqmastertheartofdevelopingmessagebasedapplicationswithrabbitmq AT aytasyusuf masteringrabbitmqmastertheartofdevelopingmessagebasedapplicationswithrabbitmq AT nahumdotan masteringrabbitmqmastertheartofdevelopingmessagebasedapplicationswithrabbitmq AT ayanogluemrah mastertheartofdevelopingmessagebasedapplicationswithrabbitmq AT aytasyusuf mastertheartofdevelopingmessagebasedapplicationswithrabbitmq AT nahumdotan mastertheartofdevelopingmessagebasedapplicationswithrabbitmq |