Class: RosettaQueue::Gateway::AmqpSynchAdapter

Inherits:
Amqp show all
Defined in:
lib/rosetta_queue/adapters/amqp_synch.rb

Overview

This AMQP adapter utilizes the synchronous AMPQ client ‘Bunny’ by celldee (github.com/celldee/bunny)

Method Summary

Methods inherited from Amqp

#delete, #disconnect, #initialize, #receive_once, #receive_with, #send_message, #unsubscribe

Constructor Details

This class inherits a constructor from RosettaQueue::Gateway::Amqp