File tree 5 files changed +9
-5
lines changed
5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 3
3
<TargetFrameworks >net47;net462;net461</TargetFrameworks >
4
4
</PropertyGroup >
5
5
<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 >
8
8
<Authors >Ethan Hann</Authors >
9
9
<Description >Plugin-based queuing and scheduling command server.</Description >
10
10
<Copyright >Copyright © 2017 Ethan Hann</Copyright >
11
11
<PackageId >InEngine.Core</PackageId >
12
- <PackageVersion >4.0.0 </PackageVersion >
12
+ <PackageVersion >4.0.1 </PackageVersion >
13
13
<PackageRequireLicenseAcceptance >true</PackageRequireLicenseAcceptance >
14
14
<PackageTags >Integration Scheduler Queue Server Quartz.NET Redis</PackageTags >
15
15
<PackageLicenseUrl >https://github.com/InEngine-NET/InEngine.NET/blob/master/LICENSE</PackageLicenseUrl >
Original file line number Diff line number Diff line change 2
2
3
3
namespace InEngine . Core . Queuing . Commands
4
4
{
5
- public class Length : AbstractCommand , IHasQueueSettings
5
+ public class Status : AbstractCommand , IHasQueueSettings
6
6
{
7
7
public QueueSettings QueueSettings { get ; set ; }
8
8
Original file line number Diff line number Diff line change @@ -9,6 +9,9 @@ namespace InEngine.Core.Queuing
9
9
{
10
10
public class QueuingPlugin : AbstractPlugin
11
11
{
12
+ [ VerbOption ( "queue:status" , HelpText = "Get the status of queues and consumers." ) ]
13
+ public Status Status { get ; set ; }
14
+
12
15
[ VerbOption ( "queue:publish" , HelpText = "Publish a command commandEnvelope to a queue." ) ]
13
16
public Publish Publish { get ; set ; }
14
17
Original file line number Diff line number Diff line change 11
11
</targets >
12
12
13
13
<rules >
14
- <!-- <logger name="*" minlevel="Debug" writeTo="c" /> -- >
14
+ <logger name =" *" minlevel =" Debug" writeTo =" c" />
15
15
</rules >
16
16
</nlog >
Original file line number Diff line number Diff line change 1
1
{
2
2
"InEngine" : {
3
3
"Plugins" : {
4
+ //"InEngine.Commands": ""
4
5
},
5
6
"ExecWhitelist" : {
6
7
},
You can’t perform that action at this time.
0 commit comments