rabbitmq-tutorials
rabbitmq-tutorials copied to clipboard
Tutorials for using RabbitMQ in various ways
RABBITVER:=$(shell curl -s "https://www.rabbitmq.com/releases/rabbitmq-server/" | grep -oE '([0-9\.]{5,})' | tail -n 1) when make erlang/.ok , RABBITVER=1.11.2. actually is 3.9.8 and got "Page Not Found" when access url by browser
This tutorial could cover two common solutions to sending large messages through RabbitMQ: * Compressing the message body * Saving the data in an external store, and retrieving when the...
I found this tutorial quite confusing: https://www.rabbitmq.com/tutorials/tutorial-six-javascript.html It claims it is going to show you how to write an RPC, where the caller waits for a response before returning. However,...
On the tutorials page (java) at https://www.rabbitmq.com/tutorials/tutorial-two-java.html there is an example of how to use Acknowledging. In this example the ack is always send. Shouldn't it be send only if...
Hi, this is a bit related to other issue that I opened sometime ago (sorry I can't found the issue) where I wanted to contribute code in nodejs using async...
Hello, [Julia language](https://julialang.org) have an [AMQP.jl](https://github.com/JuliaComputing/AMQPClient.jl) library. Maybe examples for such a language should be written https://github.com/JuliaComputing/AMQPClient.jl/issues/15 Kind regards
### Is your feature request related to a problem? Please describe. In https://github.com/rabbitmq/rabbitmq-dotnet-client/issues/1376, a user did not realize that a channel level exception returned from RabbitMQ meant that the channel...
Hello world for python rstream stream client
Let's start with dotnet stream client. This link https://github.com/rabbitmq/rabbitmq-tutorials/blob/dotnet_stream_client/dotnet-stream/README.md?plain=1#L26 does not exist (yet)
Hello world for java stream client with maven