Testing Kafka Listener using Testcontainers with the Micronaut Framework
This guide shows how to test a Kafka Listener using Testcontainers in a Micronaut Framework application.
This guide shows how to test a Kafka Listener using Testcontainers in a Micronaut Framework application.
Learn how to use Micronaut Data and Hibernate Reactive.
Learn how to connect JMS Application to an AWS SQS Queue
Learn how to use Mosquitto as an MQTT broker, create a Micronaut CLI application and publish an MQTT topic, and subscribe to the MQTT topic in a different Micronaut Messaging application.
Use Oracle Cloud Streaming to communicate between your Micronaut applications.
Use Kafka to communicate between your Micronaut applications.
This guide shows how to build a Micronaut Framework chat application such as the Rails application demonstrated in the Hotwire announcement screencast.
Build a chat application by exposing a WebSocket Server with the Micronaut Framework