Simple quartz.xml example caue intermittent exception
-----------------------------------------------------
Key: SMX4-853
URL: https://issues.apache.org/jira/browse/SMX4-853
Project: ServiceMix 4
Issue Type: Bug
Reporter: Freeman Fang
Assignee: Freeman Fang
This is caused by quartz endpoint send the first message too soon before the
camel router started completely and register endpoint to the NMR, so we saw
intermittently exception for the first message, give more time for startDelay
of quartz endpoint can simply fix it.
org.apache.servicemix.nmr.api.ServiceMixException: Could not dispatch exchange.
No matching endpoints.
at
org.apache.servicemix.nmr.core.FlowRegistryImpl.dispatch(FlowRegistryImpl.java:110)[96:org.apache.servicemix.nmr.core:1.5.0.fuse-00-22]
at
org.apache.servicemix.nmr.core.ChannelImpl.dispatch(ChannelImpl.java:300)[96:org.apache.servicemix.nmr.core:1.5.0.fuse-00-22]
at
org.apache.servicemix.nmr.core.ChannelImpl.send(ChannelImpl.java:132)[96:org.apache.servicemix.nmr.core:1.5.0.fuse-00-22]
at
org.apache.servicemix.jbi.runtime.impl.DeliveryChannelImpl.send(DeliveryChannelImpl.java:178)[148:org.apache.servicemix.jbi.runtime:1.5.0.fuse-00-22]
at
org.apache.servicemix.common.EndpointDeliveryChannel.send(EndpointDeliveryChannel.java:91)[147:servicemix-common:2011.02.0.fuse-00-22]
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira