Broker doesn't seem to work correct

2017-09-08 Thread kync
Sometimes my consumer clients encourages with 204 content not fount http header although the broker has . It happes more than nearly 2 hours and works normally after this time. I see this header status every day at night. There is no error, no warning just have all consumers get 204 no content at t

Http stream line by line

2017-03-15 Thread kync
I need to get all topic datas by reading line by line over HTTP. I wrote some java code to consume datas through http but it closes stream after reading first line. Does apache activemq support http alive stream ? If does what should i do ? Code: https://gist.github.com/kync