Dan Hall

Results 5 comments of Dan Hall

Had to mock up a test case to prove this, ConsistentHashExchange.routingKeyToWeight should throw an IllegalArgumentException rather than trying to return the Hashcode of a non numeric routing key which is...

Hi Ledoyen, I made a quick test, when you try to bind without a binding key you get an IOException with the following: 2020-07-03 19:17:18,815 ERROR org.springframework.amqp.rabbit.connection.CachingConnectionFactory [AMQP Connection 127.0.0.1:5672]...

I have a usecase for this, so I could pick this up.

I've started working on this - I'll get a PR ready with alternative exchange, dead letter exchange and dead letter routing keys together first.

No problem, I've found the library very useful so I'm happy to contribute. I would like to implement the x-modulus-hash exchange but it only really makes sense with policies in...