Re: what is the root cause and how to resolve the error i.e javax.jms.JMSException: No buffer space available (maximum connections reached?

2014-09-23 Thread venkatesh
Hi Tim, Please find more details related to this issue and also answers for your below questions Your Question: Was there anything unusual in the logs around the time the errors were seen? Answer: Actually No, But there is one scenario during our performance test where this issue occurs but

Session is closed exception

2014-09-23 Thread Hilderich
Hello All, We are using in Talend activemq under the hood by component tJMSInput. This DI Job runs all the time but we get sometimes the exception: First question: Is the cause client or server (broker)? Seciond question: If it is the client what can it do to avoid this exception maybe by

Replicated LevelDB store issues

2014-09-23 Thread davidvg77
Hi all, I'm getting this exception when starting ActiveMQ with following persistence configuration. Currently, an instance is elected as a master, but in that moment, i get this exception: java.io.IOException: com.google.common.io.Closeables.closeQuietly(Ljava/io/Closeable;)V at

Re: Apollo: Messages always persists

2014-09-23 Thread Hiram Chirino
That's just the way apollo works. It does not guarantee non-persistent messages will survive a restart, but it does not go out of it's way to drop them if there is a restart. Basically if your message gets paged out to disk, it will survive. On Mon, Sep 8, 2014 at 5:25 AM, All JN

Re: what is the root cause and how to resolve the error i.e javax.jms.JMSException: No buffer space available (maximum connections reached?

2014-09-23 Thread Tim Bain
The fact that you create a new ActiveMQ connection for each message seems like the probable cause for the error you saw. If you had a surge of N messages to process all at once, you'd have N connections open (I'm assuming you're processing your messages asynchronously), so if N was large enough,

Re: Replicated LevelDB store issues

2014-09-23 Thread Kevin Burton
Look at the cause … see below. It’s a NoSuchMethodError… You have the wrong version of guava sitting around… or one of the .jars you’re using is newer and compiled for a newer version of guava :-( I know.. not fun. I think this is an issue regarding 17 removing this method but 15 having it and

Re: Replicated LevelDB store issues

2014-09-23 Thread Kevin Burton
… and I seem to recall that I fixed this and had to rm a jar or move it to a specific directory. But I’ve long forgotten which one :-( …. So to help you resolve this here are all the .jars in my activemq 5.10 install… you can just diff your .jars and probably figure out what’s wrong.

Consumer stops sending messages to DefaultMessageListener

2014-09-23 Thread shaneg
Hi, We've introduced a HA deployment of active mq 5.9.1 using leveldb and zookeeper using 3 nodes. We did a performance run and subsequently our message consumers have stopped consuming messages but message creation is working fine. We are seeing the dispatched queue count increasing so it

ActiveMQ 5.10 LDAP Setup

2014-09-23 Thread nicholas.gray
Hello,I am fairly new to ActiveMQ. Ive been tasked with upgrading our old ActiveMQ environment. I have installed ActiveMQ 5.10 on a new server. I've been asked by our team to integrate LDAP with our current AD for our domain.I've been trying to figure out from the Apache ActiveMQ website, how to

Re: Replicated LevelDB store issues

2014-09-23 Thread Justin Reock
Remove the ³pax-url-aether-1.5.2.jar² from /lib to resolve this issue. Thanks, Justin Reock OpenLogic Www.openlogic.com On 9/23/14, 12:31 PM, Kevin Burton bur...@spinn3r.com wrote: Š and I seem to recall that I fixed this and had to rm a jar or move it to a specific directory. But I¹ve long

Permission to edit wiki - add NMS AMQP provider details

2014-09-23 Thread Chuck Rolke
Hi, I'd like to get some wiki karma so that I may update the NMS Sub Project pages. The AMQP provider is available but it will not be used until it gets more advertising. I am a committer at Apache http://people.apache.org/committer-index.html#C SVN id : chug Name:

Re: Permission to edit wiki - add NMS AMQP provider details

2014-09-23 Thread Timothy Bish
On 09/23/2014 02:58 PM, Chuck Rolke wrote: Hi, I'd like to get some wiki karma so that I may update the NMS Sub Project pages. The AMQP provider is available but it will not be used until it gets more advertising. I am a committer at Apache http://people.apache.org/committer-index.html#C

What all problems with broker or network can be detected using Transport Listener?

2014-09-23 Thread bansalp
Hi, What all problems with broker or network can be detected using Transport Listener? I am using failover uri with master/slave architecture. I want my clients to get notify if there is any problem with connection from client to broker. Though as soon as there will be problem with primary,