Skip to content

Comments

Document PrefixIdentifiers for all transport types#2173

Merged
jeremydmiller merged 1 commit intomainfrom
prefix-docs
Feb 12, 2026
Merged

Document PrefixIdentifiers for all transport types#2173
jeremydmiller merged 1 commit intomainfrom
prefix-docs

Conversation

@jeremydmiller
Copy link
Member

Summary

  • Added documentation for PrefixIdentifiers() and PrefixIdentifiersWithMachineName() across all transport types that support it: RabbitMQ, Amazon SQS, Azure Service Bus, GCP Pub/Sub, and NATS
  • Each section explains the purpose (isolating broker resources in shared environments), shows code examples, and notes the transport-specific delimiter (- for RabbitMQ/SQS, . for Azure Service Bus/GCP Pub/Sub/NATS)

Closes #548

Test plan

  • Verify docs build locally with npm run docs
  • Review each transport's documentation page for consistent formatting

🤖 Generated with Claude Code

Add documentation for identifier prefixing to RabbitMQ, Amazon SQS,
Azure Service Bus, GCP Pub/Sub, and NATS transport pages showing how
to use PrefixIdentifiers() and PrefixIdentifiersWithMachineName() to
isolate broker resources per developer or environment.

Closes GH-548

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document usage of name prefixing in ASB, AWS, & Rabbit MQ for shared broker testing

1 participant