Package brave.jms
Class JmsMessageProducerBenchmarks
java.lang.Object
brave.jms.JmsMessageProducerBenchmarks
- Direct Known Subclasses:
JmsMessageProducerBenchmarks_jmhType_B1
public class JmsMessageProducerBenchmarks extends Object
-
Constructor Summary
Constructors Constructor Description JmsMessageProducerBenchmarks()
-
Method Summary
Modifier and Type Method Description void
close()
void
init()
static void
main(String[] args)
void
send_baseCase()
Should be near zero.void
send_traced()
-
Constructor Details
-
JmsMessageProducerBenchmarks
public JmsMessageProducerBenchmarks()
-
-
Method Details
-
init
public void init() throws javax.jms.MessageNotWriteableException- Throws:
javax.jms.MessageNotWriteableException
-
close
public void close() -
send_baseCase
Should be near zero. This mainly ensures exceptions aren't raised- Throws:
Exception
-
send_traced
- Throws:
Exception
-
main
- Throws:
org.openjdk.jmh.runner.RunnerException
-