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
  1. Messaging Configuration

Naming Conventions

Naming conventions are used in JustSaying to convert message types into queue and topic names. While custom names can be provided when registering topics and queues individually, these conventions provide a single place to configure naming for all topics and queues.

IQueueNamingConvention

Provides a type to queue name convention

ITopicNamingConvention

Provides a type to topic name convention

PreviousMetricsNextConfiguration

Last updated 2 years ago

Was this helpful?