Re: Qpid JMS client JmsConnection.close() hangs

2016-11-24 Thread DraCzech
When going through logs I also found this piece of thread dump. Which shows that my cleaning thread is waiting for a lock held by ActiveMQ thread. A state which is definitely not desired, but I'm not sure if can be prevented completely... 2016-11-24 17:46:10.016523 "JMS Connector cleaner" daemon

Re: Proton Go client

2016-11-24 Thread Ulf Lilleengen
On 24. nov. 2016 14:34, Alex Kritikos wrote: hello all, i am interested in finding out more about the status of the Go client, specifically level of completeness and whether it can be installed as go get qpid.apache.org/amqp # qpid.apache.org/amqp

Re: Qpid JMS client JmsConnection.close() hangs

2016-11-24 Thread DraCzech
So I tried to turn on logging on qpid and this is what I found so far. In case I shut down the messaging bundle, it sends *Close*, receives *Close*, everything goes fine. But In case the device loses network connection it sends *Close* and waits for response which never comes. I'm using

Proton Go client

2016-11-24 Thread Alex Kritikos
hello all, i am interested in finding out more about the status of the Go client, specifically level of completeness and whether it can be installed as go get qpid.apache.org/amqp # qpid.apache.org/amqp GOPATH/src/qpid.apache.org/amqp/error.go:22:11: fatal error: 'proton/error.h' file not