| Modifier and Type | Interface and Description |
|---|---|
interface |
ServerConsumer
A ServerConsumer
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Consumer> |
Queue.getConsumers() |
Map<SimpleString,Consumer> |
Queue.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
Queue.addConsumer(Consumer consumer) |
void |
Queue.removeConsumer(Consumer consumer) |
void |
ActiveMQServerLogger.removingBadConsumer(Throwable e,
Consumer consumer,
MessageReference reference) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Bridge
A Core Bridge
|
| Modifier and Type | Class and Description |
|---|---|
class |
BridgeImpl
A Core BridgeImpl
|
class |
ClusterConnectionBridge
A bridge with extra functionality only available when the server is clustered.
|
class |
Redistributor |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerConsumerImpl
Concrete implementation of a ClientConsumer.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Consumer> |
QueueImpl.getConsumers() |
Map<SimpleString,Consumer> |
QueueImpl.getGroups() |
| Modifier and Type | Method and Description |
|---|---|
void |
QueueImpl.addConsumer(Consumer consumer) |
void |
QueueImpl.removeConsumer(Consumer consumer) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.