Re: Failed to send ..... to dead letter queue

2008-04-10 Thread Rob Davies
e is neither a java-doc nor a possibility to increase the logging-output, so i am clueless why "sent=false" is true. If you look at the source-code above, there are four possibilites: node=null || message=null || node.getRegionDestination()=null || deadLetterStrategy=null An

Re: Failed to send ..... to dead letter queue

2008-04-10 Thread j0llyr0g3r
specific, the last "if": > > if(sent==false){ > LOG.warn("Failed to send "+node+" to dead > letter queue"); > } > > > Unfortunately, there is neither a java-doc nor a possibility to increase > the logging-output, so i am clueless why "sent=false" is true. > > If you look at the source-code above, there are four possibilites: > > node=null || message=null || node.getRegionDestination()=null || > deadLetterStrategy=null > > And that's where i am stuck > > I would really appreciate it, if some of you guys could help me out.. > -- View this message in context: http://www.nabble.com/Failed-to-send-.-to-dead-letter-queue-tp16606547s2354p16609061.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Failed to send ..... to dead letter queue

2008-04-10 Thread j0llyr0g3r
LOG.warn("Failed to pass expired message to dead letter > queue",e); > } > } > > To be more specific, the last "if": > > if(sent==false){ > LOG.warn("Failed to

Failed to send ..... to dead letter queue

2008-04-10 Thread j0llyr0g3r
ibility to increase the logging-output, so i am clueless why "sent=false" is true. If you look at the source-code above, there are four possibilites: node=null || message=null || node.getRegionDestination()=null || deadLetterStrategy=null And that's where i am stuck..

Failed to send to dead letter queue?

2007-09-24 Thread Albert Strasheim
Hello all I'm trying to use third party software (GridGain) with ActiveMQ 5.0-SNAPSHOT (built from trunk a few minutes ago). Each time GridGain sends a "discovery" message to a topic, the broker prints the following message: WARN RegionBroker - Failed to send ActiveMQObje