An error has occurred.Reload đź—™
Event Driven
Event-driven systems reflect how modern businesses actually work, with thousands of small changes happening all day, every day. Steeltoe’s ability to handle events and enable developers to build applications around them, means your apps will stay in sync with your business. Steeltoe has event-driven options like streaming all the way to cloud functions, and data flows.
What is Event Driven?
When combined with microservices, event streaming opens up exciting opportunities - like event-driven architectures. Steeltoe simplifies the production, processing, and consumption of events, providing several useful abstractions
Why use Event Driven?
The bedrock of any event-driven system is message handling. Connecting to message platforms, routing messages, transforming messages, processing messages. With Steeltoe you can solve these integration challenges quickly and easily.
Steeltoe Messaging
With the Steeltoe Messaging project, you can apply core concepts to the development of RabbitMQ based messaging solutions.

In just a few lines, implement high-level message handling abstraction and support message-driven POCOs with a "listener container."

Learn more
Steeltoe Stream
Steeltoe Stream improves your productivity when working with RabbitMQ, providing three key abstractions to simplify your code. “Binders” integrate with external messaging systems. “Bindings” bridge the gap between the messaging systems and your code. “Messages” provide the structure that your code uses to send and receive data.

Steeltoe Stream also provides support for provisioning, content conversion, error handling, configuration management, consumer groups, partitioning, monitoring, and health checks.

Learn more