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

Programatically configure listeners/subscriptions #113

Open
rick-triage opened this issue May 20, 2015 · 2 comments
Open

Programatically configure listeners/subscriptions #113

rick-triage opened this issue May 20, 2015 · 2 comments

Comments

@rick-triage
Copy link

I have a use case where I need to read in a list of listeners and their subscription details from a config file. This is integrating into an existing system so it's not feasible to annotate the message handlers. I would like to be able to take an unannotated POJO and completely configure all details of the subscription and subscribe the listener programatically.
I am willing to clone, do the work and submit a pull request but just wondered if this had come up before and any thoughts on the preferred direction.

@bennidi
Copy link
Owner

bennidi commented Oct 7, 2015

Hey Rick,
did you actually work on such a feature? Programmatic listener subscription is a feature that seems very useful.

@LukMas
Copy link

LukMas commented May 16, 2018

Hi!
There're news about this?
I would like to configure as listener with various handlers. But, I don't want to add the whole library as dependency (it's an almost "dependency free" domain). With a programmatic configuration the 'middle class' that I use for configuring the listener and the handlers can be deleted.

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

3 participants