/
vshmidt
/
masstransit
ОбзорДокументацияВойти
/
vshmidt
/
masstransit
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
masstransit/
src/MassTransit/
..
Agents

Reduce async/await usage for DisposeAsync

3 года назад
Audit

Cleanup using

4 года назад
Caching

Replace Array.Empty with collection expression

2 года назад
Clients

Client Request Handle change to start time when request is actually sent, to avoid delays in middleware processing affecting timeout

10 месяцев назад
Configuration

Changed the InboxCleanupService and OutboxDeliveryService registrations and configuration order to work properly

год назад
Consumers

Fixed scenario where the Fault<TJob> event was not published when UseMessageRetry is configured on the bus

год назад
Contexts

Updated packages, fixed NHibernate Test vulnerability package reference

год назад
Courier

Fixed #6031 - Redelivery of routing slips was not properly propagating the Result through the RetryContext

год назад
DependencyInjection

Made the endpoint name configurable for the job service instance endpoint.

10 месяцев назад
Events

AggregateException should be recognized by the ExceptionFilter and properly inspected to determine if an exception should be handled or ignored.

год назад
Exceptions

Massive file cleanup

2 года назад
Futures

Updated all state machine activities to pass the CancellationToken when calling any transport-related methods (publish, send, request, schedule, etc.)

год назад
InMemoryTransport

Added ability to advance the delayed scheduler for the in-memory transport, making tests run more quickly.

год назад
Initializers

Fixed #5022 - assume UTC when no offset is present.

2 года назад
Internals

Added net10.0 build target

9 месяцев назад
Introspection

Massive file cleanup

2 года назад
JobService

Fixed #6131 - events not handled in certain job states

7 месяцев назад
LegacyObsolete

Huge push towards optimization on startup, state machines, type discovery, caching, and the consume pipeline. Rebuilt the dispatch filter as a consume context filter for message type dispatch.

2 года назад
Licensing

Massive file cleanup

2 года назад
Logging

Verify duplicate baggage in telemetry only captures most recent value

год назад
Mediator

Added lock context handlers to deal with duplicate message deliveries from the transport.

3 года назад
MessageData

Massive file cleanup

2 года назад
Metadata

Massive file cleanup

2 года назад
Middleware

Fixed in-memory outbox telemetry to capture ExecutionContext, which should properly flow activity traces

год назад
Monitoring

Massive file cleanup

2 года назад
RetryPolicies

Fixed #6031 - Redelivery of routing slips was not properly propagating the Result through the RetryContext

год назад
SagaStateMachine

Updated all state machine activities to pass the CancellationToken when calling any transport-related methods (publish, send, request, schedule, etc.)

год назад
Sagas

Modified the expression builder for property-based saga queries to use an explicit type for member access and added methods to access that property value. Changes the behavior of 2b3e1b0 and https://github.com/MassTransit/MassTransit/pull/5931

год назад
Scheduling

Fixed #6017 - made ScheduleId and ScheduleGroup settable

год назад
Serialization

Changed MemoryMessageBody to convert to string when string requested

год назад
SqlTransport

Do not (re)throw exceptions from Faulted within the ReceiveLockContext

год назад
Testing

Added to additional methods for modifying the in-memory saga repository using the test harness

2 года назад
Topology

FinalizeJob command to remove job saga / job attempt saga entries when a job was canceled or faulted.

2 года назад
Transactions

Cleanup using

4 года назад
Transformation

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
Transports

An OperationCanceledException (typically happens when the consumer stop times out) should not cause the receive transport to exit.

год назад
UsageTracking

Added lock around telemetry update

год назад
Util

Check for empty chart before calculating range (fixed #5938).

год назад
AsyncBusHandle.cs

Figured out a way to try and unit test the message receiver used by Azure Functions to ensure that consumer definitions are properly applied (read: yes, they are).

4 года назад
Bus.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
BusControlExtensions.cs

Set a default timeout for `IBusControl` `Start` and `Stop` methods

4 года назад
BusHandleExtensions.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
ClientFactoryExtensions.cs

Changed endpoint client factory to avoid Task return value, added support for RabbitMQ direct REPLY-TO request client using SetRabbitMqReplyToRequestClientFactory

2 года назад
ConsumeContextActivatorExtensions.cs

Cleaned up leftover container abstractions that were no longer useful

4 года назад
EndpointAddressProvider.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
EndpointConvention.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
EndpointConventionCache.cs

Massive file cleanup

2 года назад
EndpointConventionExtensions.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
ForwardExtensions.cs

Use context.CancellationToken in Forward

год назад
HealthReportExtensions.cs

Changed Endpoint properties to public, so they should be properly serialized as a health result #3402

4 года назад
IAsyncBusHandle.cs

Figured out a way to try and unit test the message receiver used by Azure Functions to ensure that consumer definitions are properly applied (read: yes, they are).

4 года назад
IAsyncPipeContextHandle.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
IEndpointConventionCache.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
IPartitioner.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
IReceiveEndpointConnector.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
IScopedClientFactory.cs

Added a new IScopedClientFactory which can be used to create a request client in the current scope

5 лет назад
InlineFilterMethod.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
IntrospectionExtensions.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
JobServiceEventExtensions.cs

Added JobProperties, InstanceProperties, and JobTypeProperties to the JobCompleted events, so that completed job details can be observed

год назад
JsonMessageBody.cs

Fixed #4510 - Properly handle cross-region or SNS deliveries that are wrapped in an SNS envelope when deserializing using System.Text.Json only.

2 года назад
LogContext.cs

Massive file cleanup

2 года назад
MassTransit.csproj

Added net10.0 build target

9 месяцев назад
MassTransit.csproj.DotSettings

Massive file cleanup

2 года назад
MassTransitBus.cs

Cleaned up logging on bus start fault/cancellation

3 года назад
MassTransitHostedService.cs

Updated AddMassTransitTestHarness so that it can replace an existing bus configuration with an in-memory bus while retaining any existing consumers, sagas, and activities.

4 года назад
MessageCorrelation.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
MessageDataExtensions.cs

Massive file cleanup

2 года назад
NullableAttributes.cs

Adding usage telemetry reporting, to track feature usage

год назад
PartitionKeyProvider.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
PipeContextHandle.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
PublishEndpointRecurringSchedulerExtensions.cs

Pause/Resume scheduled recurring message, Quartz, Hangfire (cleaned up by PBG)

4 года назад
RawSerializerOptions.cs

Change RawSerializerOptions.Default to be the "new" default for use within MT, use RawSerializerOptions.All to match legacy behavior.

3 года назад
RedeliverExtensions.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
RequestExtensions.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
Retry.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад
RoutingSlipBuilder.cs

Add the ability to delay execute of the next routing slip activity, as well as a new callback for setting variables, setting the delay.

год назад
RoutingSlipEventExtensions.cs

Fixed #3868 - default value routing slip arguments were not overridden by variables because default/null values should not be serialized.

4 года назад
SendEndpointRecurringSchedulerExtensions.cs

Pause/Resume scheduled recurring message, Quartz, Hangfire (cleaned up by PBG)

4 года назад
SupervisorExtensions.cs

Massive file cleanup

2 года назад
TransactionContextExtensions.cs

Integration of all external packages into MassTransit, split out into Abstractions, Middleware, and the core MassTransit assembly.

5 лет назад