Matt Reklaitis: Get stomp working with sbcl, plus tweak when ack gets sent. qres-r459961
authorFrancois-Rene Rideau <fare@tunes.org>
Thu, 14 Apr 2011 05:30:12 +0000 (01:30 -0400)
committerFrancois-Rene Rideau <fare@tunes.org>
Thu, 14 Apr 2011 05:30:12 +0000 (01:30 -0400)
commite198ecba5aa352c19a7aad513e8d85139ecba636
tree949a4e4fb25a01ad58eeee97e878b3f8c4da6813
parent107259b0a39131882fe343ac08a4574cec456505
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.
cl-stomp.asd
cl-stomp.lisp