Package org.apache.activemq.ra
Interface MessageActivationSpec
-
- All Superinterfaces:
ActivationSpec
,ResourceAdapterAssociation
- All Known Implementing Classes:
ActiveMQActivationSpec
public interface MessageActivationSpec extends ActivationSpec
-
-
Method Summary
-
Methods inherited from interface javax.resource.spi.ActivationSpec
validate
-
Methods inherited from interface javax.resource.spi.ResourceAdapterAssociation
setResourceAdapter
-
-
-
-
Method Detail
-
getResourceAdapter
ResourceAdapter getResourceAdapter()
- Specified by:
getResourceAdapter
in interfaceResourceAdapterAssociation
- See Also:
ResourceAdapterAssociation.getResourceAdapter()
-
getDestinationType
String getDestinationType()
- Returns:
- Returns the destinationType.
-
getPassword
String getPassword()
-
getUserName
String getUserName()
-
getMessageSelector
String getMessageSelector()
- Returns:
- Returns the messageSelector.
-
getNoLocal
String getNoLocal()
- Returns:
- Returns the noLocal.
-
getAcknowledgeMode
String getAcknowledgeMode()
-
getClientId
String getClientId()
-
getDestination
String getDestination()
-
getSubscriptionDurability
String getSubscriptionDurability()
-
getSubscriptionName
String getSubscriptionName()
-
isDurableSubscription
boolean isDurableSubscription()
-
isEmpty
boolean isEmpty(String value)
-
getAcknowledgeModeForSession
int getAcknowledgeModeForSession()
-
getMaxMessagesPerSessions
String getMaxMessagesPerSessions()
-
getMaxSessions
String getMaxSessions()
-
getUseRAManagedTransaction
String getUseRAManagedTransaction()
-
getMaxMessagesPerSessionsIntValue
int getMaxMessagesPerSessionsIntValue()
-
getMaxSessionsIntValue
int getMaxSessionsIntValue()
-
isUseRAManagedTransactionEnabled
boolean isUseRAManagedTransactionEnabled()
-
getNoLocalBooleanValue
boolean getNoLocalBooleanValue()
-
getEnableBatch
String getEnableBatch()
-
getEnableBatchBooleanValue
boolean getEnableBatchBooleanValue()
-
getMaxMessagesPerBatchIntValue
int getMaxMessagesPerBatchIntValue()
-
getMaxMessagesPerBatch
String getMaxMessagesPerBatch()
-
getBackOffMultiplier
double getBackOffMultiplier()
-
getMaximumRedeliveryDelay
long getMaximumRedeliveryDelay()
-
getInitialRedeliveryDelay
long getInitialRedeliveryDelay()
-
getMaximumRedeliveries
int getMaximumRedeliveries()
-
isUseExponentialBackOff
boolean isUseExponentialBackOff()
-
redeliveryPolicy
RedeliveryPolicy redeliveryPolicy()
-
lazyCreateRedeliveryPolicy
RedeliveryPolicy lazyCreateRedeliveryPolicy()
-
isUseJndi
boolean isUseJndi()
-
getTrustStore
String getTrustStore()
-
getTrustStorePassword
String getTrustStorePassword()
-
getKeyStore
String getKeyStore()
-
getKeyStorePassword
String getKeyStorePassword()
-
getKeyStoreKeyPassword
String getKeyStoreKeyPassword()
-
-