Re: AW: [DISCUSS] OpenTracing in Artemis

2018-08-20 Thread Clebert Suconic
We have extended properties in AMQP as we cannot modify the message on the server. This opens back a discussion about external dependencies. Such as serializarion. Etc. right ? On Mon, Aug 20, 2018 at 10:27 AM michael.andre.pearce wrote: > So for AMQP it would be to wrap around those clients,

Re: AW: [DISCUSS] OpenTracing in Artemis

2018-08-20 Thread michael.andre.pearce
So for AMQP it would be to wrap around those clients, just the same as the JMS one does.  Re openwire clients are jms so you just wrap that the same. Re  serve side tracing, id be wary here as will add perf hit. But if integration thats what the plugins api is for if you really want to add that.