vmeretail / subscriptionservice

Lightweight and easy to use library, which allows you to manage you delivering events from persistent subscriptions.
12 stars 0 forks source link

Run from the Command Line #18

Open StuartFergusonVme opened 4 years ago

StuartFergusonVme commented 4 years ago

Is your feature request related to a problem? Please describe. Allow the subscription service to be run from the command line rather than be hosted.

Describe the solution you'd like Ability to run a subscription service with the following command

dotnet subscriptionservice "$ce-mystream" "eventrouter" "127.0.0.1"

This will run a single persistent subscription delivering to 127.0.0.1 using a default HTTP POST implementation.

Describe alternatives you've considered None

Additional context Nothing at this time

StevenBlair123 commented 4 years ago

@StuartFergusonVme - I assume this was to run the actual DLL itself, no hosting process?

StuartFergusonVme commented 4 years ago

Yeah, was to be used for a one off subscription.

StevenBlair123 commented 4 years ago

Want to include this for next release?