Embed presentation
Downloaded 25 times
















This document discusses Reactive Streams and RabbitMQ. It covers producer/consumer models like request/response where data is pulled, and asynchronous subscription where data is pushed. It also mentions potential issues like queue overflow, resource exhaustion, and denial of service attacks. Finally, it lists several stream libraries and frameworks including Java and Scala streams, Play Iteratees, RxJava, and Akka Streams that can be used to implement Reactive Streams patterns with RabbitMQ.















