File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -45,4 +45,7 @@ Code examples are executed via `go run`:
4545 go run rpc_server.go
4646 go run rpc_client.go 10
4747
48+ [ AMQP 1.0 Direct Reply-To RPC] ( https://www.rabbitmq.com/docs/next/direct-reply-to )
49+ go run rpc_amqp10.go
50+
4851To learn more, see [ ` rabbitmq/amqp091-go ` ] ( https://github.com/rabbitmq/amqp091-go ) .
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ module github.com/rabbitmq/rabbitmq-tutorials
33go 1.17
44
55require github.com/rabbitmq/amqp091-go v1.9.0
6+
7+ require github.com/Azure/go-amqp v1.5.0 // indirect
Original file line number Diff line number Diff line change 1+ github.com/Azure/go-amqp v1.5.0 h1:GRiQK1VhrNFbyx5VlmI6BsA1FCp27W5rb9kxOZScnTo =
2+ github.com/Azure/go-amqp v1.5.0 /go.mod h1:vZAogwdrkbyK3Mla8m/CxSc/aKdnTZ4IbPxl51Y5WZE =
13github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
24github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
35github.com/kr/pretty v0.1.0 /go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo =
You can’t perform that action at this time.
0 commit comments