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

RabbitNamespaceHandler support config ListenerContainerFactoryBean#afterReceivePostProcessors #794

Closed
carl-zhao opened this issue Aug 16, 2018 · 2 comments
Labels

Comments

@carl-zhao
Copy link

carl-zhao commented Aug 16, 2018

ListenerContainerFactoryBean has field afterReceivePostProcessors,but rabbit name space can not config this field.

@carl-zhao carl-zhao changed the title rabbit name space support config ListenerContainerFactoryBean#afterReceivePostProcessors RabbitNamespaceHandler support config ListenerContainerFactoryBean#afterReceivePostProcessors Aug 16, 2018
@artembilan
Copy link
Member

The XML support is slightly out of support, indeed.
It is in a low priority since people more and more these days configuring their Spring projects only with Java and annotations. Also with Kotlin.

We can fix this issue because you have requested it, however we also would like to see a contribution: https://github.com/spring-projects/spring-amqp/blob/master/CONTRIBUTING.adoc

So, if you are interested in this feature and would like to have a fix you are welcome to open Pull Request!

Just let us know how you prefer to proceed.

Thanks

@carl-zhao
Copy link
Author

Well, I'd like to try it

artembilan added a commit to artembilan/spring-amqp that referenced this issue Oct 11, 2018
Fixes spring-projects#794

* Expose an `after-receive-post-processors` in the
`<rabbit:listener-container>` component
* Upgrade to the latest dependencies
garyrussell pushed a commit that referenced this issue Oct 11, 2018
Fixes #794

* Expose an `after-receive-post-processors` in the
`<rabbit:listener-container>` component
* Upgrade to the latest dependencies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants