| 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 | 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.legacyEntries(List<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.