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

Add AmqpAdmin interface in spring-amqp-core interface with RabbitAdmin implementation in spring-rabbit [AMQP-6] #1570

Closed
spring-operator opened this issue Jul 6, 2010 · 2 comments

Comments

@spring-operator
Copy link
Contributor

spring-operator commented Jul 6, 2010

Mark Fisher opened AMQP-6 and commented

This will require generic return types as opposed to the implementation specific DeclareOk objects.

For example, when declaring a Queue with an explicit name, we can have a void return type (else throw an Exception), and when declaring a Queue with a generated name, we should return a String (the generated name).


This issue is a sub-task of #1569

@spring-operator
Copy link
Contributor Author

Mark Pollack commented

There is now org.springframework.amqp.core.AmqpAdmin interfance and org.springframework.amqp.rabbit.core.RabbitAdmin implementation and then a Rabbit specific interfance/implementation for broker configuration. Those are org.springframework.amqp.rabbit.admin.RabbitBrokerOperations and RabbitBrokerAdmin respectfully. Was not able to push @Configuration base classes into amqp-core module, see org.springframework.amqp.config.AbstractAmqpConfiguration

@spring-operator
Copy link
Contributor Author

Mark Fisher commented

1.0 M1 Released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant