rabbitmq-amqp-go-client/rabbitmq_amqp
Luke Bakken b9a14aaf38
API consistency with .NET client
* Prefer using `IQueueSpecification` and `IExchangeSpecification` instead of `string`

For bindings, use strings for source and destination names.

Add sleep so credit is granted from RMQ (HACK)

Add minimal sleep for links to be established

* No need to have exported types and functions in `common.go`

* Simplify functions and remove `PercentCodec` type

Use `fmt.Errorf`

Update modules
2024-09-23 12:49:16 -07:00
..
amqp_binding.go API consistency with .NET client 2024-09-23 12:49:16 -07:00
amqp_binding_test.go API consistency with .NET client 2024-09-23 12:49:16 -07:00
amqp_connection.go API consistency with .NET client 2024-09-23 12:49:16 -07:00
amqp_connection_test.go API consistency with .NET client 2024-09-23 12:49:16 -07:00
amqp_exchange.go API consistency with .NET client 2024-09-23 12:49:16 -07:00
amqp_exchange_test.go API consistency with .NET client 2024-09-23 12:49:16 -07:00
amqp_management.go API consistency with .NET client 2024-09-23 12:49:16 -07:00
amqp_management_test.go API consistency with .NET client 2024-09-23 12:49:16 -07:00
amqp_queue.go API consistency with .NET client 2024-09-23 12:49:16 -07:00
amqp_queue_test.go API consistency with .NET client 2024-09-23 12:49:16 -07:00
common.go API consistency with .NET client 2024-09-23 12:49:16 -07:00
connection.go First implementation for Exchanges and bindings (#2) 2024-09-11 14:42:05 +02:00
converters.go API consistency with .NET client 2024-09-23 12:49:16 -07:00
converters_test.go API consistency with .NET client 2024-09-23 12:49:16 -07:00
entities.go API consistency with .NET client 2024-09-23 12:49:16 -07:00
life_cycle.go Implement connection and management (#1) 2024-09-10 11:26:46 +02:00
management.go First implementation for Exchanges and bindings (#2) 2024-09-11 14:42:05 +02:00
pkg_suite_test.go Implement connection and management (#1) 2024-09-10 11:26:46 +02:00