| Package | Description |
|---|---|
| org.apache.activemq |
The core JMS client API implementation classes.
|
| org.apache.activemq.command |
Command objects used via the Command Pattern to communicate among nodes
|
| org.apache.activemq.state |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ActiveMQSession.sendAck(MessageAck ack) |
protected void |
ActiveMQSession.sendAck(MessageAck ack,
boolean lazy) |
| Modifier and Type | Method and Description |
|---|---|
MessageAck |
JournalQueueAck.getMessageAck() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<MessageAck> |
XATransactionId.getPreparedAcks() |
| Modifier and Type | Method and Description |
|---|---|
void |
MessageAck.copy(MessageAck copy) |
void |
JournalQueueAck.setMessageAck(MessageAck messageAck) |
| Modifier and Type | Method and Description |
|---|---|
void |
XATransactionId.setPreparedAcks(ArrayList<MessageAck> preparedAcks) |
| Modifier and Type | Method and Description |
|---|---|
Response |
CommandVisitorAdapter.processMessageAck(MessageAck ack) |
Response |
CommandVisitor.processMessageAck(MessageAck ack) |
Copyright © 2005–2020 The Apache Software Foundation. All rights reserved.