Class JmsPublishSubscribeMessageChannelSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,C>
 
org.springframework.integration.dsl.MessageChannelSpec<S,T>
 
org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpec<S,T>
 
org.springframework.integration.jms.dsl.JmsMessageChannelSpec<JmsPublishSubscribeMessageChannelSpec,SubscribableJmsChannel>
 
org.springframework.integration.jms.dsl.JmsPublishSubscribeMessageChannelSpec
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<SubscribableJmsChannel>,- InitializingBean,- Lifecycle,- Phased,- SmartLifecycle,- ComponentsRegistration
public class JmsPublishSubscribeMessageChannelSpec
extends JmsMessageChannelSpec<JmsPublishSubscribeMessageChannelSpec,SubscribableJmsChannel> 
A 
JmsMessageChannelSpec for a SubscribableJmsChannel
 configured with a topic.- Since:
- 5.0
- Author:
- Artem Bilan, Artem Vozhdayenko
- 
Field SummaryFields inherited from class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpecjmsChannelFactoryBeanFields inherited from class org.springframework.integration.dsl.MessageChannelSpecchannelFields inherited from class org.springframework.integration.dsl.IntegrationComponentSpeclogger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycleDEFAULT_PHASE
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJmsPublishSubscribeMessageChannelSpec(ConnectionFactory connectionFactory) 
- 
Method SummaryModifier and TypeMethodDescriptiondurableSubscriptionName(String durableSubscriptionName) pubSubNoLocal(boolean pubSubNoLocal) Only applies if theJmsMessageChannelSpec.containerType(Class)is aDefaultMessageListenerContaineror aSimpleMessageListenerContainer.subscriptionDurable(boolean durable) Methods inherited from class org.springframework.integration.jms.dsl.JmsMessageChannelSpecacceptMessagesWhileStopping, autoStartup, cacheLevel, concurrentConsumers, containerType, errorHandler, exposeListenerSession, idleTaskExecutionLimit, maxMessagesPerTask, maxSubscribers, phase, recoveryInterval, subscriptionShared, taskExecutor, transactionManager, transactionName, transactionTimeoutMethods inherited from class org.springframework.integration.jms.dsl.JmsPollableMessageChannelSpecdeliveryPersistent, destination, destination, destinationResolver, doGet, explicitQosEnabled, id, jmsMessageConverter, messageIdEnabled, messageSelector, messageTimestampEnabled, priority, receiveTimeout, sessionAcknowledgeMode, sessionTransacted, timeToLiveMethods inherited from class org.springframework.integration.dsl.MessageChannelSpecdatatype, getComponentsToRegister, interceptor, messageConverter, wireTap, wireTap, wireTapMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec_this, afterPropertiesSet, destroy, getId, getObject, getObjectType, getPhase, isAutoStartup, isRunning, start, stop, stopMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Constructor Details- 
JmsPublishSubscribeMessageChannelSpec
 
- 
- 
Method Details- 
subscriptionDurable- Parameters:
- durable- the durable.
- Returns:
- the current JmsPublishSubscribeMessageChannelSpec.
- See Also:
 
- 
durableSubscriptionNamepublic JmsPublishSubscribeMessageChannelSpec durableSubscriptionName(String durableSubscriptionName) - Parameters:
- durableSubscriptionName- the durableSubscriptionName.
- Returns:
- the current JmsPublishSubscribeMessageChannelSpec.
- See Also:
 
- 
clientId- Parameters:
- clientId- the clientId.
- Returns:
- the current JmsPublishSubscribeMessageChannelSpec.
- See Also:
 
- 
pubSubNoLocalOnly applies if theJmsMessageChannelSpec.containerType(Class)is aDefaultMessageListenerContaineror aSimpleMessageListenerContainer.- Parameters:
- pubSubNoLocal- the pubSubNoLocal.
- Returns:
- the current JmsPublishSubscribeMessageChannelSpec.
- See Also:
 
 
-