Module: Propono

Defined in:
lib/propono.rb,
lib/propono/utils.rb,
lib/propono/logger.rb,
lib/propono/version.rb,
lib/propono/configuration.rb,
lib/propono/propono_error.rb,
lib/propono/components/queue.rb,
lib/propono/components/topic.rb,
lib/propono/components/client.rb,
lib/propono/services/publisher.rb,
lib/propono/components/aws_client.rb,
lib/propono/components/aws_config.rb,
lib/propono/components/sqs_message.rb,
lib/propono/services/queue_listener.rb,
lib/propono/components/queue_subscription.rb

Overview

Propono is a pub/sub gem built on top of Amazon Web Services (AWS). It uses Simple Notification Service (SNS) and Simple Queue Service (SQS) to seamlessly pass messages throughout your infrastructure.

Defined Under Namespace

Modules: Utils Classes: AwsClient, AwsConfig, Client, Configuration, Logger, ProponoConfigurationError, ProponoError, Publisher, PublisherError, Queue, QueueListener, QueueSubscription, SqsMessage, Topic

Constant Summary collapse

VERSION =
"2.2.1"