File tree Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Expand file tree Collapse file tree 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 33 <TargetFrameworks >net47;net462;net461</TargetFrameworks >
44 </PropertyGroup >
55 <PropertyGroup >
6- <Version >4.0.0 </Version >
7- <FileVersion >4.0.0 </FileVersion >
6+ <Version >4.0.1 </Version >
7+ <FileVersion >4.0.1 </FileVersion >
88 <Authors >Ethan Hann</Authors >
99 <Description >Plugin-based queuing and scheduling command server.</Description >
1010 <Copyright >Copyright © 2017 Ethan Hann</Copyright >
1111 <PackageId >InEngine.Core</PackageId >
12- <PackageVersion >4.0.0 </PackageVersion >
12+ <PackageVersion >4.0.1 </PackageVersion >
1313 <PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
1414 <PackageTags >Integration Scheduler Queue Server Quartz.NET Redis</PackageTags >
1515 <PackageLicenseUrl >https://github.com/InEngine-NET/InEngine.NET/blob/master/LICENSE</PackageLicenseUrl >
Original file line number Diff line number Diff line change 22
33namespace InEngine . Core . Queuing . Commands
44{
5- public class Length : AbstractCommand , IHasQueueSettings
5+ public class Status : AbstractCommand , IHasQueueSettings
66 {
77 public QueueSettings QueueSettings { get ; set ; }
88
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ namespace InEngine.Core.Queuing
99{
1010 public class QueuingPlugin : AbstractPlugin
1111 {
12+ [ VerbOption ( "queue:status" , HelpText = "Get the status of queues and consumers." ) ]
13+ public Status Status { get ; set ; }
14+
1215 [ VerbOption ( "queue:publish" , HelpText = "Publish a command commandEnvelope to a queue." ) ]
1316 public Publish Publish { get ; set ; }
1417
Original file line number Diff line number Diff line change 1111 </targets >
1212
1313 <rules >
14- <!-- <logger name="*" minlevel="Debug" writeTo="c" /> -- >
14+ <logger name =" *" minlevel =" Debug" writeTo =" c" />
1515 </rules >
1616</nlog >
Original file line number Diff line number Diff line change 11{
22 "InEngine" : {
33 "Plugins" : {
4+ //"InEngine.Commands": ""
45 },
56 "ExecWhitelist" : {
67 },
You can’t perform that action at this time.
0 commit comments