opentracing-contrib / java-spring-rabbitmq

OpenTracing RabbitMQ instrumentation
Apache License 2.0
18 stars 21 forks source link

Spring AMQP 1.0 for RabbitMQ #51

Closed hrirm closed 4 years ago

hrirm commented 4 years ago

Hello,

is there a plan to provide an implementation for protocol AMQP 1.0 with spring framework that would work with RabbitMQ ?

ask4gilles commented 4 years ago

What do you mean? Can you provide a bit more details about your need?

hrirm commented 4 years ago

I guess my issue is with rabbitMQ java client which is not supporting protocol AMQP 1.0

ask4gilles commented 4 years ago

This library just instruments for distributed tracing, not sure it’s the right place to raise your concern. Or perhaps can you be a bit more precise about what you need to do?

hrirm commented 4 years ago

I got a response here https://github.com/rabbitmq/rabbitmq-java-client/issues/652

It seems that I should consider to migrate to another broker

Thanks for your support