Taking the hippie bus to the enterprise

42
Taking the hippie bus to the enterprise Warm Crocodile Developer Conference 2013

description

 

Transcript of Taking the hippie bus to the enterprise

Page 1: Taking the hippie bus to the enterprise

Taking thehippie bus tothe enterprise

Warm Crocodile Developer Conference 2013

Page 2: Taking the hippie bus to the enterprise

Mogens Heller Grabe

[email protected]

http://mookid.dk/oncode

@mookid8000

Page 3: Taking the hippie bus to the enterprise

What?What's your problem?Meet RebusExamplesWrap up

Page 4: Taking the hippie bus to the enterprise

How?SlidesTalk4 demos

Page 5: Taking the hippie bus to the enterprise
Page 6: Taking the hippie bus to the enterprise

What's yourproblem?

Page 7: Taking the hippie bus to the enterprise

Big system

size

Page 8: Taking the hippie bus to the enterprise

Integration with externalparties

(uhm hello? anybody out there?)

Page 9: Taking the hippie bus to the enterprise

Complex logicStuff that makes stuff happen

...that makes other stuff happen

...that makes other stuff happen

...then waits for a while

...then other stuff happens

(you probably get it)

Page 10: Taking the hippie bus to the enterprise

Problem summaryMonolithIntegrationCoordination

Page 11: Taking the hippie bus to the enterprise

The solution: Messaging

(and by "the" I mean "a")

Page 12: Taking the hippie bus to the enterprise

Messaging via durable,asynchronous queues

Page 13: Taking the hippie bus to the enterprise

Windows FTW!!1

Page 14: Taking the hippie bus to the enterprise
Page 15: Taking the hippie bus to the enterprise

Meet Rebus

Page 16: Taking the hippie bus to the enterprise

"Service bus"?

Page 17: Taking the hippie bus to the enterprise

"Hippie bus"?

Page 18: Taking the hippie bus to the enterprise

No, seriously - what is it?Messaging libraryLayer on top of MSMQOne single .NET 4 DLLAdditional DLLs if you want RabbitMQ

RavenDBMongoDBCastle WindsorStructureMapUnityAutofacNinjectLog4netNLog...

Page 19: Taking the hippie bus to the enterprise

MotivationI really like NServiceBusCan't use NServiceBus where I want to thoughSometimes I lost my patience with NServiceBusWanted to use MassTransitWanted to fork NServiceBus when it was still Apache V2

Page 20: Taking the hippie bus to the enterprise

PhilosophyFreeEasy

Page 21: Taking the hippie bus to the enterprise

Meta3000 lines of C# 4Code on GitHub:

Has contributions from 7 developers besides meBinaries available via NuGet

Current version: 0.28.3Has been moving money around since 0.14-alphaHas controlled power plants since 0.17-alpha

https://github.com/mookid8000/Rebus

http://nuget.org/packages?q=rebus

Page 22: Taking the hippie bus to the enterprise

Good to knowMessages are POCOsEach logical service/endpoint/process has its own input queueEach message type is owned by one logical service

Page 23: Taking the hippie bus to the enterprise

Demo 0

Page 24: Taking the hippie bus to the enterprise
Page 25: Taking the hippie bus to the enterprise

ExamplesThe three problems I talked about

1. System that's becoming too big2. Integration with external parties3. Complex logic with coordination and timing

Page 26: Taking the hippie bus to the enterprise

1st problemSystem that's becoming too big

Summary: We're building a trading platform where traders in "front office" strike deals with counterpartsand record their trades, while administrative personnel in "back office" make sure that the counterparts

are charged.

Page 27: Taking the hippie bus to the enterprise

Cuesubiquitous languagebounded contextanti-corruption layerdistributed domain-driven design

Page 28: Taking the hippie bus to the enterprise

Demo 1Split into separate Trading and Billing systems

Page 29: Taking the hippie bus to the enterprise

2nd problemIntegration with external party

Summary: When new trades are made, "middle office" needs to confirm all trades, e.g. depending on thecurrent credit status of the counterpart. Credit status can be retrieved by querying the CreditAssessment

SOAP service.

Page 30: Taking the hippie bus to the enterprise

Cuesasynchronousreliableautomatic retries

Page 31: Taking the hippie bus to the enterprise

Demo 2Web service calls via messaging facade

Page 32: Taking the hippie bus to the enterprise

3rd problemComplex coordination and timing

Billing needs to charge the customer, but it can be optimized by sending one big invoice if the credit statusis OK. Therefore, when trades are made, billing awaits confirmations' judgment to determine invoicing

terms.

To avoid "forgetting" to send invoices in case something goes wrong, we want to take action if theautomated invoicing is not complete within 10 seconds.

Page 33: Taking the hippie bus to the enterprise

Cuesprocess managertimeoutscompensating actions

Page 34: Taking the hippie bus to the enterprise
Page 35: Taking the hippie bus to the enterprise

Demo 3Complex logic, coordination, timing

Page 36: Taking the hippie bus to the enterprise
Page 37: Taking the hippie bus to the enterprise

Stuff I didn't showCan use MSMQ and RabbitMQ as transportsCan store subscriptions and sagas in SQL Server, RavenDB,and MongoDBCan activate handlers with Castle Windsor, StructureMap,Autofac, Ninject, and UnityCan log with NLog and Log4NetCan send messages in batchesCan do handler pipeline re-orderingCan do polymorphic dispatchCan encrypt message bodies

Page 38: Taking the hippie bus to the enterprise

What now?1.0Central monitoringHTTP gatewayAdditional transports (e.g. Azure Service Bus)Distributor

Page 39: Taking the hippie bus to the enterprise

Litterature

Page 40: Taking the hippie bus to the enterprise

Want to read more?Check out the work of Udi Dahan, Greg Young, Dan North, Rinad

Abdullin etc.

Page 41: Taking the hippie bus to the enterprise
Page 42: Taking the hippie bus to the enterprise

Thank you for listening!...and a big thank you to for creating the immensely awesome

Mogens Heller Grabe

...and a big thanks to for the cute and inspirational artwork

Hakim reveal.js

[email protected]

@mookid8000

http://mookid.dk/oncode

Silly Dog Hats