Getting java.lang.RuntimeException: -2147480867, 2147486429

2007-08-23 Thread Kamlesh
(JournalImpl.java:229) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650) at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) ... 1 more thanks Kamlesh -- View this

Re: acknowledged durable topic messages are sitting in ACTIVEMQ_MSGS table

2007-05-04 Thread Kamlesh
. This indicates that jms server is not acknowledging message consumed by second subscriber. Whereas, I see in my mule based application, which has auto acknowledge mode, is being consumed. Could you please help me in resolving the situation? Regards Kamlesh James.Strachan wrote: > > On 4

acknowledged durable topic messages are sitting in ACTIVEMQ_MSGS table

2007-04-25 Thread Kamlesh
Hi, All I am using ActiveMQ 4.1.0 version and I have noticed that acknowledged durable topic messages are sitting in ACTIVEMQ_MSGS table. Kindly help me understant why they are sitting and when they will get purged. Do I need setting from client to stop this? Regards Kamlesh -- View this

Re: Message could not be added to long term store

2007-04-23 Thread Kamlesh
) at org.apache.activemq.store.jdbc.JDBCMessageStore.addMessage(JDBCMessageStore.java:69) ... 9 more Kamlesh wrote: > > Hi, All > > I am getting following message in log, can sombody help why? > > 2007-04-20 19:02:46,064 [eckpoint worker] WARN J

Message could not be added to long term store

2007-04-20 Thread Kamlesh
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675) at java.lang.Thread.run(Thread.java:595) Kamlesh -- View this message in context: http://www.nabble.com/Message-could-not-be-added-to-long-term-store-tf3621199s2354.html#a10112063 Sent from the ActiveMQ

Error while posting message: Failed to build body from bytes

2007-03-21 Thread Kamlesh
Hi, All I get following error while posting message to ActiveMQ 3.1 running on window server. javax.jms.JMSException: Failed to build body from bytes. Reason: java.io.IOException: com.core.MyObject I get this error when message is posted from the application running on the sun server. I don't s