I am getting an error in ActiveMQ as I test my routes.  I am sending
messages at a rate of about 1 every 10ms.  I am getting the following
error:

2010-08-26 15:41:13,937 | ERROR | Failed delivery for exchangeId:
767c7514-b6ae-49fb-805a-78b13a0425af. Exhausted after delivery
attempt: 1 caught: java.lang.IllegalStateException: Queue full |
org.apache.camel.processor.DefaultErrorHandler | Camel thread 0:
seda://xyzabc
java.lang.IllegalStateException: Queue full
        at java.util.AbstractQueue.add(AbstractQueue.java:71)
        at 
org.apache.camel.component.seda.SedaProducer.process(SedaProducer.java:96)
        at 
org.apache.camel.processor.SendProcessor$1.doInProducer(SendProcessor.java:97)


How can I increase the capacity of the queue(s) that Camel is using?

Thanks

Reply via email to