Class MessageDispatchNotification

java.lang.Object
org.apache.activemq.command.BaseCommand
org.apache.activemq.command.MessageDispatchNotification
All Implemented Interfaces:
Command, DataStructure

public class MessageDispatchNotification extends BaseCommand
  • Field Details

    • DATA_STRUCTURE_TYPE

      public static final byte DATA_STRUCTURE_TYPE
      See Also:
    • consumerId

      protected ConsumerId consumerId
    • destination

      protected ActiveMQDestination destination
    • messageId

      protected MessageId messageId
    • deliverySequenceId

      protected long deliverySequenceId
  • Constructor Details

    • MessageDispatchNotification

      public MessageDispatchNotification()
  • Method Details