Skip to main content
-5 votes
1 answer
82 views

In the MassTransit's ReceiveEndpoint method, I can set property PublishFaults = false to prevent publishing fault messages 'when no ResponseAddress or FaultAddress are present'. But is it possible ...
Mayo's user avatar
  • 968
0 votes
0 answers
69 views

I am using MassTransit Kafka transport in a .NET application, and I cannot completely disable native librdkafka logs that are printed directly to stderr. Example logs: %3|1770535125.181|FAIL|rdkafka#...
Marat's user avatar
  • 43
0 votes
0 answers
38 views

Can I send a command message from a producer application that is connected to the default RabbitMQ vhost (/) to a consumer connected to a different vhost (/vhost-1) using MassTransit? So far, this ...
Abu Sazzad's user avatar
2 votes
1 answer
99 views

I need to be able to listen to (event) messages that a Saga (SagaStateMachineInstance) handles. I already have a working solution for listening to messages handled by a regular MassTransit consumer ...
Ola Hällvall's user avatar
-1 votes
1 answer
113 views

I'm trying to publish a message inside an IPublishObserver. The goal is to create trace data in a queue/stream. I could use a table but I prefer a queue/stream in this case. using MassTransit.Kvint....
Ola Hällvall's user avatar
1 vote
0 answers
67 views

On errors in my service (while consuming a message) Mass Transit will attempt to send the message to an '_error' queue and will fail due to an SQS hard limit on message Attributes: MassTransit....
JordanC's user avatar
  • 23
0 votes
1 answer
53 views

We want to setup monitoring and alerts using Azure Monitor on our MassTransit Azure Service Bus _error queues. One problem we are having is that the _error queues are only created AFTER an error has ...
ForteUnited's user avatar
0 votes
1 answer
158 views

All my request clients are added, as this works (not only the generation of the client, but the client itself - the request is sent using rabbitmq and I get the response as expected): using var scope =...
ZorgoZ's user avatar
  • 3,746
1 vote
1 answer
220 views

I have a microservice using MassTransit to process messages off a RabbitMQ queue. However I am having a problem where upon an error, MassTransit retries processing the message and/or the message ...
user avatar
1 vote
1 answer
100 views

I'm trying to build microservices application. I want to make auth/register/login gateway service checks every request and modify headers to pass through to internal services and user profile service. ...
Leopold95's user avatar
0 votes
0 answers
55 views

I need help with RoutingSlip in Masstransit, I have an action that can issue errors periodically, and I expected that in such a situation an error queue would be created and messages would appear ...
loloskc's user avatar
1 vote
0 answers
92 views

In my solution that contains a project which should handle long jobs with MassTransit MassTransit produces weird error logs. When I start the project in my container, everything seems to work fine, ...
Febertson's user avatar
  • 514
1 vote
1 answer
108 views

MassTransit UseScheduledRedelivery stops working when UseEntityFrameworkOutbox is added Problem I have a MassTransit consumer that handles PostgreSQL concurrent update exceptions using ...
artistotless's user avatar
0 votes
1 answer
42 views

TasksDispatcher pushes tasks into direct queues per JobType enum: public async Task DispatchAsync(Job job, CancellationToken ct) { using var scope = this.scopeFactory.CreateScope(); var ...
Nickolodeon's user avatar
  • 2,976
0 votes
0 answers
57 views

I have an ASP.NET Core solution that contains 2 services (each using MassTransit) and a common project that has the configuration part for both of the services. The common project contains the ...
Febertson's user avatar
  • 514

15 30 50 per page
1
2 3 4 5
149