| Package | Description |
|---|---|
| org.wildfly.swarm.config.messaging_activemq | |
| org.wildfly.swarm.config.messaging_activemq.server |
| Modifier and Type | Method and Description |
|---|---|
List<JMSTopic> |
Server.ServerResources.jmsTopics()
Get the list of org.wildfly.swarm.config.messaging_activemq.server.JMSTopic resources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.jmsTopic(JMSTopic value)
Add the org.wildfly.swarm.config.messaging_activemq.server.JMSTopic object to the list of subresources
|
| Modifier and Type | Method and Description |
|---|---|
Server |
Server.jmsTopics(List<JMSTopic> value)
Add all org.wildfly.swarm.config.messaging_activemq.server.JMSTopic objects to this subresource
|
| Modifier and Type | Class and Description |
|---|---|
class |
JMSTopic<T extends JMSTopic>
Defines a JMS topic.
|
interface |
JMSTopicConfigurator<T extends JMSTopic> |
| Modifier and Type | Method and Description |
|---|---|
JMSTopic |
JMSTopic.deliveringCount(Integer value)
The number of messages that this queue is currently delivering to its consumers.
|
JMSTopic |
JMSTopic.durableMessageCount(Integer value)
The number of messages for all durable subscribers for this topic.
|
JMSTopic |
JMSTopic.durableSubscriptionCount(Integer value)
The number of durable subscribers for this topic.
|
JMSTopic |
JMSTopic.entries(List<String> value)
The jndi names the topic will be bound to.
|
JMSTopic |
JMSTopic.entriesValue(String value)
The jndi names the topic will be bound to.
|
JMSTopic |
JMSTopic.legacyEntries(List<String> value)
The legacy jndi names the topic will be bound to.
|
JMSTopic |
JMSTopic.legacyEntriesValue(String value)
The legacy jndi names the topic will be bound to.
|
JMSTopic |
JMSTopic.messageCount(Long value)
The number of messages currently in this queue.
|
JMSTopic |
JMSTopic.messagesAdded(Long value)
The number of messages added to this queue since it was created.
|
JMSTopic |
JMSTopic.nonDurableMessageCount(Integer value)
The number of messages for all non-durable subscribers for this topic.
|
JMSTopic |
JMSTopic.nonDurableSubscriptionCount(Integer value)
The number of non-durable subscribers for this topic.
|
JMSTopic |
JMSTopic.subscriptionCount(Integer value)
The number of (durable and non-durable) subscribers for this topic.
|
JMSTopic |
JMSTopic.temporary(Boolean value)
Whether the topic is temporary.
|
JMSTopic |
JMSTopic.topicAddress(String value)
The address the topic points to.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.