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

Last updated