-
Notifications
You must be signed in to change notification settings - Fork 15
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
Opentracing JMSTracingTemplate do not have the setting of JMSTemplate of spring boot #31
Comments
As first step i think it is necessary adding @ConditionalOnMissingBean on configuration to create bean, to provide opportunity to made override of the declared Bean, but i think it is necessary find a solution to get the configuration of spring boot jms and put into JmsTracingTemplate. At the moment i add in my project configuration bean this method, taken partially from org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration configuration:
|
for me it looks like a solution to use |
or we can create a new maven module |
can be better have a second module,, I have to check if in this manner we can also try to get all the spring boot properties. I will check. |
I also ran into the same issue. I guess in most of the current cloud scenarios docker and spring boot is used, so I would be very pleased if this could be fixed. The idea of adding a new module which connects the jmstemplate default properties of spring boot with the creation of the jaeger tracing template is the best way I guess. |
The OpenTracing starter with the configuration of JmsTemplate do not consider the setting properties related to spring-boot jms starter.
The text was updated successfully, but these errors were encountered: