ACtiveMQ messages are puged from DB

2008-06-16 Thread activemqnewbie
We are using 5.1 release and messages are not purged in activemq_msgs table in DB. This is giving us a problem when brokers and subscribers are restarted. Sometimes subscribers are not started at all,unless we purge message sin DB. Is there a way to purger the messages once ther are recived. We

javax.jms.JMSException: java.io.IOException: Cannot get a connection, pool exhausted

2008-06-09 Thread activemqnewbie
Am getting below exception. Aoppreciate if anyone could help. Thanks, ERROR2008/06/05 13:52:52.75424561483 javax.jms.JMSException: java.io.IOException: Cannot get a connection, pool exhausted at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49) at

Could not instantiate listener org.apache.activemq.web.WebConsoleStarter

2008-05-16 Thread activemqnewbie
Am testing activemq5.1.0. In unix,after installation when i try to run the broker i get the below error. Appreciate if anyone could let me know the cause. Thanks, Could not instantiate listener org.apache.activemq.web.WebConsoleStarter java.lang.ClassNotFoundException:

ActiveMQ5.1 probable release date

2008-04-23 Thread activemqnewbie
Hi, Would like to know when ActiveMQ5.1 is going to be released. Below link says This release is in progress but not when it is going tio be released http://activemq.apache.org/activemq-510-release.html. Aprreciate if i could get the answer. Thanks -- View this message in context:

Re: Subscriber hangs when broker shutsdown

2008-02-11 Thread activemqnewbie
activemqnewbie wrote: All, After i shutdown my broker,i see my subscriber doen't shutsdown but hangs and doen't consumes any messages when i restart broker and publish message. I have to manually shutdown and restart the subscriber to consume messages.. I get below exception

Subscriber hangs when broker shutsdown

2008-02-11 Thread activemqnewbie
All, After i shutdown my broker,i see my subscriber doen't shutsdown but hangs and doen't consumes any messages when i restart broker and publish message. I have to manually shutdown and restart the subscriber to consume messages.. I get below exception ERROR2008/02/11 15:42:14.89318587569

Re: SQL Exception: The resulting value is outside the range for the data type INTEGER

2008-02-11 Thread activemqnewbie
Check the last_acked_id column value in activemq_acks table. Ack id might be too large for integer column. I had similar issue with selector column,alterd the table (column size) Stefan Arentz-2 wrote: Has anyone seen this one before? It looks like something internal to ActiveMQ's JDBC

Subscriber hangs when broker shutsdown

2008-02-11 Thread activemqnewbie
All, After i shutdown my broker,i see my subscriber doen't shutsdown but hangs and doen't consumes any messages when i restart broker and publish message. I have to manually shutdown and restart the subscriber to consume messages.. I get below exception ERROR2008/02/11 15:42:14.89318587569

Re: SQL Exception: The resulting value is outside the range for the data type INTEGER

2008-02-11 Thread activemqnewbie
Check the last_acked_id column value in activemq_acks table. Ack id might be too large for integer column. I had similar issue with selector column,alterd the table (column size) Stefan Arentz-2 wrote: Has anyone seen this one before? It looks like something internal to ActiveMQ's JDBC

Single message from topiic to Multiple Consumers

2008-01-29 Thread activemqnewbie
Hi, How to configure multiple consumers to receive same message based on the selector. Thanks -- View this message in context: http://www.nabble.com/Single-message-from-topiic-to-Multiple-Consumers-tp15160492s2354p15160492.html Sent from the ActiveMQ - User mailing list archive at

Re: Consumer hangs

2008-01-28 Thread activemqnewbie
For my testing purpose am running only one consumer and i still have the same problem. James.Strachan wrote: On 25/01/2008, activemqnewbie [EMAIL PROTECTED] wrote: Hi, We are using activemq5.o. Consumer after consuming certain number of messages ,hangs. But when i publish some more

Re: Consumer hangs

2008-01-28 Thread activemqnewbie
As suggested i tried with the latest apache-activemq-5.1-SNAPSHOT and i still have the same problem. Any suggestions? Rainer Klute-2 wrote: activemqnewbie schrieb: Issue we have is different from the one you specified. We are testing with just one producer and one consumer to start

Re: Consumer hangs

2008-01-28 Thread activemqnewbie
: +49 (0)211 163 1156 Mobile: +49 (0)172 2324824 http://www.dhl.com/ [EMAIL PROTECTED] OpenPGP fingerprint: 10F3E02A46E48B5BE7F1B70263F50FB920B926C2 activemqnewbie schrieb: For my testing purpose am running only one consumer and i still have the same problem. James.Strachan wrote

Consumer hangs

2008-01-25 Thread activemqnewbie
Hi, We are using activemq5.o. Consumer after consuming certain number of messages ,hangs. But when i publish some more messages,consumer consumes few messages and hangs again. I dont see any exceptions in broker/consumer/producer. Consumer is still active but doesn't consume all messages. Does

Re: Consumer is closed Exception

2008-01-24 Thread activemqnewbie
Appreciate if someone could help me solve the isuue. Thansk activemqnewbie wrote: Subscriber closes with an exception(below)after consuming certain messages.This happens at different intervals. Appreciate if someone could let me know the reason and solution for this. Am using activemq

Activemq.xml configuration settings directory

2008-01-22 Thread activemqnewbie
We are getting NullpointerException and the consumer shuts off. Consumer after receiving certain number of messages consumer automatically closes throwing a null pointer exception. Activemq 5 Oracle10g Below is the stack trace. ERROR2008/01/22 09:52:56.47023459640 ExceptionListener receives a

Consumer is closed Exception

2008-01-22 Thread activemqnewbie
Subscriber closes with an exception(below)after consuming certain messages.This happens at different intervals. Appreciate if someone could let me know the reason and solution for this. Am using activemq 5.0,java 5. Is there any property/setting that i need to do ? Below is the stack trace.

Re: Consumer is closed Exception

2008-01-22 Thread activemqnewbie
(ActiveMQMessageConsumer.java:679) at org.apache.activemq.ActiveMQMessageConsumer.setMessageListener(ActiveMQMessageConsumer.java:352) Thabks activemqnewbie wrote: Subscriber closes with an exception(below)after consuming certain messages.This happens at different intervals. Appreciate

Re: Activemq.xml configuration settings directory

2008-01-22 Thread activemqnewbie
wrote: The exception is being generated from the code in this package : ss.integration.util I've no idea what that is - got the source? On 22/01/2008, activemqnewbie [EMAIL PROTECTED] wrote: We are getting NullpointerException and the consumer shuts off. Consumer after receiving certain

Re: Consumer is closed Exception

2008-01-22 Thread activemqnewbie
) at ss.integration.agent.sams.SInputStarter.start(SInputStarter.java:113) at ss.integration.agent.sams.SInputStarter.main(SInputStarter.java:45) activemqnewbie wrote: Subscriber closes with an exception(below)after consuming certain messages.This happens at different intervals. Appreciate if someone could let me know

Re: Consumer is closed Exception

2008-01-22 Thread activemqnewbie
); Logger.error(e); } } if (!success) { close(); Logger.error(Unable to connect to the JMS Server); throw new SystemException(Unable to connect to the JMS Server); } } } activemqnewbie

Re: NPE while consuming messages

2008-01-18 Thread activemqnewbie
Manish, We are also experiencing similar kind of issues. Consumer consumes around 1000msgs and then throws null pointer exception. How did you resolve ur problem. We are currently using activemq 5 and java 5. Appreciate ur response. Thanks, Vij manishbel wrote: I have a consumer that's

Activemq.xml configuration settings directory

2008-01-18 Thread activemqnewbie
Is there any document that lists all the configuration properties description that can be set in activemq.xml. I looked at http://activemq.apache.org/jndi-support.html and the activemq tutorial. but couldn't find one. Am running into lots of activemq issus and most of them are resolved with

Re: IllegalStateException: The Consumer is closed

2008-01-15 Thread activemqnewbie
Did you find a solution for your problem. Even am runnuing into a similar issue. I get javax.jms.IllegalStateException: The Consumer is closed at .. exception after consumer runs and consumes messages for sometime. Everytime i get this exception ,it is at different intervals. Is there any