Re: Activemq 5.15 startup error

2020-08-07 Thread Ramesh Venkitaswaran
ahaDB gives you a short-term solution for minimal effort). I'm > > sorry to be the bearer of bad news, especially since you might not have > > been aware of LevelDB's status until now, but you're on your own for > > LevelDB issues. > > > > Good luck. > > > > T

Re: Activemq 5.15 startup error

2020-08-07 Thread Ramesh Venkitaswaran
Any ideas? Or, is there a way to export these messages so that I can recreate the broker data directory and import them? On Fri, Aug 7, 2020 at 6:39 AM Ramesh Venkitaswaran wrote: > Understood, that LevelDB is deprecated, and we are trying to get this team > to move to Artemis. However we

Re: Activemq 5.15 startup error

2020-08-07 Thread Ramesh Venkitaswaran
has been deprecated for many years now and is going to be > removed in the next version of ActiveMQ (5.17.0) so I would suggest trying > to migrate over to KahaDB. > > On Fri, Aug 7, 2020 at 4:08 AM Ramesh Venkitaswaran < > venkitaswa...@gmail.com> > wrote: > > > Hello

Activemq 5.15 startup error

2020-08-07 Thread Ramesh Venkitaswaran
Hello We have a 3 node activemq 5.15 cluster with zookeeper using Level DB. It's a very old system. However last night we started to get these errors and the broker did not come up. Any ideas on how to fix this would be appreciated. I can provide further log messages as needed, if sufficient

Active MQ cpp 2.2.3 crashes

2016-09-14 Thread ramesh
Hi Experts, In my application which uses activemq-cpp-2.2.3 crashes with below dump- (gdb) bt #0 0x7f6a84d4b625 in raise () from /lib64/libc.so.6 #1 0x7f6a84d4ce05 in abort () from /lib64/libc.so.6 #2 0x7f6a811d9e8d in ?? () from xxx/libdbtasks16_r.so #3 #4 0x0062a168

Time needed for starting ActiveMQ

2015-02-22 Thread Ramesh Rocky
Hi, I'm using ActiveMQ verision5.10 in my application use activemq and flume together. I want to start activemq first and then start the flume. When starting activemq its take some time so before the time I start the flume time out exception is thrown in flume So that I want to check the

jre is enough?

2015-02-04 Thread Ramesh Rocky
Hi, To start an activemq we must need java I use jdk1.7 and start the activemq 5.10 successfully. But I try to set java home to jre/bin and run activemq it starts well. I want to know what is difference using jre instead of jdk. If I use jre any problem arise when processing large data? Thanks

Time needed to start ActiveMQ completely

2015-02-04 Thread Ramesh Rocky
Hi, I start the activemq and immediately start the flume using process flume throws an execption javax.jms.JMSException: Connection reset because activemq take some time to start completely. After some time start flume it does n't throws exception. Here I want to know the what is the minimum

RE: jre is enough?

2015-02-04 Thread Ramesh Rocky
Hi, Thank you for ur help. Thanks RegardsRamesh Date: Wed, 4 Feb 2015 20:59:39 -0800 From: a...@artnaseef.com To: users@activemq.apache.org Subject: Re: jre is enough? The JDK (Java Development Kit) includes tools for compilation while the JRE (Java Runtime Environment) focuses only on

RE: Remote client can't connect to ActiveMQ server

2015-01-27 Thread Ramesh Rocky
To: users@activemq.apache.org It's pretty unlikely that anyone will be able to help you without seeing the error message. On Jan 26, 2015 9:40 PM, Ramesh Rocky rmshkumar...@outlook.com wrote: Hi, I start ActiveMQ server using process in C# console application and try to connect remote client

Customize ActiveMQ monitoring

2015-01-26 Thread Ramesh Rocky
Hi, I use the activemq server in my application. By default they provide monitoring support in http://localhost:8161/admin.Can I have a rights to customize monitoring with bootstrap and responsive design. Also I add some functionality to that If I have rights then how to add functionality in

Remote client can't connect to ActiveMQ server

2015-01-26 Thread Ramesh Rocky
Hi, I start ActiveMQ server using process in C# console application and try to connect remote client(Also C# client) to server. But client show error message while connecting . Start ActiveMQ server by manually(run bat file) it accept remote client. Any one tell me what is the problem when

Start ActiveMQ server in already existing port

2015-01-09 Thread Ramesh Rocky
Hi, I want to start the ActiveMQ server via process using C#.Now I have doubt , how to conform the ActiveMQ server is started?When start the Server in already exist(Active Connection) port what will be the result? Thanks RegardsRamesh

Detect ActiveMQ started or not?

2015-01-07 Thread Ramesh Rocky
Hi ,I am running the activemq on windows . i am trying to implement activemq as service . Now I have one question By watching the console windows we can see error , info, warning when starting the activemq server. But with out watch the console windows Is there any way to detect server is

Async consumption of messages from any queue

2008-10-01 Thread Ramesh Mandaleeka
not getting any notifications back. Do I need to do any extra registration or something to get the consumer information? onMessageAvailable(MessageConsumer consumer) It would be great if any one can point to a testcase atleast. Kind Regards, Ramesh -- View this message in context: http

Memory Usage

2007-04-09 Thread Ramesh Bobba
and to use the datastore? Our requirements are not that stringent on performance. Ramesh.

RE: JDBC Persistance

2007-04-02 Thread Ramesh Bobba
Hi James, I do want to use persistent delivery. The problem I am seeing is the messages from the persistent store are not being deleted fast enough. My disk is getting full. Is there any way to control this? Do you think setAsyncSend(true) will help? Thanks, Ramesh. -Original Message

Question on persistent flag

2007-04-02 Thread Ramesh Bobba
that the persistent is only for the producers to make sure that the message got to the broker? Thanks, Ramesh.

JDBC Persistance

2007-03-31 Thread Ramesh Bobba
=driverClassName value=com.mysql.jdbc.Driver/ property name=url value=jdbc:mysql://localhost/activemq?relaxAutoCommit=true/ property name=username value=transera/ property name=password value=transera/ property name=poolPreparedStatements value=true/ /bean /beans Ramesh.