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
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
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
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
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
&
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.
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.
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
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
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
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
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
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
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
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.
;
success = true;
break;
}
catch (Exception e)
{
Logger.error("startConnection() failed");
Logger.error(e);
}
}
if (!success)
{
close();
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
rted...");
success = true;
break;
}
catch (Exception e)
{
Logger.error("startConnection() failed");
Logger.error(e);
}
}
if (!success)
{
close()
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:
>
>
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.
<
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
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
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
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
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
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
26 matches
Mail list logo