vert-x3 / vertx-amqp-client

An AMQP client for Vert.x
Apache License 2.0
17 stars 18 forks source link

Small AMQP API improvements #32

Closed cescoffier closed 4 years ago

cescoffier commented 4 years ago

Allow retrieving the underlying connection, credits, and checking if the connection is disconnected.

Add methods that have been requested in Quarkus and SmallRye Reactive Messaging.

This would need to be backported to 3.9.

cescoffier commented 4 years ago

@vietj The CI issue comes from: java.lang.NoSuchMethodError: io.vertx.core.net.NetClient.close()V (in vertx proton).

Update: It's because the Vert.x Proton Snapshot is not up to date. Any way to update it?

vietj commented 4 years ago

it should be good now @cescoffier

cescoffier commented 4 years ago

Cherrypicked to the 3.9 branch.