One more thing...
Right now, I'm just catching all Exceptions and printing them out. When the
component stops sending, usually no exceptions are thrown... Not sure if
they are getting swallowed up somewhere lower.
However, one time I ran it, for some reason I did get this:
Exception caught: Could not write body on the exchange: Exchange[Message:
[Publisher]: Test Body Message: 34535]
org.apache.camel.CamelExchangeException: Could not write body on the
exchange: Exchange[Message: [Publisher]: Test Body Message: 34535]
at
org.apache.camel.component.mina.MinaHelper.writeBody(MinaHelper.java:47)
at
org.apache.camel.component.mina.MinaProducer.process(MinaProducer.java:99)
at
edu.mit.ll.test.clients.UDPCamelClient.sendMessages(UDPCamelClient.java:70)
at
edu.mit.ll.test.clients.UDPCamelClient.main(UDPCamelClient.java:84)
--
View this message in context:
http://www.nabble.com/Camel-1.6-2.0-MINA-UDP-issue-tp22426433p22441278.html
Sent from the Camel - Development (activemq) mailing list archive at Nabble.com.