Messaging Channels

Use when designing how messages travel between applications -- channel types, delivery guarantees, and bridging strategies from Enterprise Integration Patterns (Hohpe & Woolf). USE FOR: choosing channel types, point-to-point vs pub-sub, guaranteed delivery, dead letter handling, channel adapters, message bus topology DO NOT USE FOR: message format/structure (use message-construction), routing logic (use message-routing)

majiayu000 54c7983 2 files · 11.2 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/integration/messaging-channels commit 54c79835ce

Frequently asked questions

npx skillmds add majiayu000/messaging-channels