Package | Description |
---|---|
com.rabbitmq.client |
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
|
Modifier and Type | Method and Description |
---|---|
RpcClient.Response |
RpcClient.doCall(AMQP.BasicProperties props,
byte[] message) |
RpcClient.Response |
RpcClient.responseCall(byte[] message)
Perform a simple byte-array-based RPC roundtrip
Useful if you need to get at more than just the body of the message
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.