python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
MassTransit:get error inequivalent arg 'type' for exchange, received 'fanout' but current is 'topic''
I have exchange(topic)->(with routing key)exchange(direct)->queue
And my exchange topic have name for example "command-exchange"
So I want to send request to my exchange(topic) specifi...

Marc
Votes: 0
Answers: 1
Can I create a hook for sqs queue creation?
We are trying to set alerts on SQS queues created by MassTransit and I was looking for a way to create a hook so that any time AWS SQS queue is created, we can create alerts for the queue or some noti...
Tamara Zakharova
Votes: 0
Answers: 1
If Masstransit schedules an event with Quartz and Rabbitmq, it there a way I can see it?
I am trying to solve a production problem. I am debugging a program that uses MassTransit which then uses RabbitMq and Quartz. It seems that the code uses 'eventScheduler.SchedulePublish' to correctly...
Marc W
Votes: 0
Answers: 1
mass transit publisher winth custom bind to queue
I want to publish messages to a client that is not a mass transit library, and I want to have a custom naming of the exchange point for my entity, and have my own custom connection of this exchange po...
Maxim Lyubitelev
Votes: 0
Answers: 1