@UriEndpoint(firstVersion="2.19.0",
scheme="sjms2",
extendsScheme="sjms",
title="Simple JMS2",
syntax="sjms2:destinationType:destinationName",
category=MESSAGING)
public class Sjms2Endpoint
extends org.apache.camel.component.sjms.SjmsEndpoint
implements org.apache.camel.AsyncEndpoint
| Constructor and Description |
|---|
Sjms2Endpoint() |
Sjms2Endpoint(String uri,
org.apache.camel.Component component,
String remaining) |
| Modifier and Type | Method and Description |
|---|---|
Sjms2Component |
getComponent() |
String |
getSubscriptionId() |
boolean |
isDurable() |
boolean |
isShared() |
void |
setDurable(boolean durable) |
void |
setDurableSubscriptionName(String durableSubscriptionId) |
void |
setShared(boolean shared) |
void |
setSubscriptionId(String subscriptionId) |
configuredQoS, configureMessageListener, createBinding, createConsumer, createExchange, createInOnlyTemplate, createInOutTemplate, createMessageListenerContainer, createPollingConsumer, createProducer, doInit, getAcknowledgementMode, getAsyncStartStopExecutorService, getBinding, getClientId, getConcurrentConsumers, getConnectionFactory, getDeliveryMode, getDestinationCreationStrategy, getDestinationName, getDurableSubscriptionName, getEagerPoisonBody, getEndpointConfiguredDestinationName, getExceptionListener, getExplicitQosEnabled, getHeaderFilterStrategy, getJmsKeyFormatStrategy, getJmsObjectFactory, getMessageCreatedStrategy, getMessageSelector, getPriority, getRecoveryInterval, getReplyTo, getReplyToConcurrentConsumers, getReplyToOverride, getReplyToType, getRequestTimeout, getTimeToLive, isAllowNullBody, isAsyncConsumer, isAsyncStartListener, isAsyncStopListener, isAutoStartup, isDeliveryPersistent, isDisableReplyTo, isDisableTimeToLive, isEagerLoadingOfProperties, isExplicitQosEnabled, isIncludeAllJMSXProperties, isMapJmsMessage, isMultipleConsumersSupported, isPreserveMessageQos, isReplyToDeliveryPersistent, isReplyToSameDestinationAllowed, isSynchronous, isTestConnectionOnStartup, isTopic, isTransacted, isTransferException, setAcknowledgementMode, setAllowNullBody, setAsyncConsumer, setAsyncStartListener, setAsyncStopListener, setAutoStartup, setBinding, setClientId, setConcurrentConsumers, setConnectionFactory, setDeliveryMode, setDeliveryPersistent, setDestinationCreationStrategy, setDestinationName, setDisableReplyTo, setDisableTimeToLive, setEagerLoadingOfProperties, setEagerPoisonBody, setExceptionListener, setExplicitQosEnabled, setHeaderFilterStrategy, setIncludeAllJMSXProperties, setJmsKeyFormatStrategy, setJmsObjectFactory, setMapJmsMessage, setMessageCreatedStrategy, setMessageSelector, setPreserveMessageQos, setPriority, setRecoveryInterval, setReplyTo, setReplyToConcurrentConsumers, setReplyToDeliveryPersistent, setReplyToOverride, setReplyToSameDestinationAllowed, setReplyToType, setRequestTimeout, setSynchronous, setTestConnectionOnStartup, setTimeToLive, setTransacted, setTransferExceptionconfigureConsumer, configureExchange, configurePollingConsumer, configureProperties, createAsyncProducer, createEndpointUri, createExchange, createExchange, doStart, doStop, equals, getCamelContext, getEndpointKey, getEndpointUri, getExceptionHandler, getExchangePattern, getId, getPollingConsumerBlockTimeout, getPollingConsumerQueueSize, hashCode, isAutowiredEnabled, isBridgeErrorHandler, isLazyStartProducer, isLenientProperties, isPollingConsumerBlockWhenFull, isPollingConsumerCopy, isSingleton, setAutowiredEnabled, setBridgeErrorHandler, setCamelContext, setComponent, setEndpointUri, setEndpointUriIfNotSpecified, setExceptionHandler, setExchangePattern, setLazyStartProducer, setPollingConsumerBlockTimeout, setPollingConsumerBlockWhenFull, setPollingConsumerCopy, setPollingConsumerQueueSize, setProperties, toStringbuild, doBuild, doFail, 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, finalize, getClass, notify, notifyAll, wait, wait, waitconfigureExchange, configureProperties, createAsyncProducer, createConsumer, createExchange, createExchange, createPollingConsumer, createProducer, getCamelContext, getEndpointBaseUri, getEndpointKey, getEndpointUri, getExchangePattern, isLenientProperties, isSingletonProducer, setCamelContextpublic Sjms2Component getComponent()
getComponent in class org.apache.camel.component.sjms.SjmsEndpointpublic void setDurableSubscriptionName(String durableSubscriptionId)
setDurableSubscriptionName in class org.apache.camel.component.sjms.SjmsEndpointpublic String getSubscriptionId()
public void setSubscriptionId(String subscriptionId)
public boolean isDurable()
public void setDurable(boolean durable)
public boolean isShared()
public void setShared(boolean shared)
Apache Camel