pwwka
pwwka copied to clipboard
Interact with RabbitMQ to transmit and receive messages in an easy low-configuration way.
## Problem The `Pwwka::Receiver.subscribe` class method creates a new `Pwwka::Receiver` which executed the provided handler once per message delivered to a queue (which it creates) bound to each routing key...
Can i use more then 1 instance of Pwwka? What if i have two different instances of rabbitmq instances in my application?
Given a perform method like ```ruby self.perform(payload, routing_key = nil, _properties = nil) ``` `QueueResqueJobHandler` will enqueue it with only the payload since the arity of this method is -2...
`Module#parent` has been deprecated in favor of `Module#module_parent` as Rails v6.0, and will be removed entirely in Rails 6.1. #92 includes usage of both for Rails 5 compatibility. When this...