java.lang.Object
com.swiftmq.amqp.v100.types.AMQPType
com.swiftmq.amqp.v100.types.AMQPSymbol
com.swiftmq.amqp.v100.generated.messaging.addressing.StdDistMode
All Implemented Interfaces:
DistributionModeIF, Comparable

public class StdDistMode extends AMQPSymbol implements DistributionModeIF

Policies for distributing messages when multiple links are connected to the same node.

Version:
AMQP Version v100. Generation Date: Wed Apr 18 14:09:32 CEST 2012
Author:
IIT Software GmbH, Bremen/Germany, (c) 2012, All Rights Reserved
  • Field Details

    • POSSIBLE_VALUES

      public static final Set POSSIBLE_VALUES
    • MOVE

      public static final StdDistMode MOVE
    • COPY

      public static final StdDistMode COPY
  • Constructor Details

    • StdDistMode

      public StdDistMode(String initValue)
      Constructs a StdDistMode.
      Parameters:
      initValue - initial value
  • Method Details