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: AW: [DISCUSS] OpenTracing in Artemis

2018-08-20 Thread Justin Bertram
This kind of distributed tracing seems almost like logging frameworks where eventually a facade like slf4j was developed to support all the different individual frameworks. In any event, I definitely think it's best at this point simply for the broker to expose hooks (e.g. ActiveMQServerPlugin) ra

Re: AW: AW: [DISCUSS] OpenTracing in Artemis

2018-08-20 Thread michael.andre.pearce
Add to that list (as i said there's always more) https://cloud.spring.io/spring-cloud-sleuth/ Sent from my Samsung Galaxy smartphone. Original message From: "michael.andre.pearce" Date: 20/08/2018 17:35 (GMT+00:00) To: users@activemq.apache.org Subject: Re: AW: AW: [DISCUS

Re: AW: AW: [DISCUSS] OpenTracing in Artemis

2018-08-20 Thread michael.andre.pearce
Btw similar initiatives, which all could be requesting similar stating the same argument. https://opencensus.iohttps://micrometer.iohttps://openmetrics.io I dont think it be suitable to natively support all of these (and im sure there is more) within the core product, thus why the plugins exist

Re: AW: AW: [DISCUSS] OpenTracing in Artemis

2018-08-20 Thread michael.andre.pearce
Whilst appreciate that open tracing project intent is that it becomes the standard, afaik there is just two main project adopting it zipkin and jaeger. Currently none of the big APM vendors some i mentioned in previous are backing it. As such they could form create their standard and then come wi

AW: AW: [DISCUSS] OpenTracing in Artemis

2018-08-20 Thread Lohmann Carsten (INST/ECS4)
> 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. > Id be wary of directly integrating on vendors tracing or metrics directly > into the > activemq artemis broker. > as what happens say another pers

No connection to com.ptc.windchill.esi.Result Queue

2018-08-20 Thread akeller
Dear All, we use Active MQ 5.14.5 in combination with Windchill 11 M030 CPS03. After Windchill system rehosting the com.ptc.windchill.esi.Result queue has no connection. WT Info*Engine is reconfiguerd LDAP setting JMS. Distribution Targets are set. The messages still in WT in state pending and th

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.

AW: [DISCUSS] OpenTracing in Artemis

2018-08-20 Thread Lohmann Carsten (INST/ECS4)
> We use similar tech in my org for transactional tracing and stiching, we use a > proprietary off the shelf software, its one of the big APMs > If you build the tracing to wrap around the clients api's eg, in JMS the JMS > Message, and put the magical uuid thats used to stich in that. > This would

Re: [DISCUSS] OpenTracing in Artemis

2018-08-20 Thread michael.andre.pearce
I notice that theres an opentracing-contrib github project already that seems to collect and be a home for all opentracing integrations. So anything done prob should sit there. On that note, i notice there is a jms wrapper already to stich the end users application flow over jms. (opentracing-co

Re: [DISCUSS] OpenTracing in Artemis

2018-08-20 Thread michael.andre.pearce
We use similar tech in my org for transactional tracing and stiching, we use a proprietary off the shelf software, its one of the big APMs If you build the tracing to wrap around the clients api's eg, in JMS the JMS Message, and put the magical uuid thats used to stich in that. This would also ma

[DISCUSS] OpenTracing in Artemis

2018-08-20 Thread Lohmann Carsten (INST/ECS4)
Hi, I would like to propose adding support for distributed tracing via the OpenTracing standard [1] in Artemis. OpenTracing offers a way to trace a request, message or transaction across different (potentially distributed) components. In the context of a messaging system, this would allow foll

HTTP Transport behind company firewall

2018-08-20 Thread Simon Martinelli, 72 Services LLC
Hi, I'm trying to run HttpTransportExample behind a http proxy. I've set -Dhttp.proxyHost and -Dhttp.proxyPort plus added an default Autehnticator with my username and password. But I'm unable to connect to the Artemis server. Netty transport is configured on the server and from a client without

one consumer work for me, the other 15 do not

2018-08-20 Thread Vlad
Hello. I have such a problem. Why does one consumer work for me, the other 15 do not? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html