Re: Occasionally EOF on connection

2017-04-19 Thread Tim Bain
Nothing in your configuration looks obviously wrong to me. Is the connection between your broker and the clients that are having problems unstable during the period of time that these problems are occurring? Simultaneous EOFs on both ends of a socket connection makes me think of packet loss or net

Re: Artemis JConsole Support

2017-04-19 Thread Clebert Suconic
What I meant to ask was. Look at the arguments passed to the JVM in that service.xml used by the .exe. I'm using an iPhone now and I don't remember the file name. If u can't find it let me know and someone will help out. On Wed, Apr 19, 2017 at 7:15 PM Clebert Suconic wrote: > It could be s

Re: Artemis JConsole Support

2017-04-19 Thread Clebert Suconic
It could be some different settings used as an argument through the service. Look at the xml for any differences please. On Wed, Apr 19, 2017 at 1:55 PM Tim Bain wrote: > I don't have an answer for you, but you might want to post this question to > Stack Overflow, because it's really a more g

Re: Artemis JConsole Support

2017-04-19 Thread Tim Bain
I don't have an answer for you, but you might want to post this question to Stack Overflow, because it's really a more general JConsole and JVM question than an ActiveMQ or Artemis specific question, and you may find more people able to answer it there. On Apr 19, 2017 10:03 AM, "mtod" wrote: >

Artemis JConsole Support

2017-04-19 Thread mtod
I have Artemis 2.0 installed on a Windows Box when I run it using artemis.cmd run I can see the local jconsole and connect and works fine. When I install it as a windows service using artemis-service.exe install then start the service I can't access the service using jconsole. see attached images

Occasionally EOF on connection

2017-04-19 Thread Marcin Giedz
Hello all, in our framework we use AMQ 5.14.1 and CMS version 3.9.4. From time to time we observe connection drops on client's side like the one below: 20170418 10:00:41.902 CRITICAL: void CMSConnectionManager::sltConnectionError(CMSExceptionListener::errorType, QString) "DataInputStream::re

Re: Artemis subscription timing

2017-04-19 Thread Clebert Suconic
When you create a queue on a messaging system, you are requesting guarantees of delivery, even if you disconnect consumers.. etc.. so the queues will be created on server.. and message references will be created for the consumer you requested... So, ou can't just keep creating subscriptions on a

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

2017-04-19 Thread Tim Bain
Siebo, On Apr 18, 2017 4:28 AM, "Siebo" wrote: Hi Tim, > OK, for the EOFException, are your brokers behind a load balancer like > this thread's OP was? It sounds like you're not, so what's on the other > end of those connections? One possibility is real client processes, or > another is anothe

Re: Messenger does not respect order after redelivery

2017-04-19 Thread Tim Bain
You have to unsubscribe yourself. To unsubscribe, send a short email to users-unsubscr...@activemq.apache.org. On Apr 19, 2017 3:51 AM, "vas u" wrote: > please unsubscribe me. > > > > On Tue, Apr 11, 2017 at 3:15 PM, Fabian Gonzalez < > fabian.gonza...@mulesoft.com> wrote: > > > Hello, > > > > T

Re: Apache Artemis - Stress-test time

2017-04-19 Thread Francesco PADOVANI
Hi Martyn, I can confirm you that once we have all our clients connected, the system performs as normal. We've done some more tests. First of all we've disabled our custom plugin for managing redis authentication/authorization. So we started from a 2.1.0 clean installation (build from hash comm

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: Messenger does not respect order after redelivery

2017-04-19 Thread vas u
please unsubscribe me. On Tue, Apr 11, 2017 at 3:15 PM, Fabian Gonzalez < fabian.gonza...@mulesoft.com> wrote: > Hello, > > This is my first message so greetings for all. > I am facing a situation where activemq seems not to respect the order for > dispatched messages when a redilevery is nee