You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: queue/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ City(
119
119
120
120
### Thread-Safe Queues
121
121
122
-
Change directory to `src/` and run the script with optional parameters, for example:
122
+
Change directory to `src/` and run the script with optional parameters. For example:
123
123
124
124
```shell
125
125
(queue) $ cd src/
@@ -203,7 +203,7 @@ Start a RabbitMQ broker with Docker:
203
203
$ docker run -it --rm --name rabbitmq -p 5672:5672 rabbitmq
204
204
```
205
205
206
-
Open separate terminal windows, activate your virtual environment, change directory to `message_brokers/rabbitmq/` and run your producer and consumer scripts:
206
+
Open separate terminal windows, activate your virtual environment, change directory to `message_brokers/rabbitmq/`, and run your producer and consumer scripts:
207
207
208
208
```shell
209
209
(queue) $ cd message_brokers/rabbitmq/
@@ -221,7 +221,7 @@ Start a Redis server with Docker:
221
221
$ docker run -it --rm --name redis -p 6379:6379 redis
222
222
```
223
223
224
-
Open separate terminal windows, activate your virtual environment, change directory to `message_brokers/redis/` and run your publisher and subscriber scripts:
224
+
Open separate terminal windows, activate your virtual environment, change directory to `message_brokers/redis/`, and run your publisher and subscriber scripts:
225
225
226
226
```shell
227
227
(queue) $ cd message_brokers/redis/
@@ -240,7 +240,7 @@ $ cd message_brokers/kafka/
240
240
$ docker-compose up
241
241
```
242
242
243
-
Open separate terminal windows, activate your virtual environment, change directory to `message_brokers/kafka/` and run your producer and consumer scripts:
243
+
Open separate terminal windows, activate your virtual environment, change directory to `message_brokers/kafka/`, and run your producer and consumer scripts:
0 commit comments