| Package | Description |
|---|---|
| org.apache.qpid.jms |
The core AMQP JMS client implementation classes.
|
| org.apache.qpid.jms.meta | |
| org.apache.qpid.jms.tracing | |
| org.apache.qpid.jms.tracing.opentracing |
| Modifier and Type | Field and Description |
|---|---|
protected JmsTracer |
JmsMessageConsumer.tracer |
| Modifier and Type | Method and Description |
|---|---|
JmsTracer |
JmsConnectionFactory.getTracer()
Gets any tracer previously set explicitly on the connection factory using
JmsConnectionFactory.setTracer(JmsTracer). |
| Modifier and Type | Method and Description |
|---|---|
void |
JmsConnectionFactory.setTracer(JmsTracer tracer)
Explicitly sets a tracer instance for use by the connection(s) created from the factory.
|
| Modifier and Type | Method and Description |
|---|---|
JmsTracer |
JmsConnectionInfo.getTracer() |
| Modifier and Type | Method and Description |
|---|---|
void |
JmsConnectionInfo.setTracer(JmsTracer tracer) |
| Modifier and Type | Class and Description |
|---|---|
class |
JmsNoOpTracer
Default no-op Tracing implementation
|
| Modifier and Type | Method and Description |
|---|---|
static JmsTracer |
JmsNoOpTracerFactory.create()
Returns a JmsNoOpTracer instance.
|
static JmsTracer |
JmsTracerFactory.create(URI remoteURI,
String name)
Creates a JmsTracer using factory with the given name and any relevant configuration
properties set on the given remote URI.
|
JmsTracer |
JmsNoOpTracerFactory.createTracer(URI remoteURI,
String type) |
abstract JmsTracer |
JmsTracerFactory.createTracer(URI remoteURI,
String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenTracingTracer |
| Modifier and Type | Method and Description |
|---|---|
static JmsTracer |
OpenTracingTracerFactory.create(io.opentracing.Tracer tracer)
Creates a JmsTracer wrapping a provided Open Tracing tracer instance
previously created by the application.
|
static JmsTracer |
OpenTracingTracerFactory.create(io.opentracing.Tracer tracer,
boolean closeUnderlyingTracer)
As
OpenTracingTracerFactory.create(Tracer), but providing control over whether the given Tracer
has its close method called when the returned JmsTracer is closed during
Connection.close(). |
JmsTracer |
OpenTracingTracerFactory.createTracer(URI remoteURI,
String name) |
Copyright © 2013–2019 The Apache Software Foundation. All rights reserved.