Package | Description |
---|---|
org.apache.activemq.artemis.jms.server | |
org.apache.activemq.artemis.jms.server.config | |
org.apache.activemq.artemis.jms.server.config.impl |
Modifier and Type | Method and Description |
---|---|
TopicConfiguration |
JMSServerConfigParser.parseTopicConfiguration(Node node)
Parse the topic node as a TopicConfiguration object
|
Modifier and Type | Method and Description |
---|---|
TopicConfiguration |
TopicConfiguration.setBindings(String... bindings) |
TopicConfiguration |
TopicConfiguration.setName(String name) |
Modifier and Type | Method and Description |
---|---|
List<TopicConfiguration> |
JMSConfiguration.getTopicConfigurations() |
Modifier and Type | Method and Description |
---|---|
JMSConfiguration |
JMSConfiguration.setTopicConfigurations(List<TopicConfiguration> topicConfigurations) |
Modifier and Type | Class and Description |
---|---|
class |
TopicConfigurationImpl |
Modifier and Type | Method and Description |
---|---|
protected static TopicConfiguration |
FileJMSConfiguration.newTopic(String topicName) |
static TopicConfiguration |
FileJMSConfiguration.parseTopicConfiguration(Node node)
Parse the topic node as a TopicConfiguration object
|
Modifier and Type | Method and Description |
---|---|
List<TopicConfiguration> |
JMSConfigurationImpl.getTopicConfigurations() |
Modifier and Type | Method and Description |
---|---|
protected void |
FileJMSConfiguration.newConfig(ArrayList<JMSQueueConfiguration> queues,
ArrayList<TopicConfiguration> topics,
String domain) |
JMSConfigurationImpl |
JMSConfigurationImpl.setTopicConfigurations(List<TopicConfiguration> topicConfigurations) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.