You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, you idea is to let this header to be set to that 4294967295 as maximum?
Since the Integer cannot be more than 2147483647, we probably need to change it to the Long and validate respectively.
Yes, setDelayLong() is good compromise for the current version.
We may mark the integer one as @Deprecated and will consider to remove it in the next version.
Integer maximum value
2147483647
but the maximum value for rabbitmq-delayed-message-exchange is
(2^32)-1=4294967295
Is it a bug or a feature?
spring-amqp/spring-amqp/src/main/java/org/springframework/amqp/core/MessageProperties.java
Line 454 in 7c94598
The text was updated successfully, but these errors were encountered: