Re: DQL java.lang.Throwable: Duplicate non transacted delivery

2018-04-07 Thread Clebert Suconic
Can you add some context please ? On Fri, Apr 6, 2018 at 12:42 PM alainkr wrote: > Hello > > What could be the cause of DQL for "Duplicate non transacted delivery" > reason ? > > Thanks > > > > > > -- > Sent from: >

Re: No broker information in Web Console

2018-04-07 Thread Tim Bain
I've never seen that, and I couldn't reproduce it locally on my 5.14.5 installation. Are there any errors in your broker's logs that indicate that anything is amiss? And does the problem continue after a broker restart? What version are you using, and can you share your activemq.xml file so

Re: Message appears to be sent but not received

2018-04-07 Thread Tim Bain
I'd suggest you use a JMX viewer such as JConsole, and navigate through the org.apache.activemq MBeans to find the subscription in question. On the Attributes page under the subscription, you'll see counts for the number of messages enqueued and dequeued. If those don't match, it means your

Re: ActiveMQ transport error when I do a telnet check on the port

2018-04-07 Thread Tim Bain
As Christian Posta wrote in the first response, if you (or your load balancer) are trying to determine the health of the broker by simply opening a TCP socket to the OpenWire port and then closing it, you're going to get these warnings in the broker logs. Unfortunately, I'm not sure there's a

Re: Unexpected resend behavior when pulling messages using NMS .NET ReceiveNoWait

2018-04-07 Thread asafm
Thanks Tim. Do you know of any references or examples that include configuration options for message re-delivery? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html