Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implements Management layer #5

Open
DanielePalaia opened this issue Dec 5, 2024 · 0 comments · May be fixed by #10
Open

Implements Management layer #5

DanielePalaia opened this issue Dec 5, 2024 · 0 comments · May be fixed by #10
Labels
enhancement New feature or request
Milestone

Comments

@DanielePalaia
Copy link
Contributor

DanielePalaia commented Dec 5, 2024

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

@DanielePalaia DanielePalaia added the enhancement New feature or request label Dec 5, 2024
@lukebakken lukebakken added this to the 0.1.0-alpha.0 milestone Dec 9, 2024
@DanielePalaia DanielePalaia changed the title Implements management layer Implements Management layer Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants