@Component(value="sjms")
public class SjmsComponent
extends org.apache.camel.support.HeaderFilterStrategyComponent
| Modifier | Constructor and Description |
|---|---|
|
SjmsComponent() |
protected |
SjmsComponent(Class<? extends org.apache.camel.Endpoint> endpointClass) |
getHeaderFilterStrategy, setEndpointHeaderFilterStrategy, setHeaderFilterStrategyafterConfiguration, createEndpoint, createEndpoint, doBuild, doInit, doStart, doStop, getAndRemoveOrResolveReferenceParameter, getAndRemoveOrResolveReferenceParameter, getAndRemoveParameter, getAndRemoveParameter, getCamelContext, getComponentPropertyConfigurer, getDefaultName, getEndpointPropertyConfigurer, getExtension, getSupportedExtensions, ifStartsWithReturnRemainder, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, registerExtension, registerExtension, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceListParameter, resolveAndRemoveReferenceParameter, resolveAndRemoveReferenceParameter, resolveRawParameterValues, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setLazyStartProducer, setProperties, setProperties, setProperties, useIntrospectionOnEndpoint, useRawUri, validateParameters, validateURIbuild, doFail, doLifecycleChange, doResume, 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, waitpublic SjmsComponent()
protected SjmsComponent(Class<? extends org.apache.camel.Endpoint> endpointClass)
protected org.apache.camel.Endpoint createEndpoint(String uri, String remaining, Map<String,Object> parameters) throws Exception
createEndpoint in class org.apache.camel.support.DefaultComponentExceptionprotected SjmsEndpoint createSjmsEndpoint(String uri, String remaining)
protected void doShutdown()
throws Exception
doShutdown in class org.apache.camel.support.service.BaseServiceExceptionprotected ExecutorService getAsyncStartStopExecutorService()
public void setConnectionFactory(javax.jms.ConnectionFactory connectionFactory)
public javax.jms.ConnectionFactory getConnectionFactory()
public void setJmsKeyFormatStrategy(JmsKeyFormatStrategy jmsKeyFormatStrategy)
public JmsKeyFormatStrategy getJmsKeyFormatStrategy()
public DestinationCreationStrategy getDestinationCreationStrategy()
public void setDestinationCreationStrategy(DestinationCreationStrategy destinationCreationStrategy)
public MessageCreatedStrategy getMessageCreatedStrategy()
public void setMessageCreatedStrategy(MessageCreatedStrategy messageCreatedStrategy)
public String getClientId()
public void setClientId(String clientId)
public long getRecoveryInterval()
public void setRecoveryInterval(long recoveryInterval)
public long getRequestTimeoutCheckerInterval()
public void setRequestTimeoutCheckerInterval(long requestTimeoutCheckerInterval)
public int getReplyToOnTimeoutMaxConcurrentConsumers()
public void setReplyToOnTimeoutMaxConcurrentConsumers(int replyToOnTimeoutMaxConcurrentConsumers)
Apache Camel