Relative Content

Tag Archive for c#rabbitmqmasstransit

Control Masstransit Exchanges and Bindings

I am using Masstransit. I would like to avoid to create an exchange for the endpoint and would rather have the endpoint queue to bind directly to the publishing exchange.

Control Masstransit Exchanges and Bindings

I am using Masstransit. I would like to avoid to create an exchange for the endpoint and would rather have the endpoint queue to bind directly to the publishing exchange.

Control Masstransit Exchanges and Bindings

I am using Masstransit. I would like to avoid to create an exchange for the endpoint and would rather have the endpoint queue to bind directly to the publishing exchange.

Control Masstransit Exchanges and Bindings

I am using Masstransit. I would like to avoid to create an exchange for the endpoint and would rather have the endpoint queue to bind directly to the publishing exchange.

Different error queues for same consumer determined runtime

When MassTransit encounter an exception the default logic is to send it to an error queue which is named [queue-name]_error. I know that this can be changed and of the different settings to ignore and handle errors and set up different retries/redeliveries.