You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered: