Narrow your search
Listing 1 - 10 of 20 << page
of 2
>>
Sort by
Professional JMS programming
Authors: --- ---
ISBN: 1861004931 Year: 2000 Publisher: Birmingham : Wrox press,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Designing Microservices Platforms with NATS
Authors: --- ---
ISBN: 1801072213 Year: 2021 Publisher: Packt Publishing,

Loading...
Export citation

Choose an application

Bookmark

Abstract

A complete reference for designing and building scalable microservices platforms with NATS messaging technology for inter-service communication with security and observabilityKey Features:Understand the use of a messaging backbone for inter-service communication in microservices architectureDesign and build a real-world microservices platform with NATS as the messaging backbone using the Go programming languageExplore security, observability, and best practices for building a microservices platform with NATSBook Description:Building a scalable microservices platform that caters to business demands is critical to the success of that platform. In a microservices architecture, inter-service communication becomes a bottleneck when the platform scales. This book provides a reference architecture along with a practical example of how to implement it for building microservices-based platforms with NATS as the messaging backbone for inter-service communication.In Designing Microservices Platforms with NATS, you'll learn how to build a scalable and manageable microservices platform with NATS. The book starts by introducing concepts relating to microservices architecture, inter-service communication, messaging backbones, and the basics of NATS messaging. You'll be introduced to a reference architecture that uses these concepts to build a scalable microservices platform and guided through its implementation. Later, the book touches on important aspects of platform securing and monitoring with the help of the reference implementation. Finally, the book concludes with a chapter on best practices to follow when integrating with existing platforms and the future direction of microservices architecture and NATS messaging as a whole.By the end of this microservices book, you'll have developed the skills to design and implement microservices platforms with NATS.What You Will Learn:Understand the concepts of microservices architectureGet to grips with NATS messaging technologyHandle transactions and message delivery guarantees with microservicesImplement a reference architecture for microservices using NATSDiscover how to improve the platform's security and observabilityExplore how a NATS microservices platform integrates with an enterprise ecosystemWho this book is for:This book is for enterprise software architects and developers who want to gain hands-on microservices experience for designing, implementing, and managing complex distributed systems with microservices architecture concepts. Intermediate-level experience in any programming language and software architecture is required to make the most of this book.


Book
WebSphere MQ V6 fundamentals
Authors: ---
Year: 2005 Publisher: White Plains, N.Y. : IBM,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Un feedback constructif : comment presenter et faire passer votre message
Author:
ISBN: 1604917563 Year: 2008 Publisher: Greensboro, N.C. : Center for Creative Leadership,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This is the First Edition of this publication. A Second Edition of this book is now available translated into French under ISBN 978-1-60491-978-3. Effective feedback, whether it's meant for your boss, your peers, or your direct reports, is built around three ideas. One, focus on the situation. Two, describe the other person's behavior you observed in that situation. And third, describe the impact that behavior had on you. The result is a message that is clear and that can inspire action and productive change


Book
Apache Kafka quick start guide : leverage Apache Kafka 2.0 to simplify real-time data processing for distributed applications
Author:
Year: 2018 Publisher: Birmingham : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Process large volumes of data in real-time while building high performance and robust data stream processing pipeline using the latest Apache Kafka 2.0 Key Features Solve practical large data and processing challenges with Kafka Tackle data processing challenges like late events, windowing, and watermarking Understand real-time streaming applications processing using Schema registry, Kafka connect, Kafka streams, and KSQL Book Description Apache Kafka is a great open source platform for handling your real-time data pipeline to ensure high-speed filtering and pattern matching on the ?y. In this book, you will learn how to use Apache Kafka for efficient processing of distributed applications and will get familiar with solving everyday problems in fast data and processing pipelines. This book focuses on programming rather than the configuration management of Kafka clusters or DevOps. It starts off with the installation and setting up the development environment, before quickly moving on to performing fundamental messaging operations such as validation and enrichment. Here you will learn about message composition with pure Kafka API and Kafka Streams. You will look into the transformation of messages in different formats, such asext, binary, XML, JSON, and AVRO. Next, you will learn how to expose the schemas contained in Kafka with the Schema Registry. You will then learn how to work with all relevant connectors with Kafka Connect. While working with Kafka Streams, you will perform various interesting operations on streams, such as windowing, joins, and aggregations. Finally, through KSQL, you will learn how to retrieve, insert, modify, and delete data streams, and how to manipulate watermarks and windows. What you will learn How to validate data with Kafka Add information to existing data ?ows Generate new information through message composition Perform data validation and versioning with the Schema Registry How to perform message Serialization and Deserialization How to perform message Serialization and Deserialization Process data streams with Kafka Streams Understand the duality between tables and streams with KSQL Who this book is for This book is for developers who want to quickly master the practical concepts behind Apache Kafka. The audience need not have come across Apache Kafka previously; however, a familiarity of Java or any JVM language will be helpful in understanding the code in this book.


Book
An extensible NetLogo model for visualizing message routing protocols
Authors: --- ---
Year: 2017 Publisher: Aberdeen Proving Ground, MD : US Army Research Laboratory,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
Building data streaming applications with Apache Kafka : designing and deploying enterprise messaging queues
Authors: ---
Year: 2017 Publisher: Birmingham : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract

Design and administer fast, reliable enterprise messaging systems with Apache Kafka About This Book Build efficient real-time streaming applications in Apache Kafka to process data streams of data Master the core Kafka APIs to set up Apache Kafka clusters and start writing message producers and consumers A comprehensive guide to help you get a solid grasp of the Apache Kafka concepts in Apache Kafka with pracitcalpractical examples Who This Book Is For If you want to learn how to use Apache Kafka and the different tools in the Kafka ecosystem in the easiest possible manner, this book is for you. Some programming experience with Java is required to get the most out of this book What You Will Learn Learn the basics of Apache Kafka from scratch Use the basic building blocks of a streaming application Design effective streaming applications with Kafka using Spark, Storm &, and Heron Understand the importance of a low -latency , high- throughput, and fault-tolerant messaging system Make effective capacity planning while deploying your Kafka Application Understand and implement the best security practices In Detail Apache Kafka is a popular distributed streaming platform that acts as a messaging queue or an enterprise messaging system. It lets you publish and subscribe to a stream of records, and process them in a fault-tolerant way as they occur. This book is a comprehensive guide to designing and architecting enterprise-grade streaming applications using Apache Kafka and other big data tools. It includes best practices for building such applications, and tackles some common challenges such as how to use Kafka efficiently and handle high data volumes with ease. This book first takes you through understanding the type messaging system and then provides a thorough introduction to Apache Kafka and its internal details. The second part of the book takes you through designing streaming application using various frameworks and tools such as Apache Spark, Apache Storm, and more. Once you grasp the basics, we will take you through more advanced concepts in Apache Kafka such as capacity planning and security. By the end of this book, you will have all the information you need to be comfortable with using Apache Kafka, and to design efficient streaming data applications with it. Style and approach A step-by –step, comprehensive guide filled with practical and real- world examples Downloading the example code for this book. You can download the example code f...


Book
Apache Kafka quick start guide : leverage Apache Kafka 2.0 to simplify real-time data processing for distributed applications
Author:
ISBN: 1788992253 Year: 2018 Publisher: Birmingham : Packt,

Loading...
Export citation

Choose an application

Bookmark

Abstract


Book
WebSphere Business Integration Message Broker basics
Authors: ---
Year: 2004 Publisher: Research Triangle, NC : IBM, International Technical Support Organization,

Loading...
Export citation

Choose an application

Bookmark

Abstract

This IBM Redbooks publication provides an overview of the latest release of WebSphere Business Integration Message Brokers and the new Message Brokers Toolkit for WebSphere Studio. It covers the following topics: - Installing WebSphere Business Integration Message Broker and WebSphere Business Integration Event Broker on Windows - Creating and verifying a default configuration - Developing a simple message flow and message set in the Message Brokers Toolkit - Deploying a message flow application to a broker - Diagnosing and fixing problems The book also describes where to find more information, including product documentation and sample applications.


Book
RabbitMQ essentials
Author:
ISBN: 1783983213 9781783983216 1783983205 9781783983209 1306708893 9781306708890 9781783983209 Year: 2014 Publisher: Birmingham, England

Loading...
Export citation

Choose an application

Bookmark

Abstract

This book is a quick and concise introduction to RabbitMQ. Follow the unique case study of Clever Coney Media as they progressively discover how to fully utilize RabbitMQ, containing clever examples and detailed explanations.Whether you are someone who develops enterprise messaging products professionally or a hobbyist who is already familiar with open source Message Queuing software and you are looking for a new challenge, then this is the book for you. Although you should be familiar with Java, Ruby, and Python to get the most out of the examples, RabbitMQ Essentials will give you the push y

Listing 1 - 10 of 20 << page
of 2
>>
Sort by