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

Upgrade RabbitMQ client to support Micrometer Observation #182

Open
Airidas36 opened this issue Oct 26, 2023 · 0 comments
Open

Upgrade RabbitMQ client to support Micrometer Observation #182

Airidas36 opened this issue Oct 26, 2023 · 0 comments

Comments

@Airidas36
Copy link

Motivation

Currently, micrometer observation is not supported by the underlying RabbitMQ client, so it's not possible to trace any messages or collect metrics.

Desired solution

com.rabbitmq:amqp-client started supporting micrometer observation since 5.19.0. So a version bump of the dependency is required.

Considered alternatives

Otherwise, consumers of this client need to implement custom sender/receiver context by themselves or completely switch to Spring AMQP which supports this.

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

No branches or pull requests

1 participant