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

Ensure control over AMQP connection and template #14

Closed
olle opened this issue Apr 27, 2020 · 1 comment
Closed

Ensure control over AMQP connection and template #14

olle opened this issue Apr 27, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@olle
Copy link
Owner

olle commented Apr 27, 2020

For proper production readiness, it is required that this library does not act upon shared resources for an application context. The opposite is also important, there should be very little coupling between configurations of the AMQP resources for the application and the Query/Response library.

This means control over the AMQP connection, it's properties and the AMQP Template, through a factory, is probably required in order to introduce the Query/Response library as a well behaved component, into a production application.

@olle olle added the enhancement New feature or request label Apr 27, 2020
@olle olle added this to the 0.9 milestone Apr 27, 2020
@olle
Copy link
Owner Author

olle commented May 15, 2020

To give some more context to this issue.

I know about solutions, already running in production, where the pre/post publish/consume interceptors are depended upon heavily. Such apps usually configure a global RabbitTemplate with these custom adaptations, which may be conflicting with the requirements that the Query/Response library has.

@olle olle closed this as completed in 8812b3f May 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant