mq
mq copied to clipboard
client vs client-individual ack implementation
acks are partially implemented but are sending the ack id in the wrong field. This needs to be resolved and needs unit testing based on the exact verbiage in the stomp specification to ensure we got it right
looks like it is working, with tests added to 172d2d67bd753fc4f0f7547fbcd478b1482eec51
right now the only known issue is that we implement ack:client-individual behavior (which is desired) but we use the wrong ack:client header for it.