@ConfigurationProperties(prefix="camel.component.sjms") public class SjmsComponentConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SjmsComponentConfiguration.TimedTaskManagerNestedConfiguration |
Constructor and Description |
---|
SjmsComponentConfiguration() |
Modifier and Type | Method and Description |
---|---|
Integer |
getConnectionCount() |
javax.jms.ConnectionFactory |
getConnectionFactory() |
org.apache.camel.component.sjms.jms.ConnectionResource |
getConnectionResource() |
org.apache.camel.component.sjms.jms.DestinationCreationStrategy |
getDestinationCreationStrategy() |
org.apache.camel.spi.HeaderFilterStrategy |
getHeaderFilterStrategy() |
org.apache.camel.component.sjms.jms.JmsKeyFormatStrategy |
getJmsKeyFormatStrategy() |
org.apache.camel.component.sjms.jms.MessageCreatedStrategy |
getMessageCreatedStrategy() |
SjmsComponentConfiguration.TimedTaskManagerNestedConfiguration |
getTimedTaskManager() |
org.apache.camel.component.sjms.TransactionCommitStrategy |
getTransactionCommitStrategy() |
void |
setConnectionCount(Integer connectionCount) |
void |
setConnectionFactory(javax.jms.ConnectionFactory connectionFactory) |
void |
setConnectionResource(org.apache.camel.component.sjms.jms.ConnectionResource connectionResource) |
void |
setDestinationCreationStrategy(org.apache.camel.component.sjms.jms.DestinationCreationStrategy destinationCreationStrategy) |
void |
setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) |
void |
setJmsKeyFormatStrategy(org.apache.camel.component.sjms.jms.JmsKeyFormatStrategy jmsKeyFormatStrategy) |
void |
setMessageCreatedStrategy(org.apache.camel.component.sjms.jms.MessageCreatedStrategy messageCreatedStrategy) |
void |
setTimedTaskManager(SjmsComponentConfiguration.TimedTaskManagerNestedConfiguration timedTaskManager) |
void |
setTransactionCommitStrategy(org.apache.camel.component.sjms.TransactionCommitStrategy transactionCommitStrategy) |
public javax.jms.ConnectionFactory getConnectionFactory()
public void setConnectionFactory(javax.jms.ConnectionFactory connectionFactory)
public org.apache.camel.spi.HeaderFilterStrategy getHeaderFilterStrategy()
public void setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
public org.apache.camel.component.sjms.jms.ConnectionResource getConnectionResource()
public void setConnectionResource(org.apache.camel.component.sjms.jms.ConnectionResource connectionResource)
public Integer getConnectionCount()
public void setConnectionCount(Integer connectionCount)
public org.apache.camel.component.sjms.jms.JmsKeyFormatStrategy getJmsKeyFormatStrategy()
public void setJmsKeyFormatStrategy(org.apache.camel.component.sjms.jms.JmsKeyFormatStrategy jmsKeyFormatStrategy)
public org.apache.camel.component.sjms.TransactionCommitStrategy getTransactionCommitStrategy()
public void setTransactionCommitStrategy(org.apache.camel.component.sjms.TransactionCommitStrategy transactionCommitStrategy)
public org.apache.camel.component.sjms.jms.DestinationCreationStrategy getDestinationCreationStrategy()
public void setDestinationCreationStrategy(org.apache.camel.component.sjms.jms.DestinationCreationStrategy destinationCreationStrategy)
public SjmsComponentConfiguration.TimedTaskManagerNestedConfiguration getTimedTaskManager()
public void setTimedTaskManager(SjmsComponentConfiguration.TimedTaskManagerNestedConfiguration timedTaskManager)
public org.apache.camel.component.sjms.jms.MessageCreatedStrategy getMessageCreatedStrategy()
public void setMessageCreatedStrategy(org.apache.camel.component.sjms.jms.MessageCreatedStrategy messageCreatedStrategy)
Apache Camel