Package | Description |
---|---|
io.vertx.proton |
= Vert.x Proton
This component facilitates AMQP integrations for Vert.x by providing a thin wrapper around the
link:http://qpid.apache.org/[Apache Qpid] Proton AMQP 1.0 protocol engine.
|
Modifier and Type | Method and Description |
---|---|
ProtonTransportOptions |
ProtonTransportOptions.setHeartbeat(int heartbeat)
Set the heart beat as maximum delay between sending frames for the remote peers.
|
ProtonTransportOptions |
ProtonTransportOptions.setMaxFrameSize(int maxFrameSize)
Sets the maximum frame size to announce in the AMQP OPEN frame.
|
Copyright © 2018 Eclipse. All rights reserved.