iande/onstomp

client ack connection reset...

Closed this issue · 1 comments

/usr/local/rvm/gems/ruby-1.9.3-p448/gems/onstomp-1.0.7/lib/onstomp/connections/base.rb:369:in write_nonblock': Connection reset by peer (Errno::ECONNRESET) from /usr/local/rvm/gems/ruby-1.9.3-p448/gems/onstomp-1.0.7/lib/onstomp/connections/base.rb:369:inwrite_nonblock'
from /usr/local/rvm/gems/ruby-1.9.3-p448/gems/onstomp-1.0.7/lib/onstomp/connections/base.rb:214:in io_process_write' from /usr/local/rvm/gems/ruby-1.9.3-p448/gems/onstomp-1.0.7/lib/onstomp/connections/base.rb:162:inio_process'
from /usr/local/rvm/gems/ruby-1.9.3-p448/gems/onstomp-1.0.7/lib/onstomp/components/threaded_processor.rb:28:in `block in start'

I'll need to know more details about what happened before I can help you out. Specifically:

  • What message broker are you using
  • How are you connecting to the broker (sharing the code where you create the OnStomp::Client should be enough)
  • Does this happen with every message ACK? If not, what steps have to be taken to reproduce the problem.

The exception alone only tells me that the connection was reset, which can be the result of something else unrelated to the ACK (such as communication problems between the client and broker, etc.)