pardahlman / RawRabbit

A modern .NET framework for communication over RabbitMq
MIT License
747 stars 144 forks source link

Beta 2: MessageSequence: Make used Exchanges / Queues configurable #252

Closed ChristianSauer closed 7 years ago

ChristianSauer commented 7 years ago

Currently, it seems only to be possible to configure publishing, but it would be great if we could configure the When and Complete Staes too. I am doing interop with a python app, which cannot use the conventions used by RawRabbit, so RawRabbit could use my naming scheme :) It's possibly manually, (Publish / SubscribeAsync) but I like the totally readable Sequence Syntax

pardahlman commented 7 years ago

Hello @ChristianSauer - thanks for reaching out! I think that the feature makes sense in the 2.x branch of the client. The When messages are configured with some custom consume logic that could be extended to include user provided configuration. Feel free to submit a PR for this 😉

ChristianSauer commented 7 years ago

Ok, thank you for the poitner. I will see if my wife can spare me this weekend ;)

pardahlman commented 7 years ago

Keeping my fingers crossed 😅 . Let me know if you need any more guidance for this!

pardahlman commented 7 years ago

Hello @ChristianSauer -closing this for now. Feel free to re-open if you get the time to do the implementation 😉