2 Commits

Author SHA1 Message Date
Anatolii Grynchuk 09c4b8b4d2 feat: add ReplyTo to CorrelationContext
- Allows message publishers to specify a reply queue
- Consumer publishes result to ReplyTo queue if set
- If ReplyTo is null, behavior is fire-and-forget

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-02 12:42:55 +03:00
Anatolii Grynchuk 5b963b25a7 chore: initial repository scaffold
- Add Hrynco.RabbitMq class library with RabbitMQ client abstractions
- Add Hrynco.RabbitMq.Tests xunit project
- ImplicitUsings disabled on all projects

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-01 12:25:42 +03:00