pardahlman / RawRabbit

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

Sample Configuration for "Work Queues" Pattern #240

Closed honekadi closed 7 years ago

honekadi commented 7 years ago

Would it be possible to add an sample of setting up RawRabbit for "Work Queue" pattern. (see RabbitMQ tutorial)

pardahlman commented 7 years ago

Good evening, @honekadi!

Have you read the documentation for multiple subscribers? I think that you might find it that RawRabbit supports Worker Queue pattern out of the box for some scenarios.

There is also a work queue unit test that I wrote some time ago. If the tutorials haven't changed since then, you should have the exact same topology features there as in the tutorial.

Hope this helps 👋

honekadi commented 7 years ago

Hallo Pär,

thank you for the information – meanwhile the prototyp is running.

Best regards

Dirk

Von: Pär Dahlman notifications@github.com Antworten an: pardahlman/RawRabbit reply@reply.github.com Datum: Sonntag, 16. Juli 2017 um 17:16 An: pardahlman/RawRabbit RawRabbit@noreply.github.com Cc: honekadi dirk.honekamp@gmx.de, Mention mention@noreply.github.com Betreff: Re: [pardahlman/RawRabbit] Sample Configuration for "Work Queues" Pattern (#240)

Good evening, @honekadihttps://github.com/honekadi!

Have you read the documentationhttp://rawrabbit.readthedocs.io/en/master/Multiple-Subscribers-for-Messages.html for multiple subscribers? I think that you might find it that RawRabbit supports Worker Queue pattern out of the box for some scenarios.

There is also a work queue unit testhttps://github.com/pardahlman/RawRabbit/blob/stable/test/RawRabbit.IntegrationTests/RabbitMqTutorial/WorkQueueTest.cs#L24 that I wrote some time ago. If the tutorials haven't changed since then, you should have the exact same topology features there as in the tutorial.

Hope this helps 👋

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/pardahlman/RawRabbit/issues/240#issuecomment-315615928, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AYg9JKWPyEjtSypyn_PanVQK-fO8CRmBks5sOik8gaJpZM4OXC4U.

pardahlman commented 7 years ago

Glad to hear it!