redb.Route — Apache Camel for .NET: 22 transports, 30+ EIP patterns, compiled DSL
redb.Route is a new integration framework for .NET that brings Apache Camel's enterprise integration capabilities to C# developers. It supports 22 transports and over 30 Enterprise Integration Patterns using a fluent, compiled DSL. The framework enables pipeline-based message routing and processing across diverse systems like Kafka, RabbitMQ, and HTTP with a consistent IExchange contract.
- ▪redb.Route provides a fluent C# DSL for building integration pipelines in .NET 8, 9, and 10.
- ▪It supports 22 transports including Kafka, RabbitMQ, Redis, SQL, HTTP, and S3, allowing developers to switch between them by changing URIs.
- ▪The framework implements over 30 Enterprise Integration Patterns such as Content-Based Router, Splitter, Aggregator, and Multicast.
- ▪Pipelines in redb.Route follow a From → Process → To structure using IExchange instances to carry message data.
- ▪redb.Route is open source under the Apache 2.0 license and aims to fill the gap in .NET for a full-featured pipeline integration engine.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3929984) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } rinat kozin Posted on May 17 redb.Route — Apache Camel for .NET: 22 transports, 30+ EIP patterns, compiled DSL #dotnet #csharp #integration #opensource Apache Camel has been solving enterprise integration on the JVM since 2007 — 22k stars, 300+ transports, hundreds of production deployments at banks, telcos, governments. The .NET ecosystem never got a real equivalent.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).