Package | Description |
---|---|
org.hornetq.jms.server | |
org.hornetq.jms.server.config | |
org.hornetq.jms.server.config.impl | |
org.hornetq.jms.server.impl |
Modifier and Type | Method and Description |
---|---|
JMSQueueConfiguration |
JMSServerConfigParser.parseQueueConfiguration(Node node)
Parse the Queue Configuration node as a QueueConfiguration object
|
Modifier and Type | Method and Description |
---|---|
List<JMSQueueConfiguration> |
JMSConfiguration.getQueueConfigurations() |
Modifier and Type | Class and Description |
---|---|
class |
JMSQueueConfigurationImpl
A QueueConfigurationImpl
|
Modifier and Type | Method and Description |
---|---|
List<JMSQueueConfiguration> |
JMSConfigurationImpl.getQueueConfigurations() |
Constructor and Description |
---|
JMSConfigurationImpl(List<ConnectionFactoryConfiguration> connectionFactoryConfigurations,
List<JMSQueueConfiguration> queueConfigurations,
List<TopicConfiguration> topicConfigurations,
String domain) |
Modifier and Type | Method and Description |
---|---|
protected JMSQueueConfiguration |
JMSServerConfigParserImpl.newQueue(String queueName,
String selectorString,
boolean durable,
String[] jndiArray)
hook for integration layers
|
JMSQueueConfiguration |
JMSServerConfigParserImpl.parseQueueConfiguration(Node node)
Parse the Queue Configuration node as a QueueConfiguration object
|
Modifier and Type | Method and Description |
---|---|
protected JMSConfiguration |
JMSServerConfigParserImpl.newConfig(ArrayList<JMSQueueConfiguration> queues,
ArrayList<TopicConfiguration> topics,
ArrayList<ConnectionFactoryConfiguration> cfs,
String domain)
hook for integration layers
|
Copyright © 2016 JBoss, a division of Red Hat. All rights reserved.