Skip to content

Implements Management layer #5

@DanielePalaia

Description

@DanielePalaia

Is your feature request related to a problem? Please describe.

Scope of this issue is to implement the Management Layer.

The Management Layer is the central layer of the Client and allows the basic operations to RabbitMQ to be performed like: DeclareQueue, DeclareExchange, Bind, DeleteExchange ecc ecc...

This layer also setup the Sender and Receiver objects needed to send Messages to the server.

We can reuse the same principles of the GO client here:

https://github.com/rabbitmq/rabbitmq-amqp-go-client/blob/main/rabbitmq_amqp/amqp_management.go

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions