| Modifier and Type | Method and Description |
|---|---|
QueueBinding |
PostOffice.updateQueue(SimpleString name,
RoutingType routingType,
Integer maxConsumers,
Boolean purgeOnNoConsumers,
Boolean exclusive) |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalQueueBinding |
| Modifier and Type | Method and Description |
|---|---|
QueueBinding |
PostOfficeImpl.updateQueue(SimpleString name,
RoutingType routingType,
Integer maxConsumers,
Boolean purgeOnNoConsumers,
Boolean exclusive) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteQueueBinding |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteQueueBindingImpl |
| Constructor and Description |
|---|
ServerConsumerImpl(long id,
ServerSession session,
QueueBinding binding,
Filter filter,
boolean started,
boolean browseOnly,
StorageManager storageManager,
SessionCallback callback,
boolean preAcknowledge,
boolean strictUpdateDeliveryCount,
ManagementService managementService,
ActiveMQServer server) |
ServerConsumerImpl(long id,
ServerSession session,
QueueBinding binding,
Filter filter,
boolean started,
boolean browseOnly,
StorageManager storageManager,
SessionCallback callback,
boolean preAcknowledge,
boolean strictUpdateDeliveryCount,
ManagementService managementService,
boolean supportLargeMessage,
Integer credits,
ActiveMQServer server) |
| Modifier and Type | Method and Description |
|---|---|
default void |
ActiveMQServerPlugin.beforeCreateConsumer(long consumerID,
QueueBinding queueBinding,
SimpleString filterString,
boolean browseOnly,
boolean supportLargeMessage)
Before a consumer is created
|
| Modifier and Type | Method and Description |
|---|---|
void |
LoggingActiveMQServerPlugin.beforeCreateConsumer(long consumerID,
QueueBinding queueBinding,
SimpleString filterString,
boolean browseOnly,
boolean supportLargeMessage)
Before a consumer is created
|
void |
LoggingActiveMQServerPluginLogger.beforeCreateConsumer(String consumerID,
QueueBinding queueBinding,
SimpleString filterString,
boolean browseOnly,
boolean supportLargeMessage) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.