Re: artemis 2.2.0 logging disaster

2017-06-05 Thread IlarioM
hi, i've found this bug about netty UnpooledByteBuffer: https://groups.google.com/forum/#!topic/netty/Ve4lnRvFXjM if i've well understand disabling netty recyclers should solve the problem: -Dio.netty.recycler.maxCapacity=0 -Dio.netty.recycler.maxCapacity.default=0 -- View this message in con

Re: Artemis subscription timing

2017-04-19 Thread IlarioM
Hi Clebert, thanks for your response; I just runned the same test with jms clients and i see the same behaviour TopicExample2.java please can you give me more info about these delays? There is a way to extimate delay for a

Re: Artemis subscription timing

2017-04-15 Thread IlarioM
Hi Clebert, I'm using Artemis 2.0.0 -- View this message in context: http://activemq.2283324.n4.nabble.com/Artemis-subscription-timing-tp4724964p4724973.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Artemis subscription timing

2017-04-14 Thread IlarioM
hi, i've written a simple junit test where an mqtt client subscribe to 5 different topics to check how many times is needed; i log timing every 50 subcriptions at the beginning everythings run fine (0.1sec for 50 topics) but after a while performance start degrading and after 10 mins i meausur