| Interface and Description |
|---|
| com.rabbitmq.tools.json.JSONSerializable
Use a third-party JSON library, e.g. Jackson or Gson
|
| com.rabbitmq.client.impl.nio.NioQueue
use
ConnectionFactory.netty() instead |
| com.rabbitmq.client.SocketChannelConfigurator
Use
ConnectionFactory.netty() with a channel customizer instead. |
| com.rabbitmq.client.SslEngineConfigurator |
| Class and Description |
|---|
| com.rabbitmq.tools.jsonrpc.DefaultJsonRpcMapper
use
JacksonJsonRpcMapper instead |
| com.rabbitmq.tools.json.JSONReader
Use a third-party JSON library, e.g. Jackson or Gson
|
| com.rabbitmq.tools.json.JSONWriter
Use a third-party JSON library, e.g. Jackson or Gson
|
| com.rabbitmq.client.impl.nio.NioContext
use
ConnectionFactory.netty() instead |
| com.rabbitmq.client.impl.nio.NioParams
use
ConnectionFactory.netty() instead |
| com.rabbitmq.client.SocketChannelConfigurators
Use
ConnectionFactory.netty() with a channel customizer instead. |
| com.rabbitmq.client.SslEngineConfigurators |
| Method and Description |
|---|
| com.rabbitmq.tools.jsonrpc.JsonRpcClient.call(String[])
This method will be removed in the next major version
|
| com.rabbitmq.tools.jsonrpc.JsonRpcClient.coerce(String, String)
This method will be removed in the next major version
|
| com.rabbitmq.client.ConnectionFactory.getNioParams() |
| com.rabbitmq.client.impl.Environment.isAllowedToModifyThreads() |
| com.rabbitmq.utility.Utility.makeStackTrace(Throwable)
use logging library instead for logging stack traces somewhere
|
| com.rabbitmq.client.impl.AbstractMetricsCollector.markRejectedMessage() |
| com.rabbitmq.client.ConnectionFactory.setNioParams(NioParams)
user
ConnectionFactory.netty() instead |
| com.rabbitmq.client.ConnectionFactory.useNio()
Use
ConnectionFactory.netty() instead |
| Constructor and Description |
|---|
| com.rabbitmq.client.RpcClient(Channel, String, String)
use
RpcClient(RpcClientParams) instead, will be removed in 6.0.0 |
| com.rabbitmq.client.RpcClient(Channel, String, String, int)
use
RpcClient(RpcClientParams) instead, will be removed in 6.0.0 |
| com.rabbitmq.client.RpcClient(Channel, String, String, String)
use
RpcClient(RpcClientParams) instead, will be removed in 6.0.0 |
| com.rabbitmq.client.RpcClient(Channel, String, String, String, int)
use
RpcClient(RpcClientParams) instead, will be removed in 6.0.0 |
Copyright © 2025 Broadcom Inc. and its subsidiaries.. All rights reserved.