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 classActiveMQActivationSpecConfigures the inbound JMS consumer specification using ActiveMQMethods in org.apache.activemq.ra that return MessageActivationSpec Modifier and Type Method Description MessageActivationSpecActiveMQEndpointActivationKey. getActivationSpec()Methods in org.apache.activemq.ra with parameters of type MessageActivationSpec Modifier and Type Method Description voidActiveMQConnectionRequestInfo. configure(ActiveMQConnectionFactory factory, MessageActivationSpec activationSpec)Configures the given connection factoryprotected ActiveMQConnectionFactoryActiveMQConnectionSupport. createConnectionFactory(ActiveMQConnectionRequestInfo connectionRequestInfo, MessageActivationSpec activationSpec)Creates a factory for obtaining physical connections to an Active MQ broker.ActiveMQConnectionActiveMQResourceAdapter. makeConnection(MessageActivationSpec activationSpec)ActiveMQConnectionMessageResourceAdapter. makeConnection(MessageActivationSpec activationSpec)Constructors in org.apache.activemq.ra with parameters of type MessageActivationSpec Constructor Description ActiveMQEndpointActivationKey(MessageEndpointFactory messageEndpointFactory, MessageActivationSpec activationSpec)
-