-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Admininistration functionality for [Simple|Direct]MessageListenerContainer via jmx #1521
Comments
Hi @garyrussell , I would like to get some guidance how and where to start. Here ist the (not cleansed) code to serve as a basis for a discussion:
Some explainations:
some questions about the concept:
|
You are correct; we can't use Lombok in the framework. We also can't use Boot Yes, I prefer a separate class rather than annotating the container. I am not sure what you mean by "build time configuration" - isn't that already handled by Boot? |
Discussed in #1520
Originally posted by rfelgent October 18, 2022
Hi @ALL,
at my company we have created code that exposes basic admininistration functionality for
[Simple|Direct]MessageListenerContainer
: the so calledMessageListenerContainerAdmin
.The current feature set is compromised of:
The idea of a
MessageListenerContainerAdmin
is highly inspired byAmqpAdmin
.My company would like to contribute such code to the core spring-amqp framework.
If you people (especially @garyrussell as lead developer of spring-amqp) are interested in this feature, I could make a PR.
The text was updated successfully, but these errors were encountered: