mq icon indicating copy to clipboard operation
mq copied to clipboard

client vs client-individual ack implementation

Open bradrydzewski opened this issue 9 years ago • 1 comments

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

bradrydzewski avatar Sep 22 '16 23:09 bradrydzewski

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.

bradrydzewski avatar Sep 23 '16 22:09 bradrydzewski