Wording
This commit is contained in:
parent
611bc599b9
commit
ac7b262a04
@ -5,7 +5,7 @@ tutorials](https://www.rabbitmq.com/getstarted.html) using .NET 8.0.
|
||||
|
||||
To successfully use the examples you will need a running RabbitMQ server with the [stream plugin enabled](https://www.rabbitmq.com/docs/stream#enabling-plugin).
|
||||
|
||||
You can easily set this up by [starting RabbitMQ with Streams Enabled](https://www.rabbitmq.com/blog/2021/07/19/rabbitmq-streams-first-application).
|
||||
See [First Application With RabbitMQ Streams](https://www.rabbitmq.com/blog/2021/07/19/rabbitmq-streams-first-application), [Stream plugin documentation](https://www.rabbitmq.com/docs/stream) and [how to preconfigure plugins](https://www.rabbitmq.com/docs/plugins#enabled-plugins-file).
|
||||
|
||||
## Requirements
|
||||
|
||||
@ -13,7 +13,7 @@ You can easily set this up by [starting RabbitMQ with Streams Enabled](https://w
|
||||
|
||||
* [dotnet core](https://www.microsoft.com/net/core)
|
||||
|
||||
We're using the command line (start->run cmd.exe) to
|
||||
We're using the command line (`Start` -> `Run cmd.exe`) to
|
||||
compile and run the code.
|
||||
|
||||
### Requirements on Linux
|
||||
|
@ -4,7 +4,7 @@ Here you can find Go code examples from [RabbitMQ tutorials](https://www.rabbitm
|
||||
|
||||
To successfully use the examples you will need a running RabbitMQ server with the [stream plugin enabled](https://www.rabbitmq.com/docs/stream#enabling-plugin).
|
||||
|
||||
You can easily set this up by [starting RabbitMQ with Streams Enabled](https://www.rabbitmq.com/blog/2021/07/19/rabbitmq-streams-first-application).
|
||||
See [First Application With RabbitMQ Streams](https://www.rabbitmq.com/blog/2021/07/19/rabbitmq-streams-first-application), [Stream plugin documentation](https://www.rabbitmq.com/docs/stream) and [how to preconfigure plugins](https://www.rabbitmq.com/docs/plugins#enabled-plugins-file).
|
||||
|
||||
## Requirements
|
||||
|
||||
|
@ -4,7 +4,7 @@ Here you can find Java code examples from [RabbitMQ tutorials](https://www.rabbi
|
||||
|
||||
To successfully use the examples you will need a running RabbitMQ server with the [stream plugin enabled](https://www.rabbitmq.com/docs/stream#enabling-plugin).
|
||||
|
||||
You can easily set this up by [starting RabbitMQ with Streams Enabled](https://www.rabbitmq.com/blog/2021/07/19/rabbitmq-streams-first-application).
|
||||
See [First Application With RabbitMQ Streams](https://www.rabbitmq.com/blog/2021/07/19/rabbitmq-streams-first-application), [Stream plugin documentation](https://www.rabbitmq.com/docs/stream) and [how to preconfigure plugins](https://www.rabbitmq.com/docs/plugins#enabled-plugins-file).
|
||||
|
||||
## Requirements
|
||||
|
||||
|
@ -4,7 +4,7 @@ Here you can find JavaScript (Node) code examples from [RabbitMQ tutorials](http
|
||||
|
||||
To successfully use the examples you will need a running RabbitMQ server with the [stream plugin enabled](https://www.rabbitmq.com/docs/stream#enabling-plugin).
|
||||
|
||||
You can easily set this up by [starting RabbitMQ with Streams Enabled](https://www.rabbitmq.com/blog/2021/07/19/rabbitmq-streams-first-application).
|
||||
See [First Application With RabbitMQ Streams](https://www.rabbitmq.com/blog/2021/07/19/rabbitmq-streams-first-application), [Stream plugin documentation](https://www.rabbitmq.com/docs/stream) and [how to preconfigure plugins](https://www.rabbitmq.com/docs/plugins#enabled-plugins-file).
|
||||
|
||||
## Requirements
|
||||
|
||||
|
@ -7,7 +7,7 @@ The examples use [rabbitmq-stream-client](https://github.com/rabbitmq/rabbitmq-s
|
||||
|
||||
These tutorials assume a RabbitMQ server node running locally using default ports and the [stream plugin enabled](https://www.rabbitmq.com/docs/stream#enabling-plugin).
|
||||
|
||||
You can easily set this up by [starting RabbitMQ with Streams Enabled](https://www.rabbitmq.com/blog/2021/07/19/rabbitmq-streams-first-application).
|
||||
See [First Application With RabbitMQ Streams](https://www.rabbitmq.com/blog/2021/07/19/rabbitmq-streams-first-application), [Stream plugin documentation](https://www.rabbitmq.com/docs/stream) and [how to preconfigure plugins](https://www.rabbitmq.com/docs/plugins#enabled-plugins-file).
|
||||
|
||||
## Requirements
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user