Hello all, 

I've written an application that uses activemq for intercomponent
communication, and it's doing really well, even though I'm new to JMS
in general and activemq in particular.

Now, I have this component, a message listener, that in turn use corba to
communicate with a separate system. Today that external system went down.
The result was that the MessageListener waited for the corba requests to
return, which didn't occur until the external system came back on line.
This message listener simply turned into a dog slow consumer, taking several
minutes to consume a single message.

The strange thing is that sometimes, say every two minutes or so, I saw
a warning from the message listener, that it could not process a message
due to a StackOverflowError. Now, activemq behaved nicely and redelivered
the message, so nothing was lost, so far so good. The thing is that I
have no clue where that stack overflow came from? Is it my code or
activemq?

2006-07-07 15:51:12,336  WARN [JmsSessionDispatcher: 1]
(ActiveMQMessageConsumer.java:464) org.activemq.ActiveMQMessageConsumer -
could not process message: ACTIVEMQ_OBJECT_MESSAGE: id = 0 ActiveMQMessage{
, jmsMessageID = null, bodyAsBytes = [EMAIL PROTECTED],
rea dOnlyMessage = true, jmsClientID = 'ID:sal-53843-1152279579128-19:0' ,
jmsCorrelationID = 'null' , jmsDestination = jms.QueueName.COMMAND,
jmsReplyTo = null, jmsDeliveryMode = 2, jmsRedelivered = false, jmsType =
'null' , jmsExpiration = 0, jmsPriority = 4, jmsTimestamp = 115228012 6444,
properties = {secure=false, host=172.16.0.2, port=19675, cid=block},
readOnlyProperties = true, entryBrokerName = 'ID:sal-58332-115063465
2952-0:0' , entryClusterName = 'default' , consumerNos = [0], transactionId
= 'null' , xaTransacted = false, consumerIdentifer = 'ID:sal-53843-
1152279579128-42:0.1.1' , messageConsumed = false, transientConsumed =
false, sequenceNumber = 0, deliveryCount = 1, dispatchedFromDLQ = false,
messageAcknowledge = [EMAIL PROTECTED],
jmsMessageIdentity = null, producerKey = ID:sal-53843-1152279579128-1403: }
ActiveM QObjectMessage{ object = [EMAIL PROTECTED] }.
Reason: java.lang.StackOverflowError java.lang.StackOverflowError

Is this normal behaviour, or is it something wrong, and if so, how do I go
on with trouble shooting?

TIA && regards
-- 
Fredrik Jonson

Reply via email to