java.lang.Object
org.apache.activemq.artemis.core.protocol.core.impl.PacketImpl
org.apache.activemq.artemis.core.protocol.core.impl.wireformat.CreateProducerMessage
All Implemented Interfaces:
Packet

public class CreateProducerMessage extends PacketImpl
  • Field Details

    • id

      protected int id
    • address

      protected SimpleString address
  • Constructor Details

    • CreateProducerMessage

      public CreateProducerMessage()
    • CreateProducerMessage

      public CreateProducerMessage(int id, SimpleString address)
  • Method Details