Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
0 answers
14 views

Ruby/Rails Bunny RabbitMQ Must be one of [:method, :headers, :body, :heartbeat]

I get an error when trying to connect to RabbitMQ. Error backtrace: .../amq-protocol-2.3.2/lib/amq/protocol/frame.rb:67:in `decode_header' Error: Must be one of [:method, :headers, :body, :heartbeat] ...
Ammypka's user avatar
  • 11
1 vote
1 answer
511 views

Testing Heartbeat controller

I'm currently writing tests for an app using cucumber and rspec. I was asked to test the heartbeat controller, but I'm not really sure how to approach it. module Api class HeartbeatController &...
pka's user avatar
  • 379