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

Added entity disabled to retry handling per https://github.com/MassTransit/MassTransit/discussions/5833

2 года назад
Contexts

Related to #6127 - non-disposed shared context leaking cancellation token source

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

Updated Azure Session to pass proper cancellation tokens for all operations, including topology configuration

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

Fixed #5905 - use MaxConcurrentCalls if MaxConcurrentSessions is not specified.

год назад
ClientContext.cs

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

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

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

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

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

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

Convenience extension for session based batching in ASB and explicit control of MaxConcurrentSessions (#5548)

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

Updated Azure Session to pass proper cancellation tokens for all operations, including topology configuration

10 месяцев назад
ConnectionContextFactory.cs

Setting Azure ServiceBusAdministrationClientOptions

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

Updated Azure Session to pass proper cancellation tokens for all operations, including topology configuration

10 месяцев назад
Defaults.cs

Fixed Azure Service Bus exception stack trace exceeding header length issue

год назад
DelegateSessionIdFormatter.cs

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

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

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

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

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

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

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

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

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

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

Create ConsumerAgent

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

Changed send transports to use a separate Stopping token so that they aren't stopped until all receive transports are stopped, to prevent race conditions on messages sent/published by consumers.

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

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

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

Create ConsumerAgent

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

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

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

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

5 лет назад
MessageReceiver.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 года назад
MessageSessionContext.cs

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

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

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

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

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

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

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

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

Separate scoped ConsumeContext through components

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

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

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

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

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

Removed the basic tier "support" since it didn't really do anything.

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

Allow message locks to complete until the receive endpoint has been stopped (Azure Service Bus).

9 месяцев назад
SendEndpointContext.cs

Updated Azure Session to pass proper cancellation tokens for all operations, including topology configuration

10 месяцев назад
SendEndpointContextFactory.cs

Updated Azure Session to pass proper cancellation tokens for all operations, including topology configuration

10 месяцев назад
SendEndpointContextSupervisor.cs

Changed send transports to use a separate Stopping token so that they aren't stopped until all receive transports are stopped, to prevent race conditions on messages sent/published by consumers.

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

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

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

Fixed #3120 - parameter ordering issue connecting subscription endpoint

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

Added context-based methods for connecting subscription endpoints

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

Enable configuration to not include the message type namespace in the entity name for all transports (topics/exchanges)

год назад
ServiceBusMessageReceiver.cs

Fixed #6045 - ReceiveFault called in places it shouldn't be called (should be Dispatcher only).

год назад
ServiceBusPublishTransportProvider.cs

Adding nullability to abstractions, and fixing warnings

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

Added ExceptionHeaders to ExceptionReceiveContext so that additional transport headers can be specified (or existing headers replaced/removed) when moving messages to the error queue.

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

Added ExceptionHeaders to ExceptionReceiveContext so that additional transport headers can be specified (or existing headers replaced/removed) when moving messages to the error queue.

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

Updated Azure Session to pass proper cancellation tokens for all operations, including topology configuration

10 месяцев назад
ServiceBusReceiveLockContext.cs

Create LockContext beforehand always

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

Separated MessageTopology so that each bus gets its own topology to allow MultiBus with separate settings.

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

Updated Azure Session to pass proper cancellation tokens for all operations, including topology configuration

10 месяцев назад
ServiceBusSendTransportProvider.cs

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

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

Allow message locks to complete until the receive endpoint has been stopped (Azure Service Bus).

9 месяцев назад
StreamExtensions.cs

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

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

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

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

Removed the basic tier "support" since it didn't really do anything.

4 года назад