Skip to content

Commit ca6425b

Browse files
committed
Remove default value for Dlx parameter.
1 parent 6822068 commit ca6425b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Seq.Input.RabbitMQ/RabbitMQInput.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ public class RabbitMQInput : SeqApp, IPublishJson, IDisposable
8484
DisplayName = "Dead Letter Exchange",
8585
IsOptional = true,
8686
HelpText = "The name of the dead letter exchange associated with this queue. If specified, the exchange will be used when declaring the queue, otherwise no dead lettering will be configured.")]
87-
public string Dlx { get; set; } = "guest";
87+
public string Dlx { get; set; }
8888

8989
public void Start(TextWriter inputWriter)
9090
{

0 commit comments

Comments
 (0)