@Component(value="vm")
public class VmComponent
extends org.apache.camel.component.seda.SedaComponent
BlockingQueue
within the classloader tree containing the camel-core.jar.
i.e. to handle communicating across CamelContext instances and possibly across web application contexts, providing that camel-core.jar is on the system classpath.| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,VmEndpoint> |
ENDPOINTS |
protected static Map<String,org.apache.camel.component.seda.QueueReference> |
QUEUES |
| Constructor and Description |
|---|
VmComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected VmEndpoint |
createEndpoint(String endpointUri,
org.apache.camel.Component component,
BlockingQueue<org.apache.camel.Exchange> queue,
int concurrentConsumers) |
protected VmEndpoint |
createEndpoint(String endpointUri,
org.apache.camel.Component component,
org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> queueFactory,
int concurrentConsumers) |
protected org.apache.camel.Endpoint |
createEndpoint(String uri,
String remaining,
Map<String,Object> parameters) |
protected void |
doStart() |
protected void |
doStop() |
org.apache.camel.component.seda.QueueReference |
getQueueReference(String key) |
Map<String,org.apache.camel.component.seda.QueueReference> |
getQueues() |
getConcurrentConsumers, getDefaultOfferTimeout, getDefaultQueueFactory, getOrCreateQueue, getQueueKey, getQueueSize, isDefaultBlockWhenFull, isDefaultDiscardWhenFull, registerQueue, setConcurrentConsumers, setDefaultBlockWhenFull, setDefaultDiscardWhenFull, setDefaultOfferTimeout, setDefaultQueueFactory, setQueueSizeafterConfiguration, createEndpoint, createEndpoint, doBuild, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getComponentPropertyConfigurer, getEndpointPropertyConfigurer, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isBasicPropertyBinding, isBridgeErrorHandler, isLazyStartProducer, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, setBasicPropertyBinding, setBridgeErrorHandler, setCamelContext, setLazyStartProducer, setProperties, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIbuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected static final Map<String,VmEndpoint> ENDPOINTS
public Map<String,org.apache.camel.component.seda.QueueReference> getQueues()
getQueues in class org.apache.camel.component.seda.SedaComponentpublic org.apache.camel.component.seda.QueueReference getQueueReference(String key)
getQueueReference in class org.apache.camel.component.seda.SedaComponentprotected void doStart()
throws Exception
doStart in class org.apache.camel.support.DefaultComponentExceptionprotected void doStop()
throws Exception
doStop in class org.apache.camel.component.seda.SedaComponentExceptionprotected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.component.seda.SedaComponentExceptionprotected VmEndpoint createEndpoint(String endpointUri, org.apache.camel.Component component, org.apache.camel.component.seda.BlockingQueueFactory<org.apache.camel.Exchange> queueFactory, int concurrentConsumers)
createEndpoint in class org.apache.camel.component.seda.SedaComponentprotected VmEndpoint createEndpoint(String endpointUri, org.apache.camel.Component component, BlockingQueue<org.apache.camel.Exchange> queue, int concurrentConsumers)
createEndpoint in class org.apache.camel.component.seda.SedaComponentApache Camel