help with bean definitions.

2015-03-17 Thread arun196
Could anyone please help with spring bean definitions of below. I can't use context.xml for junit tests. -- View this message in context: http://activemq.2283324.n4.nabble.com/help-with-bean-definitions-tp4693380.html Sent from the

question about activemq and zookeeper cluster

2015-03-10 Thread arun196
We are planning on having 3 activemq brokers and 3 zookeeper with master slave, replicated level db store configuration. Can we have zookeeper on activemq server or they have to be seperate? Seperate will require 6 vm's, whereas having zookeeper and activemq on same server will require only 3 vm's

question about replicated level DB Store

2015-03-09 Thread arun196
Excerpt from the link - http://activemq.apache.org/replicated-leveldb-store.html "You should run at least 3 ZooKeeper server nodes so that the ZooKeeper service is highly available. Don't overcommit your ZooKeeper servers" Can anyone please explain how this works? We are thinking 2 zookeeper serve

Re: java.lang.IllegalArgumentException: Invalid connect parameters: {connectionTimeout=1000}

2015-03-06 Thread arun196
Thanks James! -- View this message in context: http://activemq.2283324.n4.nabble.com/java-lang-IllegalArgumentException-Invalid-connect-parameters-connectionTimeout-1000-tp4692572p4692669.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

help with timeout

2015-03-06 Thread arun196
I have a consumer that processes orders from messages received from activemq. I would like to set a timeout in case the order processing takes over 5 minutes. I have property 'timeout' set in brokerURL. Looks like its not the one for the requirement. Any ideas please? -- View this message in c

java.lang.IllegalArgumentException: Invalid connect parameters: {connectionTimeout=1000}

2015-03-05 Thread arun196
Appreciate if you can help! Below are my connection settings and the exception I get. Uncategorized exception occured during JMS processing; nested exception is javax.jms.JMSException: Error while attempting to add new Connection to the pool; nested exception is javax.jms.JMSExcepti

Re: invalid broker url

2015-03-02 Thread arun196
Thanks Tim! -- View this message in context: http://activemq.2283324.n4.nabble.com/invalid-broker-url-tp4692311p4692321.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: invalid broker url

2015-03-02 Thread arun196
Thanks! Removing new line worked. maximumRedeliveries doesn't seem to work. Am I doing it right? This works - brokerURL="failover:(tcp://localhost:61616?keepAlive=true,tcp://localhost:61617?keepAlive=true,tcp://localhost:61618?keepAlive=true)" This doesn't work (brokerURL in single

invalid broker url

2015-03-02 Thread arun196
I get invalid broker URL with below configuration. Help please? -- View this message in context: http://activemq.2283324.n4.nabble.com/invalid-broker-url-tp4692311.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

connection failure to ZooKeeper

2015-02-26 Thread arun196
I keep seeing auth failure exceptions during startup and address family not supported. Any idea please? Verion: 5.10.2 jvm 1| INFO | Initiating client connection, connectString=USTPENB34078.xxx.com:2181,USTPENB34078.xxx.com:2182,USTPENB34078.xxx.com:21 83 sessionTimeout=2000 watcher=org.apac

Re: is activemq 5.11.1 compatible with java 1.6?

2015-02-26 Thread arun196
Thanks Tim! -- View this message in context: http://activemq.2283324.n4.nabble.com/is-activemq-5-11-1-compatible-with-java-1-6-tp4692124p4692129.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: is activemq 5.11.1 compatible with java 1.6?

2015-02-26 Thread arun196
Thanks! How about 5.10.2? http://activemq.apache.org/activemq-5102-release.html -- View this message in context: http://activemq.2283324.n4.nabble.com/is-activemq-5-11-1-compatible-with-java-1-6-tp4692124p4692127.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

is activemq 5.11.1 compatible with java 1.6?

2015-02-26 Thread arun196
is activemq 5.11.1 compatible with java 1.6? Could you please point me to compatible information page please? -- View this message in context: http://activemq.2283324.n4.nabble.com/is-activemq-5-11-1-compatible-with-java-1-6-tp4692124.html Sent from the ActiveMQ - User mailing list archive at

address family not supported exception

2015-02-25 Thread arun196
I have activemq cluster running on my computer (USTPENB34078.xxx.com) and I see below exceptions occasionally. Any idea? Thanks! ERROR | Unable to open socket to USTPENB34078.xxx.com/fe80:0:0:0:f89d:b849:89f8:45b%18:2181 WARN | Session 0x0 for server null, unexpected error, closing socket connecti

Re: only master web console is available at a time

2015-02-25 Thread arun196
Thanks! yeah, web console is available when one of the slaves become master. -- View this message in context: http://activemq.2283324.n4.nabble.com/only-master-web-console-is-available-at-a-time-tp4692072p4692075.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Message replication not happening among activemq nodes

2015-02-25 Thread arun196
I have cluster setup for 3 activeMQ nodes with 3 ZooKeeper servers using Master/Slave configuration. However, message replication is not happening. I sent a message using failover to cluster and I see message on activemq1. I shutdown activemq1, activemq2 is my new master, but the message I sent ea

only master web console is available at a time

2015-02-25 Thread arun196
I have a activemq cluster setup with ZooMaster. Noticing that the web console is available only for the master activemq and not for the slaves. Is that correct or could be misconfiguration? -- View this message in context: http://activemq.2283324.n4.nabble.com/only-master-web-console-is-availab

Re: invalid broker URI failover

2015-02-25 Thread arun196
thank you! -- View this message in context: http://activemq.2283324.n4.nabble.com/invalid-broker-URI-failover-tp4692069p4692071.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

invalid broker URI failover

2015-02-25 Thread arun196
what am I doing wrong please? I have failover listed as below in context.xml. I get invalid broker exception. Caused by: javax.naming.NamingException: Invalid broker URI: failover(tcp://localhost:61616, tcp://localhost:61617) -- View this message in context: http://activemq.2283324.n4.n

Apache Zookeeper comes with ActiveMQ installation right?

2015-02-04 Thread arun196
Could anyone please confirm if Apache Zookeeper comes with ActiveMQ? To Setup Clustering, below is the only configuration needed right? No seperate installation? http://activemq.apache.org/replicated-leveldb-store.html -- View this message in context: http://activemq.2283324.n4.nabble.com/Apa

Spring AMQP ActiveMQ

2015-02-02 Thread arun196
I'm looking for some documentation and examples around Spring with ActiveMQ AMQP protocol. I see there are examples with Spring JMS, but I didn't see any with Spring AMQP with ActiveMQ. Thanks! -- View this message in context: http://activemq.2283324.n4.nabble.com/Spring-AMQP-ActiveMQ-tp4690

Re: levelDB comes with activeMQ installation?

2015-01-29 Thread arun196
Thanks Kevin! -- View this message in context: http://activemq.2283324.n4.nabble.com/levelDB-comes-with-activeMQ-installation-tp4690676p4690683.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

levelDB comes with activeMQ installation?

2015-01-29 Thread arun196
LevelDB persistence, does it come with activeMQ installation? I see configuration changes here - http://activemq.apache.org/leveldb-store.html But don't see details about setup of LevelDB. -- View this message in context: http://activemq.2283324.n4.nabble.com/levelDB-comes-with-activeMQ-inst

Re: links broken in activeMQ spring support

2015-01-29 Thread arun196
Thanks Tim! -- View this message in context: http://activemq.2283324.n4.nabble.com/links-broken-in-activeMQ-spring-support-tp4690670p4690675.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

links broken in activeMQ spring support

2015-01-29 Thread arun196
Several examples and test cases this one Above both links are broken here - http://activemq.apache.org/spring-support.html Happen to have working links and any real world advanced examples for Spring + ActiveMQ for point-to-point model would be of great help. Thanks! -- View this message in c