Skip to main content

Questions tagged [masstransit]

MassTransit is a free, open source, lightweight service bus for the Microsoft .NET framework.

masstransit
0 votes
1 answer
32 views

How to Isolate Developers' Kafka Message Consumption in MassTransit Without Using Temporary Topics?

We are using MassTransit to consume Kafka messages in our application. However, we've encountered an issue where different service instances on developers' machines consume each other's messages ...
wakiwiki's user avatar
  • 233
0 votes
1 answer
9 views

Masstransit Claim pattern - AzureStorage repository creation

I was reading the following documentation link regarding the Claim Pattern in MassTransit and I was wondering if I've to run that command var client = new BlobServiceClient("<storage account ...
advapi's user avatar
  • 3,817
0 votes
0 answers
47 views

MassTransit Saga State Machine - Timeout caught while waiting for response from State Machine

In the Order service, after sending an event to the State Machine in the CreateOrderCommand Handle method in the OrderCommandHandler, the State Machine sends another event to the Payment Service. ...
Fatih ARI's user avatar
0 votes
0 answers
14 views

Handling old legacy message with MassTransit

I have an existing email service implementation that listens on an Azure Service Bus and uses the native library Azure.Messaging.ServiceBus. I need now to add a separate processing for other kind of ...
advapi's user avatar
  • 3,817
0 votes
0 answers
47 views

MassTransit SQL Server database transport

I noticed that the documentation for the SQL Server database transport was updated not too long ago as well the samples (6 mos ago). I also noticed that the MassTransit.SqlTransport.SqlServer nuget ...
ForteUnited's user avatar
-1 votes
0 answers
21 views

How to configure MassTransit with RabbitMQ to listen to events from other microservices? [duplicate]

I have a microservices system. Microservice-A wants to publish some events and Microservice-B needs to listen to those events. In this microservices system, the same event will be coded in both ...
Kasun Jalitha's user avatar
0 votes
2 answers
39 views

MassTransit - MessageLockExpiredException - Longer executing message fails on completion

I have a MassTransit Consumer that should on average complete its messages in 15-20 minutes. I am using Azure.ServiceBus.Core transport. The message will successfully operate through all configured ...
gkizior's user avatar
  • 28
0 votes
0 answers
22 views

RabbitMQ Queue Renamed to name_skipped When Consuming with MassTransit

I am new to RabbitMQ and MassTransit. I have a RabbitMQ producer that successfully publishes messages to a queue named bot_notification_queue. However, when I start my consumer using MassTransit, the ...
Niyozbek Mirzayev's user avatar
0 votes
0 answers
21 views

Endpoint interval configuration in MassTransit

I use masstransit 8 + amazon sqs/sns, the app is running in Windows Docker container. After re-read the documentation regarding exceptions handling I've decided to use DelayedRedelivery instead of ...
JohnyMotorhead's user avatar
1 vote
0 answers
11 views

What are the differences between the ConcurrentMessageLimit on endpoints and conosumers?

Based on these 1 2 documents, an Endpoint and a Consumer can have a ConcurrentMessageLimit. But how does it affect messages processed on a queue? I understand an Endpoint can be configured to deliver ...
David S.'s user avatar
  • 11k
1 vote
0 answers
24 views

Multiple declared UseMessageRetry method reset re-try counter in MassTransit

I use masstransit 8 + amazon sqs/sns, the app is running in Windows Docker container. I have a single consumer, where following exceptions can occur: EndpointNotFoundException, TimeoutException, ...
JohnyMotorhead's user avatar
0 votes
1 answer
24 views

MassTransit with Kafka and Lamar Exception

I'm running into an issue when I introduce Lamar into my MassTransit project for Kafka when trying to dynamically connect consumer topics at runtime. I have other projects using Azure Service Bus with ...
jaryd's user avatar
  • 871
0 votes
0 answers
23 views

General catch in Masstransit

How to write general catch that catch all exceptions in the consume (in the filter and in normal process) and then will return to the client proper response that contain properties of the exception? I ...
shapir's user avatar
  • 510
0 votes
1 answer
28 views

Filter breaks topic and subscription name prefix in MassTransit

I use masstransit 8 + amazon sqs/sns, the app is running in Windows Docker container. I've noticed that adding custom filter to consumers leads to the issue - name of topic and subscription lose their ...
JohnyMotorhead's user avatar
0 votes
0 answers
18 views

Mass Transit Binding Exchange and type in consumer

I bind to an exchange with different routing keys for each type of message. I would like to have only 1 consumer for all these types of messages. private static void ConfigureEndpoint<TConsumer, ...
Vinicius Teixeira's user avatar

15 30 50 per page
1
2 3 4 5
144