io.opentracing.contrib:opentracing-rabbitmq-client

OpenTracing Instrumentation for RabbitMQ Client

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.opentracing.contrib
ArtifactId

ArtifactId

opentracing-rabbitmq-client
Last Version

Last Version

0.1.11
Release Date

Release Date

Type

Type

jar
Description

Description

io.opentracing.contrib:opentracing-rabbitmq-client
OpenTracing Instrumentation for RabbitMQ Client
Project URL

Project URL

https://github.com/opentracing-contrib/java-rabbitmq-client
Source Code Management

Source Code Management

http://github.com/opentracing-contrib/java-rabbitmq-client

Download opentracing-rabbitmq-client

How to add to project

<!-- https://jarcasting.com/artifacts/io.opentracing.contrib/opentracing-rabbitmq-client/ -->
<dependency>
    <groupId>io.opentracing.contrib</groupId>
    <artifactId>opentracing-rabbitmq-client</artifactId>
    <version>0.1.11</version>
</dependency>
// https://jarcasting.com/artifacts/io.opentracing.contrib/opentracing-rabbitmq-client/
implementation 'io.opentracing.contrib:opentracing-rabbitmq-client:0.1.11'
// https://jarcasting.com/artifacts/io.opentracing.contrib/opentracing-rabbitmq-client/
implementation ("io.opentracing.contrib:opentracing-rabbitmq-client:0.1.11")
'io.opentracing.contrib:opentracing-rabbitmq-client:jar:0.1.11'
<dependency org="io.opentracing.contrib" name="opentracing-rabbitmq-client" rev="0.1.11">
  <artifact name="opentracing-rabbitmq-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.opentracing.contrib', module='opentracing-rabbitmq-client', version='0.1.11')
)
libraryDependencies += "io.opentracing.contrib" % "opentracing-rabbitmq-client" % "0.1.11"
[io.opentracing.contrib/opentracing-rabbitmq-client "0.1.11"]

Dependencies

compile (1)

Group / Artifact Type Version
io.opentracing : opentracing-util jar 0.33.0

provided (1)

Group / Artifact Type Version
com.rabbitmq : amqp-client jar 5.8.0

test (6)

Group / Artifact Type Version
io.opentracing : opentracing-mock jar 0.33.0
org.apache.qpid : qpid-broker jar 7.1.0
junit : junit jar 4.12
pl.pragmatists : JUnitParams jar 1.1.1
org.awaitility : awaitility jar 3.1.6
org.mockito : mockito-core jar 3.3.3

Project Modules

There are no modules declared in this project.

Build Status Coverage Status Released Version Apache-2.0 license

OpenTracing RabbitMQ Client Instrumentation

OpenTracing instrumentation for RabbitMQ Client.

Installation

pom.xml

<dependency>
    <groupId>io.opentracing.contrib</groupId>
    <artifactId>opentracing-rabbitmq-client</artifactId>
    <version>VERSION</version>
</dependency>

Usage

// Instantiate tracer
Tracer tracer = ...

// Optionally register tracer with GlobalTracer
GlobalTracer.register(tracer);

// Decorate RabbitMQ Channel with TracingChannel
TracingChannel tracingChannel = new TracingChannel(channel, tracer);

// Send
tracingChannel.basicPublish(...);

// Get
GetResponse response = tracingChannel.basicGet(queueName, false);

// Consume
tracingChannel.basicConsume(...);

// Factory
ConnectionFactory factory = new TracingConnectionFactory(tracer);
Connection connection = factory.newConnection();

License

Apache 2.0 License.

io.opentracing.contrib

3rd-Party OpenTracing API Contributions

3rd-party contributions that use OpenTracing. **The repositories in this org are *not* affiliated with the CNCF.**

Versions

Version
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1