Class UDPTraceBrokerPlugin

All Implemented Interfaces:
Broker, BrokerPlugin, Region, org.apache.activemq.Service
Direct Known Subclasses:
MulticastTraceBrokerPlugin

public class UDPTraceBrokerPlugin extends BrokerPluginSupport
A Broker interceptor which allows you to trace all operations to a UDP socket.
  • Field Details

    • wireFormat

      protected org.apache.activemq.wireformat.WireFormat wireFormat
    • wireFormatFactory

      protected org.apache.activemq.wireformat.WireFormatFactory wireFormatFactory
    • maxTraceDatagramSize

      protected int maxTraceDatagramSize
    • destination

      protected URI destination
    • socket

      protected DatagramSocket socket
    • brokerId

      protected org.apache.activemq.command.BrokerId brokerId
    • address

      protected SocketAddress address
    • broadcast

      protected boolean broadcast
  • Constructor Details

    • UDPTraceBrokerPlugin

      public UDPTraceBrokerPlugin()
  • Method Details