run test on phase 24 and 33
This commit is contained in:
@@ -23,13 +23,7 @@ public sealed class ReconciliationPublisher : IReconciliationPublisher
|
||||
|
||||
public Task PublishAsync(ReconciliationAlert alert, CancellationToken ct)
|
||||
{
|
||||
var factory = new ConnectionFactory
|
||||
{
|
||||
HostName = _opts.Host,
|
||||
Port = _opts.Port,
|
||||
UserName = _opts.Username,
|
||||
Password = _opts.Password,
|
||||
};
|
||||
var factory = RabbitMqConnectionFactory.Create(_opts);
|
||||
|
||||
using var connection = factory.CreateConnection("reconciliation-publisher");
|
||||
using var channel = connection.CreateModel();
|
||||
|
||||
Reference in New Issue
Block a user