Uses of Interface
org.jboss.as.test.integration.common.jms.JMSOperations
Packages that use JMSOperations
-
Uses of JMSOperations in org.jboss.as.test.integration.common.jms
Classes in org.jboss.as.test.integration.common.jms that implement JMSOperationsModifier and TypeClassDescriptionclassAn implementation of JMSOperations for Apache ActiveMQ 6.classAn implementation of JMSOperations for Apache ActiveMQ 6.Methods in org.jboss.as.test.integration.common.jms that return JMSOperationsModifier and TypeMethodDescriptionstatic JMSOperationsJMSOperationsProvider.getInstance(org.jboss.as.arquillian.container.ManagementClient client) Deprecated.static JMSOperationsJMSOperationsProvider.getInstance(org.jboss.as.controller.client.ModelControllerClient client) Gets an instance of a JMSOperations implementation for a particular Jakarta Messaging provider based on the classname given by property "jmsoperations.implementation.class" in jmsoperations.properties somewhere on the classpath The property should contain a fully qualified name of a class that implements JMSOperations interface The setting in that file can be overriden by a system property declaration
JMSOperationsProvider.getInstance(ModelControllerClient)instead