spring-amqp icon indicating copy to clipboard operation
spring-amqp copied to clipboard

Remove HOP Dependency (2.4.x)

Open garyrussell opened this issue 3 years ago • 1 comments

Hop will no longer support JDK 8 before the end of life of 2.4.x; there is only one hard dependency on Hop (in LocalizedQueueConnectionFactory to determine the hosting node of a classic mirrored queue).

garyrussell avatar Feb 01 '22 14:02 garyrussell

LocalizedQueueConnectionFactory uses only the /queues/{vhost}/{queue} endpoint. The easiest would be to use the RestTemplate and Jackson, to keep the same dependencies as Hop.

acogoluegnes avatar Feb 01 '22 15:02 acogoluegnes