Skip to content
Commit e198ecba authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Matt Reklaitis: Get stomp working with sbcl, plus tweak when ack gets sent.

Reviewer: sergey

- tested manually with sbcl

- Replace cl-stomp's string-to-bytes and string-from-bytes with
  babel equivalents for utf-8 support.

- Removed the unused force option to qres-stomp-client:stop to
  avoid issues with using kill-process.

- Rearranged code in handle-stomp-request so that the stomp
  transaction is started and an ack is sent as soon as the request
  is received.  Previously, the ack wasn't sent until after the
  request had been processed.
parent 107259b0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment