Re: org.apache.activemq.broker.TransportConnection.Transport - Transport Connection to: tcp://XX.XX.XXX.XXX:5445 failed: java.io.EOFException

2017-04-14 Thread Tim Bain
An EOFException is an indication that the OS believes that the socket is closed, so at the socket level, the OS will not hold onto large numbers of sockets under the conditions you describe. You can confirm this by using netstat to see how many sockets are open when you reach (or approach) the fai

Re: Artemis subscription timing

2017-04-14 Thread Clebert Suconic
What version ? On Fri, Apr 14, 2017 at 4:35 PM IlarioM wrote: > 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

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

Setting Up Monitoring/Read Only Roles for ActiveMQ Web Console?

2017-04-14 Thread arpitshah_29
Hello - I would like to know if ActiveMQ provides a way to set up Read only users on its Jetty based web console? If so can you please point me to a right direction? I digged into the Code base and as far as I can tell there is no security restrictions once you go past Jetty's security. Thanks,

ActiveMQ 5.4.14 durable topic since start up

2017-04-14 Thread vladimiri
Hello, just want to ask for advice on durable subscriptions. Here is the case: I do have a lot of message producers for a topic and I want the topic to be persistent and durable. But the problem in that all messages sent to topic _before_ first durable consumer starts is treated as non-persistent

Duplicate Messages in the Message Store

2017-04-14 Thread srivmeka
Hi, Am facing issue with broker trying to insert duplicate message into activemq_msgs. This was observed during 1) Broker fail over 2) Data center/Application fail over where the primary broker changes per data center, note there is no broker shutdown here. I am using JDBC persistent Adapter and

Re: EOFException in 5.14.0 - Standard Installation

2017-04-14 Thread Siebo
I faced this problem once and solve it by rebooting the PC which running ActiveMQ. Hope it helps. Thanks and best regards, Siebo -- View this message in context: http://activemq.2283324.n4.nabble.com/EOFException-in-5-14-0-Standard-Installation-tp4724543p4724962.html Sent from the ActiveMQ - U

How to setup policy for client-side message acceptance?

2017-04-14 Thread Ilya
Hello, It is not clear, how to achieve message acceptance on client. Following OASIS AMQP1.0 docs, I assume that I have to setup sender-settle-mode - unsettled (0) receiver-settle-mode - second (1) in order to use accept/modify/reject methods, but it does not work as expected. Scenario 1. start

Re: Apache Artemis - Stress-test time

2017-04-14 Thread alessandro.zann...@bticino.it
clebertsuconic wrote > I am very confused here... > We have a small issue on quering the queues... but from what I saw the > CPU issue was on your usage of whatever logger framework you were > using. I'm not sure what we can do there. Hi, we use a custom security plugin that loads security roles (