Interface AmqpManagementNode

All Superinterfaces:
AsyncCloseable

public interface AmqpManagementNode extends AsyncCloseable
An AMQP endpoint that allows users to perform management and metadata operations on it.
  • Method Details

    • send

      Sends a message to the management node.
      Parameters:
      message - Message to send.
      Returns:
      Response from management node.
    • send

      Sends a message to the management node and associates the deliveryOutcome with that message.
      Parameters:
      message - Message to send.
      deliveryOutcome - Delivery outcome to associate with the message.
      Returns:
      Response from management node.