Serialized Form
-
Package org.apache.activemq.artemis.jms.referenceable
-
Class org.apache.activemq.artemis.jms.referenceable.SerializableObjectRefAddr extends SerializableObjectRefAddr implements Serializable
-
-
Package org.apache.activemq.artemis.ra
-
Class org.apache.activemq.artemis.ra.ActiveMQRABundle_$bundle extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readResolve
protected java.lang.Object readResolve()
-
-
Class org.apache.activemq.artemis.ra.ActiveMQRAConnectionFactoryImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- 7981708919479859360L
-
Serialized Fields
-
cm
javax.resource.spi.ConnectionManager cm
The connection manager -
mcf
ActiveMQRAManagedConnectionFactory mcf
The managed connection factory -
reference
javax.naming.Reference reference
Naming reference
-
-
Class org.apache.activemq.artemis.ra.ActiveMQRAConnectionManager extends java.lang.Object implements Serializable
- serialVersionUID:
- 4409118162975011014L
-
Serialized Fields
-
connections
org.apache.activemq.artemis.utils.collections.ConcurrentHashSet<javax.resource.spi.ManagedConnection> connections
-
-
Class org.apache.activemq.artemis.ra.ActiveMQRACredential extends java.lang.Object implements Serializable
- serialVersionUID:
- 210476602237497193L
-
Serialized Fields
-
password
java.lang.String password
The password -
userName
java.lang.String userName
The user name
-
-
Class org.apache.activemq.artemis.ra.ActiveMQRALogger_$logger extends org.jboss.logging.DelegatingBasicLogger implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.activemq.artemis.ra.ActiveMQRAManagedConnectionFactory extends java.lang.Object implements Serializable
- serialVersionUID:
- -1452379518562456741L
-
Serialized Fields
-
cm
javax.resource.spi.ConnectionManager cm
Connection manager -
inJtaTransaction
boolean inJtaTransaction
Used to configure whether the connection should be part of the JTA TX. This is when the RA doesn not have access to the Transaction manager to deduct whether this is the case. -
mcfProperties
ActiveMQRAMCFProperties mcfProperties
The managed connection factory properties -
ra
ActiveMQResourceAdapter ra
The resource adapter -
recoveryConnectionFactory
org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory recoveryConnectionFactory
Connection Factory used if properties are set -
resourceRecovery
org.apache.activemq.artemis.service.extensions.xa.recovery.XARecoveryConfig resourceRecovery
The resource recovery if there is one
-
-
Class org.apache.activemq.artemis.ra.ActiveMQRAMCFProperties extends ConnectionFactoryProperties implements Serializable
- serialVersionUID:
- -5951352236582886862L
-
Serialized Fields
-
allowLocalTransactions
boolean allowLocalTransactions
If true then for outbound connections a local tx will be used if no JTA is configured -
inJtaTransaction
boolean inJtaTransaction
If true then for outbound connections will always assume that they are part of a transaction. This is helpful when running in containers where access to the Transaction manager can't be configured -
strConnectionParameters
java.lang.String strConnectionParameters
-
strConnectorClassName
java.lang.String strConnectorClassName
-
type
int type
The connection type -
useTryLock
java.lang.Integer useTryLock
Use tryLock
-
-
Class org.apache.activemq.artemis.ra.ActiveMQRAProperties extends ConnectionFactoryProperties implements Serializable
- serialVersionUID:
- -2772367477755473248L
-
Serialized Fields
-
allowLocalTransactions
boolean allowLocalTransactions
-
initialized
boolean initialized
-
jgroupsChannelLocatorClass
java.lang.String jgroupsChannelLocatorClass
Class used to get a JChannel -
jgroupsChannelRefName
java.lang.String jgroupsChannelRefName
Name used to locate a JChannel -
jndiParams
java.util.Hashtable<?,?> jndiParams
-
localTx
java.lang.Boolean localTx
Use Local TX instead of XA -
password
java.lang.String password
The password -
passwordCodec
java.lang.String passwordCodec
-
setupAttempts
int setupAttempts
-
setupInterval
long setupInterval
-
useJNDI
boolean useJNDI
-
useMaskedPassword
java.lang.Boolean useMaskedPassword
-
userName
java.lang.String userName
The user name -
useTopologyForLoadBalancing
boolean useTopologyForLoadBalancing
-
-
Class org.apache.activemq.artemis.ra.ActiveMQResourceAdapter extends java.lang.Object implements Serializable
- serialVersionUID:
- 4756893709825838770L
-
Serialized Fields
-
activations
java.util.Map<javax.resource.spi.ActivationSpec,ActiveMQActivation> activations
The activations by activation spec -
configured
java.util.concurrent.atomic.AtomicBoolean configured
Have the factory been configured -
ctx
javax.resource.spi.BootstrapContext ctx
The bootstrap context -
defaultActiveMQConnectionFactory
org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory defaultActiveMQConnectionFactory
-
entries
java.lang.String entries
-
ignoreJTA
boolean ignoreJTA
-
knownConnectionFactories
java.util.Map<ConnectionFactoryProperties,org.apache.activemq.artemis.api.core.Pair<org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory,java.util.concurrent.atomic.AtomicInteger>> knownConnectionFactories
Keep track of the connection factories that we create so we don't create a bunch of instances of factories configured the exact same way. Using the same connection factory instance also makes connection load-balancing behave as expected for outbound connections. -
managedConnectionFactories
java.util.List<ActiveMQRAManagedConnectionFactory> managedConnectionFactories
-
raProperties
ActiveMQRAProperties raProperties
The resource adapter properties -
recoveryActiveMQConnectionFactory
org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory recoveryActiveMQConnectionFactory
-
recoveryManager
RecoveryManager recoveryManager
-
tm
javax.transaction.TransactionManager tm
-
unparsedConnectors
java.lang.String unparsedConnectors
The resource adapter connector classnames before parsing -
unparsedJndiParams
java.lang.String unparsedJndiParams
-
unparsedProperties
java.lang.String unparsedProperties
The resource adapter properties before parsing -
useAutoRecovery
boolean useAutoRecovery
-
-
-
Package org.apache.activemq.artemis.ra.inflow
-
Class org.apache.activemq.artemis.ra.inflow.ActiveMQActivationSpec extends ConnectionFactoryProperties implements Serializable
- serialVersionUID:
- -7997041053897964654L
-
Serialized Fields
-
acknowledgeMode
java.lang.Integer acknowledgeMode
The acknowledgement mode -
allowLocalTransactions
java.lang.Boolean allowLocalTransactions
-
connectionFactoryLookup
java.lang.String connectionFactoryLookup
The connection factory lookup -
destination
java.lang.String destination
The destination -
destinationType
java.lang.String destinationType
The destination type -
jndiParams
java.lang.String jndiParams
-
localTx
java.lang.Boolean localTx
-
maxSession
java.lang.Integer maxSession
The maximum number of sessions -
messageSelector
java.lang.String messageSelector
The message selector -
parsedJndiParams
java.util.Hashtable<java.lang.String,java.lang.String> parsedJndiParams
-
password
java.lang.String password
The password -
queuePrefix
java.lang.String queuePrefix
-
ra
ActiveMQResourceAdapter ra
The resource adapter -
rebalanceConnections
java.lang.Boolean rebalanceConnections
-
setupAttempts
java.lang.Integer setupAttempts
-
setupInterval
java.lang.Long setupInterval
-
shareSubscriptions
java.lang.Boolean shareSubscriptions
If this is true, a durable subscription could be shared by multiple MDB instances -
singleConnection
java.lang.Boolean singleConnection
-
strConnectionParameters
java.lang.String strConnectionParameters
-
strConnectorClassName
java.lang.String strConnectorClassName
-
subscriptionDurability
java.lang.Boolean subscriptionDurability
The subscription durability -
subscriptionName
java.lang.String subscriptionName
The subscription name -
topicPrefix
java.lang.String topicPrefix
-
transactionTimeout
java.lang.Integer transactionTimeout
Transaction timeout -
useJNDI
java.lang.Boolean useJNDI
-
user
java.lang.String user
The user
-
-
-
Package org.apache.activemq.artemis.ra.referenceable
-
Class org.apache.activemq.artemis.ra.referenceable.SerializableObjectRefAddr extends javax.naming.RefAddr implements Serializable
- serialVersionUID:
- 9158134548376171898L
-
Serialized Fields
-
bytes
byte[] bytes
-
-