- 000
Core-amqp had a bug #36607, that caused NullPointerException in RequestResponseChannel (See the linked PR description). The ReactorSession also has similar initialization of Disposables.composite in the constructor. Tobe safe, we should initialize Disposables.composite upfront and use add() to add...