public class AmqpTransactionCoordinator extends AmqpAbstractReceiver
configuredCredit, current, recvBuffercloseActions, closed, endpoint, opened, session| Constructor and Description |
|---|
AmqpTransactionCoordinator(AmqpSession session,
org.apache.qpid.proton.engine.Receiver endpoint)
Creates a new Transaction coordinator used to manage AMQP transactions.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.activemq.command.ActiveMQDestination |
getDestination() |
protected void |
processDelivery(org.apache.qpid.proton.engine.Delivery delivery,
org.fusesource.hawtbuf.Buffer deliveryBytes) |
void |
setDestination(org.apache.activemq.command.ActiveMQDestination destination)
Sets the ActiveMQDestination that this link will be servicing.
|
commit, delivery, detach, flow, flow, getConfiguredReceiverCredit, rollbackaddCloseAction, close, close, getEndpoint, getSession, isClosed, isOpened, open, sendToActiveMQ, sendToActiveMQpublic AmqpTransactionCoordinator(AmqpSession session, org.apache.qpid.proton.engine.Receiver endpoint)
session - the AmqpSession under which the coordinator was created.receiver - the AMQP receiver link endpoint for this coordinator.protected void processDelivery(org.apache.qpid.proton.engine.Delivery delivery, org.fusesource.hawtbuf.Buffer deliveryBytes) throws Exception
processDelivery in class AmqpAbstractReceiverExceptionpublic org.apache.activemq.command.ActiveMQDestination getDestination()
public void setDestination(org.apache.activemq.command.ActiveMQDestination destination)
AmqpLinkdestination - the ActiveMQDestination that this link services.Copyright © 2005–2017 FuseSource, Corp.. All rights reserved.