Hi, I'm trying to use the Closing Message Group feature using AmqpNetLite. In docs it is stated that I should set "JMSXGroupSeq" to -1. In AMQP protocol it maps however to group-sequence property which is of unsigned long type. The question is: do we implicitly rely on ulong overflow to make this feature work? At least for amqp based clients of course. If any case, shouldn't we update the docs to make it explicit?
Thanks, Krzysztof
