Re: messages are received after expiry time

2007-07-17 Thread Rob Davies
Can I suggest you use the 4.1.1 release ? http://activemq.apache.org/ activemq-411-release.html cheers, Rob On Jul 18, 2007, at 3:10 AM, Suchitha Koneru ((sukoneru)) wrote: Hello Active MQ users , The active mq version which we use is 4.0.2. Our application us

Re: Configure persistence via properties?

2007-07-17 Thread Dain Sundstrom
After reading the code for the properties based config, it doesn't appear that there is any way to control the persistence adapter except via spring. -dain On Jul 16, 2007, at 6:48 PM, Dain Sundstrom wrote: I'm configuring ActiveMQ via a BrokerURI and would like to change the persistenceA

messages are received after expiry time

2007-07-17 Thread Suchitha Koneru \(sukoneru\)
Hello Active MQ users , The active mq version which we use is 4.0.2. Our application uses durable subscriber and topic publishers. The time to live on the topic publishers is set as 5 minutes which 300,000 seconds. Two durable subscribers a and b are created and s

Re: ActiveMQ : java.lang.OutOfMemoryError: unable to create new native thread

2007-07-17 Thread brahn
We had this problem as well. We resolved it by sending a DISCONNECT command before our stomp client quits.If you don't send the DISCONNECT command, the connections will continue to add up in ActiveMQ until it crashes with the error you got. This behavior seems to have started with ActiveMQ 4

Re: ActiveMQ : java.lang.OutOfMemoryError: unable to create new native thread

2007-07-17 Thread jzhang1
The number of threads is increasing constantly. Now I have. Live Theads 400. Daemon threads 388 Peak 401. Total started 814. Why is that? I am sending and consuming message every minute by stomp jzhang1 wrote: > > Yes. I am jmx monitoring. Upload the screenshot > > > > > > > > r

Re: ActiveMQ : java.lang.OutOfMemoryError: unable to create new native thread

2007-07-17 Thread jzhang1
Yes. I am jmx monitoring. Upload the screenshot rajdavies wrote: > > can you monitor the server using jmx - to see how many threads/ > sockets are being used ? > > On Jul 17, 2007, at 8:36 PM, jzhang1 wrote: > >> >> ActiveMQ gurus >> >> ActiveMQ version 4.1.0. It always crash after runi

Re: ActiveMQ : java.lang.OutOfMemoryError: unable to create new native thread

2007-07-17 Thread Rob Davies
can you monitor the server using jmx - to see how many threads/ sockets are being used ? On Jul 17, 2007, at 8:36 PM, jzhang1 wrote: ActiveMQ gurus ActiveMQ version 4.1.0. It always crash after runing about 8 hours. I changed java heap and stack memory -Xmx -Xss. But it never helps. The mac

ActiveMQ : java.lang.OutOfMemoryError: unable to create new native thread

2007-07-17 Thread jzhang1
ActiveMQ gurus ActiveMQ version 4.1.0. It always crash after runing about 8 hours. I changed java heap and stack memory -Xmx -Xss. But it never helps. The machine is 4G memory and 4 processors. The MQ messages arrive and consume every minute. No message accumulation in the queue. Exception in

Re: removing log.error

2007-07-17 Thread Rob Davies
sure - raise an issue in jira: https://issues.apache.org/activemq/ secure/CreateIssue!default.jspa On Jul 17, 2007, at 2:32 PM, Jim Alateras wrote: Is it possible to remove the log.error statement in the VMTransport.asyncOneWay method or degrade it to info protected void asyncOneWay(Obj

Re: clarification between 4.2 and 5.0

2007-07-17 Thread Rob Davies
It was decided that because of the need to use JDK 5.0 - version 4.2 should be re-named as 5.0 - so no difference at all ;) On Jul 17, 2007, at 2:19 PM, Jim Alateras wrote: I was just wondering whether the only difference between the two versions was that the 5.0 was target for JDK 5.x. ch

removing log.error

2007-07-17 Thread Jim Alateras
Is it possible to remove the log.error statement in the VMTransport.asyncOneWay method or degrade it to info protected void asyncOneWay(Object command) throws IOException{ try{ synchronized(mutex){ if(messageQueue==null){ messageQueue=n

Endpoint connection to JMS broker failed: User name or password is invalid

2007-07-17 Thread MurphyRic
Hello , I have error from ActiveMQEndpointWorker with UserName & password Invalid. Need your help in fixing this. Below are my settings and Error:- I have set up simpleAuthenticationPlugin in activemq.xml file as shown in the below Url's 1)http://activemq.apache.org/security.html---> first set

clarification between 4.2 and 5.0

2007-07-17 Thread Jim Alateras
I was just wondering whether the only difference between the two versions was that the 5.0 was target for JDK 5.x. cheers

Re: UnknownHostException on startup

2007-07-17 Thread Jim Alateras
Rob, Thanks for the reply. It is pretty weird since it just started happening . I've tried looking at the net for a resolution but currently no luck. It's not specific to activemq but more an issue with my w2k box. Something has changed on my system but i don't know what it is :-(. cheers