benjaminws / stomp-js

Implementation of the STOMP protocol in node.js
BSD 3-Clause "New" or "Revised" License
87 stars 47 forks source link

activemq.prefetchSize ignored? #33

Open milespoindexter opened 10 years ago

milespoindexter commented 10 years ago

Hi, I just tried this and its great. But I enabled activemq.prefetchSize and set it to only fetch 1 item, but it still took all 35 msgs off the queue. I thought it would only remove one? Am I not understanding this header?