50
Used, New, and Out of Print Books - We Buy and Sell - Powell's Books
Cart |
|  my account  |  wish list  |  help   |  800-878-7323
Hello, | Login
MENU
  • Browse
    • New Arrivals
    • Bestsellers
    • Featured Preorders
    • Award Winners
    • Audio Books
    • See All Subjects
  • Used
  • Staff Picks
    • Staff Picks
    • Picks of the Month
    • Bookseller Displays
    • 50 Books for 50 Years
    • 25 Best 21st Century Sci-Fi & Fantasy
    • 25 PNW Books to Read Before You Die
    • 25 Books From the 21st Century
    • 25 Memoirs to Read Before You Die
    • 25 Global Books to Read Before You Die
    • 25 Women to Read Before You Die
    • 25 Books to Read Before You Die
  • Gifts
    • Gift Cards & eGift Cards
    • Powell's Souvenirs
    • Journals and Notebooks
    • socks
    • Games
  • Sell Books
  • Blog
  • Events
  • Find A Store

Don't Miss

  • Spring Sale
  • Scientifically Proven Sale
  • Powell's Author Events
  • Oregon Battle of the Books
  • Audio Books

Visit Our Stores


Esther Yi: The Writers That Haunt Me: Esther Yi’s Bookshelf for 'Y/N' (0 comment)
I’m haunted by a handful of writers all long dead. They set the standard; naturally I fail. Anything I read of theirs promptly enters my bloodstream, whereupon mysterious internal fomentation proceeds. Y/N is simply the latest extrusion, a concerted one...
Read More»
  • Kelsey Ford: 10 Books That Celebrate Women’s Rights and Women’s Wrongs (0 comment)
  • Rin S.: Five Book Friday: Autism and Neurodiversity Acceptance (0 comment)

{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##

Reactive Messaging Patterns with the Actor Model Applications & Integration in Scala & Akka

by Vaughn Vernon
Reactive Messaging Patterns with the Actor Model Applications & Integration in Scala & Akka

  • Comment on this title
  • Synopses & Reviews

ISBN13: 9780133846836
ISBN10: 0133846830
Condition: Standard


All Product Details

View Larger ImageView Larger Images
Ships free on qualified orders.
Add to Cart
$31.00
List Price:$47.99
Used Hardcover
Ships in 1 to 3 days
Add to Wishlist
QtyStore
1Burnside

Synopses & Reviews

Publisher Comments

USE THE ACTOR MODEL TO BUILD SIMPLER SYSTEMS WITH BETTER PERFORMANCE AND SCALABILITY

 

Enterprise software development has been much more difficult and failure-prone than it needs to be. Now, veteran software engineer and author Vaughn Vernon offers an easier and more rewarding method to succeeding with Actor model. Reactive Messaging Patterns with the Actor Model shows how the reactive enterprise approach, Actor model, Scala, and Akka can help you overcome previous limits of performance and scalability, and skillfully address even the most challenging non-functional requirements.

 

Reflecting his own cutting-edge work, Vernon shows architects and developers how to translate the longtime promises of Actor model into practical reality. First, he introduces the tenets of reactive software, and shows how the message-driven Actor model addresses all of them–making it possible to build systems that are more responsive, resilient, and elastic. Next, he presents a practical Scala bootstrap tutorial, a thorough introduction to Akka and Akka Cluster, and a full chapter on maximizing performance and scalability with Scala and Akka.

 

Building on this foundation, you’ll learn to apply enterprise application and integration patterns to establish message channels and endpoints; efficiently construct, route, and transform messages; and build robust systems that are simpler and far more successful.

 

Coverage Includes

  • How reactive architecture replaces complexity with simplicity throughout the core, middle, and edges
  • The characteristics of actors and actor systems, and how Akka makes them more powerful
  • Building systems that perform at scale on one or many computing nodes
  • Establishing channel mechanisms, and choosing appropriate channels for each application and integration challenge
  • Constructing messages to clearly convey a sender’s intent in communicating with a receiver
  • Implementing a Process Manager for your Domain-Driven Designs
  • Decoupling a message’s source and destination, and integrating appropriate business logic into its router
  • Understanding the transformations a message may experience in applications and integrations
  • Implementing persistent actors using Event Sourcing and reactive views using CQRS

 

Find unique online training on Domain-Driven Design, Scala, Akka, and other software craftsmanship topics using the for{comprehension} website at forcomprehension.com.

 

Synopsis

USE THE ACTOR MODEL TO BUILD SIMPLER SYSTEMS WITH BETTER PERFORMANCE AND SCALABILITY

Enterprise software development has been much more difficult and failure-prone than it needs to be. Now, veteran software engineer and author Vaughn Vernon offers an easier and more rewarding method to succeeding with Actor model. Reactive Messaging Patterns with the Actor Model shows how the reactive enterprise approach, Actor model, Scala, and Akka can help you overcome previous limits of performance and scalability, and skillfully address even the most challenging non-functional requirements.

Reflecting his own cutting-edge work, Vernon shows architects and developers how to translate the longtime promises of Actor model into practical reality. First, he introduces the tenets of reactive software, and shows how the message-driven Actor model addresses all of them making it possible to build systems that are more responsive, resilient, and elastic. Next, he presents a practical Scala bootstrap tutorial, a thorough introduction to Akka and Akka Cluster, and a full chapter on maximizing performance and scalability with Scala and Akka.

Building on this foundation, you ll learn to apply enterprise application and integration patterns to establish message channels and endpoints; efficiently construct, route, and transform messages; and build robust systems that are simpler and far more successful.

Coverage Includes

  • How reactive architecture replaces complexity with simplicity throughout the core, middle, and edges
  • The characteristics of actors and actor systems, and how Akka makes them more powerful
  • Building systems that perform at scale on one or many computing nodes
  • Establishing channel mechanisms, and choosing appropriate channels for each application and integration challenge
  • Constructing messages to clearly convey a sender s intent in communicating with a receiver
  • Implementing a Process Manager for your Domain-Driven Designs
  • Decoupling a message s source and destination, and integrating appropriate business logic into its router
  • Understanding the transformations a message may experience in applications and integrations
  • Implementing persistent actors using Event Sourcing and reactive views using CQRS

Find unique online training on Domain-Driven Design, Scala, Akka, and other software craftsmanship topics using the for{comprehension} website at forcomprehension.com.

"

Synopsis

Reactive Programming and the Actor Model enable enterprise developers to solve complex integration problems that were nearly impossible to address before. Developers can build multi-core, multi-threaded, highly-scalable, high performance, low-latency systems, and write composable software that is event-driven, scalable under load, responsive, and highly resilient. Developers are increasingly recognizing the potential of these technologies, and companies including VMware and SpringSource have recently released new tools for using them. Now, there's a start-to-finish guide to using reactive programming and Actor Model with Scala and Akka: Reactive Enterprise with Actor Model.

 

Pioneering software engineer Vaughn Vernon begins with a concise, usable review of programming with Scala and the Akka toolkit. Next, he presents easy-to-adapt cookbook solutions for message-based integration. Vernon's detailed solutions address messaging systems, channels, construction, routing, transportation, endpoints, and system management. Each follows the proven format introduced by Gregor Hohpe and Bobby Woolf in their popular Enterprise Integration Patterns, while offering advanced solutions based on Scala and Akka. Using this guide's insights and examples, you can take Scala programming to the next level, applying Scala with the Akka toolkit to achieve maximum organizational value.


About the Author

Vaughn Vernon is a veteran software craftsman with a focus on Domain-Driven Design and reactive, distributed computing. He is the author of the book Implementing Domain-Driven Design published by Addison-Wesley, and the soon-to-be-released book Reactive Enterprise with Actor Model also to be published by Addison-Wesley. Vaughn offers training through his IDDD Workshop (http://idddworkshop.) and consulting and training services around his new brand, for { comprehension }.

Table of Contents

Foreword          xiii

Preface          xv

Acknowledgments          xxiii

About the Author          xxv

 

Chapter 1: Discovering the Actor Model and the Enterprise, All Over Again          1

Why Enterprise Software Development Is Hard   1

Introducing Reactive Applications    5

Enterprise Applications   9

Actor Model    10

The Actor Way Is Explicit    22

What Next?    24

 

Chapter 2: The Actor Model with Scala and Akka          25

How to Get Scala and Akka    26

Programming with Scala    29

Programming with Akka    43

Summary   104

 

Chapter 3: Performance Bent           107

Transistors Matter    107

Clock Speed Matters    109

Cores and Cache Matter    111

Scale Matters    112

Multithreading Is Hard   116

How the Actor Model Helps    122

The Patterns    126

 

Chapter 4: Messaging with Actors            127

Message Channel    128

Message    130

Pipes and Filters    135

Message Router   140

Message Translator    143

Message Endpoint    145

Summary    147

 

Chapter 5: Messaging Channels          149

Point-to-Point Channel    151

Publish-Subscribe Channel   154

Datatype Channel    167

Invalid Message Channel    170

Dead Letter Channel    172

Guaranteed Delivery    175

Channel Adapter    183

Message Bridge    185

Message Bus    192

Summary    200

 

Chapter 6: Message Construction          201

Command Message   202

Document Message   204

Event Message    207

Request-Reply    209

Return Address    211

Correlation Identifier    215

Message Sequence    217

Message Expiration    218

Format Indicator    222

Summary    226

 

Chapter 7: Message Routing           227

Content-Based Router   228

Message Filter    232

Dynamic Router    237

Recipient List    245

Splitter    254

Aggregator    257

Resequencer    264

Composed Message Processor    270

Scatter-Gather    272

Routing Slip    285

Process Manager    292

Message Broker    308

Summary     310

 

Chapter 8: Message Transformation          313

Envelope Wrapper    314

Content Enricher    317

Content Filter   321

Claim Check    325

Normalizer    332

Canonical Message Model    333

Summary    336

 

Chapter 9: Message Endpoints            337

Messaging Gateway    338

Messaging Mapper    344

Transactional Client/Actor    351

Polling Consumer    362

Event-Driven Consumer     371

Competing Consumers    371

Message Dispatcher    374

Selective Consumer     377

Durable Subscriber    379

Idempotent Receiver    382

Service Activator    390

Summary    391

 

Chapter 10: System Management and Infrastructure           393

Control Bus    394

Detour    395

Wire Tap    397

Message Metadata/History   398

Message Journal/Store    402

Smart Proxy    406

Test Message    411

Channel Purger    414

Summary    416

 

Appendix A: Dotsero: An Akka-like Toolkit for .NET          417

Dotsero Actor System    417

Actors Using C# and .NET    420

Dotsero Implementation    425

Summary    427

 

Bibliography           429

Index              433

 


What Our Readers Are Saying

Be the first to share your thoughts on this title!




Product Details

ISBN:
9780133846836
Binding:
Hardcover
Publication date:
08/07/2015
Publisher:
ADDISON WESLEY PRESS INC
Pages:
480
Height:
1.20IN
Width:
7.00IN
Thickness:
1.25
Copyright Year:
2015
Author:
Vaughn Vernon
Author:
Vaughn Vernon
Subject:
Software Engineering-General

Ships free on qualified orders.
Add to Cart
$31.00
List Price:$47.99
Used Hardcover
Ships in 1 to 3 days
Add to Wishlist
QtyStore
1Burnside
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
  • Twitter
  • Facebook
  • Pinterest
  • Instagram

  • Help
  • Guarantee
  • My Account
  • Careers
  • About Us
  • Security
  • Wish List
  • Partners
  • Contact Us
  • Shipping
  • Transparency ACT MRF
  • Sitemap
  • © 2023 POWELLS.COM Terms

{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]##
{1}
##LOC[OK]## ##LOC[Cancel]##
{1}
##LOC[OK]## ##LOC[Cancel]##