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 a

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, ERROR><2008/06/05 13:52:52.754><24561483><> javax.jms.JMSException: java.io.IOException: Cannot get a connection, pool exhausted at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49) at org.apac

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: org.apache.activemq.web.W

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: http://www

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 &

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 <2008/02/11 15:42:14.893><18587569><> org.

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 <2008/02/11 15:42:14.893><18587569><> org.

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 s

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 s

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 Nabble.com

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 a

Re: Consumer hangs

2008-01-28 Thread activemqnewbie
hitect > > IT Services Europe > Deutsche Post IT Services GmbH > Konrad-Adenauer-Platz 1 > 40210 Düsseldorf > Germany > > Phone: +49 (0)211 163 1156 > Mobile: +49 (0)172 2324824 > http://www.dhl.com/ > [EMAIL PROTECTED] > > OpenPGP fingerprint: 10F3E02A46E

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 me

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.

Re: Consumer is closed Exception

2008-01-22 Thread activemqnewbie
; success = true; break; } catch (Exception e) { Logger.error("startConnection() failed"); Logger.error(e); } } if (!success) { close();

Re: Consumer is closed Exception

2008-01-22 Thread activemqnewbie
le to connect to the JMS Server <2008/01/10 10:43:23.161><32019423><> StackTrace: <2008/01/10 10:43:23.163><32019423><> Error Code: -1 ss.util.SystemException: Unable to connect to the JMS Server at ss.integration.util.MessageConsumer.startConnection(MessageConsume

Re: Activemq.xml configuration settings directory

2008-01-22 Thread activemqnewbie
rted..."); success = true; break; } catch (Exception e) { Logger.error("startConnection() failed"); Logger.error(e); } } if (!success) { close()

Re: Consumer is closed Exception

2008-01-22 Thread activemqnewbie
08/01/10 10:43:23.153><21621663><> javax.jms.IllegalStateException: The Consumer is closed at org.apache.activemq.ActiveMQMessageConsumer.checkClosed(ActiveMQMessageConsumer.java:679) at org.apache.activemq.ActiveMQMessageConsumer.setMessageListener(ActiveMQMessageConsumer.java:352) Thabks activemqnewbie wrote: > >

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. <

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. <2008/01/22 09:52:56.470><23459640><> ExceptionListener receive

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. <2008/01/22 09:52:56.470><23459640><> ExceptionListener receives a J

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 consu

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 th

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 property

Got minus one from a read call

2008-01-10 Thread activemqnewbie
When I am executing a bulk load of data to Oracle, I intermittently receive the following. Activemq publlishes 300 messages before failing. If I run it again it may fail after publishing200 messages . Has anyone seen this before? It appears that it is failing to create a connection pool. Seems pr