Package | Description |
---|---|
org.hornetq.core.registry | |
org.hornetq.integration.spring | |
org.hornetq.jms.server | |
org.hornetq.jms.server.embedded | |
org.hornetq.jms.server.impl |
Modifier and Type | Class and Description |
---|---|
class |
JndiBindingRegistry |
class |
MapBindingRegistry |
Modifier and Type | Class and Description |
---|---|
class |
SpringBindingRegistry |
Modifier and Type | Method and Description |
---|---|
BindingRegistry |
JMSServerManager.getRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
JMSServerManager.setRegistry(BindingRegistry registry)
Set this property if you want something other than JNDI for your registry
|
Modifier and Type | Field and Description |
---|---|
protected BindingRegistry |
EmbeddedJMS.registry |
Modifier and Type | Method and Description |
---|---|
BindingRegistry |
EmbeddedJMS.getRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedJMS.setRegistry(BindingRegistry registry)
Only set this property if you are using a custom BindingRegistry
|
Modifier and Type | Method and Description |
---|---|
BindingRegistry |
JMSServerManagerImpl.getRegistry() |
Modifier and Type | Method and Description |
---|---|
void |
JMSServerManagerImpl.setRegistry(BindingRegistry registry) |
Constructor and Description |
---|
JMSServerManagerImpl(HornetQServer server,
BindingRegistry registry)
This constructor is used by the Application Server's integration
|
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.