Uses of Interface
org.apache.activemq.ra.MessageActivationSpec
-
Packages that use MessageActivationSpec Package Description org.apache.activemq.ra JCA managed connections and resource adapters for working with ActiveMQ -
-
Uses of MessageActivationSpec in org.apache.activemq.ra
Classes in org.apache.activemq.ra that implement MessageActivationSpec Modifier and Type Class Description class
ActiveMQActivationSpec
Configures the inbound JMS consumer specification using ActiveMQMethods in org.apache.activemq.ra that return MessageActivationSpec Modifier and Type Method Description MessageActivationSpec
ActiveMQEndpointActivationKey. getActivationSpec()
Methods in org.apache.activemq.ra with parameters of type MessageActivationSpec Modifier and Type Method Description void
ActiveMQConnectionRequestInfo. configure(ActiveMQConnectionFactory factory, MessageActivationSpec activationSpec)
Configures the given connection factoryprotected ActiveMQConnectionFactory
ActiveMQConnectionSupport. createConnectionFactory(ActiveMQConnectionRequestInfo connectionRequestInfo, MessageActivationSpec activationSpec)
Creates a factory for obtaining physical connections to an Active MQ broker.ActiveMQConnection
ActiveMQResourceAdapter. makeConnection(MessageActivationSpec activationSpec)
ActiveMQConnection
MessageResourceAdapter. makeConnection(MessageActivationSpec activationSpec)
Constructors in org.apache.activemq.ra with parameters of type MessageActivationSpec Constructor Description ActiveMQEndpointActivationKey(MessageEndpointFactory messageEndpointFactory, MessageActivationSpec activationSpec)
-