Skip to content

Commit 4eff274

Browse files
committed
Reference AMQP 1.0 Go and Python client libraries
1 parent 43fdb33 commit 4eff274

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ The examples below use `npm`.
8989
npm install
9090
```
9191

92-
You need to de this once only.
92+
You need to do this once only.
9393

9494
### Local Development
9595

client-libraries/amqp-client-libraries.md

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ The RabbitMQ team supports the following libraries:
2929

3030
* [RabbitMQ AMQP 1.0 **Java** client](https://github.com/rabbitmq/rabbitmq-amqp-java-client)
3131
* [RabbitMQ AMQP 1.0 **.NET** client](https://github.com/rabbitmq/rabbitmq-amqp-dotnet-client)
32+
* [RabbitMQ AMQP 1.0 **Go** client](https://github.com/rabbitmq/rabbitmq-amqp-go-client)
33+
* [RabbitMQ AMQP 1.0 **Python** client](https://github.com/rabbitmq/rabbitmq-amqp-python-client)
3234

3335
Application developers will find here how to use the libraries for the most common use cases.
3436
For other information like licensing, downloading, dependency management, advanced and specific usage and configuration, please see the README page in the repository of the respective libraries.

client-libraries/devtools.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,12 @@ would like to see added to this list.
4040
## Java and Spring {#java-dev}
4141

4242
### Java
43-
* ✓ [RabbitMQ Java client](./java-client) and its [developer guide](/client-libraries/java-api-guide)
43+
* ✓ [RabbitMQ AMQP 1.0 Java client](https://github.com/rabbitmq/rabbitmq-amqp-java-client) and the [AMQP 1.0 client library guide](./amqp-client-libraries)
4444
* ✓ [RabbitMQ Stream Java client](https://github.com/rabbitmq/rabbitmq-stream-java-client)
4545
* ✓ [RabbitMQ JMS client](./jms-client)
46+
* ✓ [RabbitMQ AMQP 0.9.1 Java client](./java-client) and its [developer guide](./java-api-guide)
4647
* [Reactor RabbitMQ](https://github.com/reactor/reactor-rabbitmq), a reactive API for RabbitMQ based on
47-
[Reactor](https://projectreactor.io/) and [RabbitMQ Java Client](./java-client)
48+
[Reactor](https://projectreactor.io/) and [RabbitMQ Java client](./java-client)
4849

4950
### Spring Framework
5051

@@ -57,8 +58,9 @@ would like to see added to this list.
5758

5859
Client libraries:
5960

60-
* ✓ [RabbitMQ .NET Client](./dotnet) (supports .NET Core and .NET 4.6.1+)
61+
* ✓ [RabbitMQ AMQP 1.0 .NET client](https://github.com/rabbitmq/rabbitmq-amqp-dotnet-client) and the [AMQP 1.0 client library guide](./amqp-client-libraries)
6162
* ✓ [RabbitMQ Stream .NET client](https://github.com/rabbitmq/rabbitmq-stream-dotnet-client)
63+
* ✓ [RabbitMQ AMQP 0.9.1 .NET client](./dotnet) (supports .NET Core and .NET 4.6.1+)
6264

6365
Higher level frameworks:
6466

@@ -87,6 +89,7 @@ Miscellaneous projects:
8789

8890
## Python {#python-dev}
8991

92+
* ✓ [RabbitMQ AMQP 1.0 Python client](https://github.com/rabbitmq/rabbitmq-amqp-python-client/) and the [AMQP 1.0 client library guide](./amqp-client-libraries),
9093
* ✓ [pika](http://pypi.python.org/pypi/pika), a pure-Python AMQP 0-9-1 client ([source code](https://github.com/pika/pika),
9194
[API reference](http://readthedocs.org/docs/pika/en/latest/index.html))
9295
* ✓ [rstream](https://github.com/qweeze/rstream): RabbitMQ Stream Python client
@@ -129,8 +132,9 @@ Miscellaneous projects:
129132

130133
## Go {#go-dev}
131134

132-
* ✓ [RabbitMQ Go client](https://github.com/rabbitmq/amqp091-go)
135+
* ✓ [RabbitMQ AMQP 1.0 Go client](https://github.com/rabbitmq/rabbitmq-amqp-go-client) and the [AMQP 1.0 client library guide](./amqp-client-libraries)
133136
* ✓ [RabbitMQ Stream Go client](https://github.com/rabbitmq/rabbitmq-stream-go-client)
137+
* ✓ [RabbitMQ AMQP 0.9.1 Go client](https://github.com/rabbitmq/amqp091-go)
134138
* Rabbit Hole, [RabbitMQ HTTP API client for Go](https://github.com/michaelklishin/rabbit-hole)
135139
* [amqpc](https://github.com/gocardless/amqpc), a load testing tool for RabbitMQ clusters
136140

0 commit comments

Comments
 (0)