JustSaying
  • Introduction
  • Getting Started
  • Messaging Configuration
    • Logging
    • Metrics
    • Naming Conventions
  • Subscriptions
    • Configuration
      • ForTopic
      • ForQueue
      • SqsReadConfiguration
      • Handler Registration and Resolution
    • SubscriptionGroups
      • Configuration
    • Middleware
      • Custom Middleware
    • Dead Letter Queues
    • Message Context
  • Publications
    • Configuration
  • How JustSaying Uses SQS/SNS
  • Interoperability
  • AWS IAM
  • Sample Application
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub

Introduction

JustSaying is a .NET library for publishing and consuming messages using SNS/SQS.

It provides the following features:

  • A fluent configuration API

  • Easy to use publish/subscribe conventions

  • A message pump that can provide backpressure to SQS so that multiple workers only consume as much work as they can handle

  • An interrogation API to enable easy diagnostics

  • Extensible logging, monitoring, middleware, locking API's

NextGetting Started

Last updated 2 years ago

Was this helpful?