Package brave.jms

Class JmsMessageProducerBenchmarks

java.lang.Object
brave.jms.JmsMessageProducerBenchmarks
Direct Known Subclasses:
JmsMessageProducerBenchmarks_jmhType_B1

public class JmsMessageProducerBenchmarks
extends Object
  • Constructor Details

  • Method Details

    • init

      public void init() throws javax.jms.MessageNotWriteableException
      Throws:
      javax.jms.MessageNotWriteableException
    • close

      public void close()
    • send_baseCase

      public void send_baseCase() throws Exception
      Should be near zero. This mainly ensures exceptions aren't raised
      Throws:
      Exception
    • send_traced

      public void send_traced() throws Exception
      Throws:
      Exception
    • main

      public static void main​(String[] args) throws org.openjdk.jmh.runner.RunnerException
      Throws:
      org.openjdk.jmh.runner.RunnerException