Table of Contents

Messaging Overview

Steeltoe provides support for integrating with messaging systems, from simplified use of the RabbitMQ API with RabbitTemplate to a complete infrastructure to receive messages asynchronously. Look for support of additional messaging systems such as Kafka in the future.

RabbitMQ

The Steeltoe RabbitMQ component applies core Steeltoe concepts to the development of AMQP-based messaging solutions using a RabbitMQ message broker. Steeltoe offers several conveniences for working with RabbitMQ, including auto configuration of the .NET service container.