Uses of Interface
org.apache.activemq.artemis.spi.core.naming.BindingRegistry
Packages that use BindingRegistry
Package
Description
-
Uses of BindingRegistry in org.apache.activemq.artemis.core.registry
Classes in org.apache.activemq.artemis.core.registry that implement BindingRegistry -
Uses of BindingRegistry in org.apache.activemq.artemis.jms.server
Methods in org.apache.activemq.artemis.jms.server that return BindingRegistryMethods in org.apache.activemq.artemis.jms.server with parameters of type BindingRegistryModifier and TypeMethodDescriptionvoidJMSServerManager.setRegistry(BindingRegistry registry) Deprecated.Set this property if you want JMS resources bound to a registry -
Uses of BindingRegistry in org.apache.activemq.artemis.jms.server.embedded
Fields in org.apache.activemq.artemis.jms.server.embedded declared as BindingRegistryMethods in org.apache.activemq.artemis.jms.server.embedded that return BindingRegistryMethods in org.apache.activemq.artemis.jms.server.embedded with parameters of type BindingRegistryModifier and TypeMethodDescriptionEmbeddedJMS.setRegistry(BindingRegistry registry) Deprecated.Only set this property if you are using a custom BindingRegistry -
Uses of BindingRegistry in org.apache.activemq.artemis.jms.server.impl
Methods in org.apache.activemq.artemis.jms.server.impl that return BindingRegistryMethods in org.apache.activemq.artemis.jms.server.impl with parameters of type BindingRegistryModifier and TypeMethodDescriptionvoidJMSServerManagerImpl.setRegistry(BindingRegistry registry) Deprecated.Constructors in org.apache.activemq.artemis.jms.server.impl with parameters of type BindingRegistryModifierConstructorDescriptionJMSServerManagerImpl(ActiveMQServer server, BindingRegistry registry) Deprecated.This constructor is used by the Application Server's integration -
Uses of BindingRegistry in org.wildfly.extension.messaging.activemq.jms
Classes in org.wildfly.extension.messaging.activemq.jms that implement BindingRegistry