64 Commits (ef5e2aeee73ccfce30965cdc255bcca628d9ee40)

Author SHA1 Message Date
liangshiwei b030933ff5 Add more Arguments to AbpRabbitMqEventBusOptions 3 years ago
ahmetfarukulu 4e531d890f Rename ".abppkg.json" filenames to ".abppkg" 3 years ago
maliming 6bd43caee5
Enable `Central Package Management`. 3 years ago
maliming 15e29c39d7 Upgrade depended NuGet packages to the latest versions. 3 years ago
maliming ca23540e5b Upgrade abp to NET 8.0. 3 years ago
liangshiwei 182607b710 Enable nullable annotations for Volo.Abp.RabbitMQ 3 years ago
maliming f6a853caa4
Also add `net7.0` as target framework. 3 years ago
maliming bc6db16009
Use multiple `netstandard` target frameworks. 3 years ago
Yunus Emre Kalkan ada233f4b7 Add analyze & Package files to framework 3 years ago
liangshiwei f4dee528fb Improve 4 years ago
liangshiwei f4d544c40b Enhance RabbitMQ to set PrefetchCount 4 years ago
liangshiwei 2d322af5c9 Update packages to latest 4 years ago
Necati Meral 86d89ebba5 Allow the exchange type to be specified 4 years ago
liangshiwei 282d9ada01 Update RabbitMqMessageConsumer.cs 5 years ago
Ahmet Çotur 9c3b340675 convert file-scoped namespacing for framework 5 years ago
liangshiwei cc34580436 Remove Error Handle 5 years ago
Alper Ebicoglu 3ea4d9988e remove bom from text files. closes #10189 5 years ago
liangshiwei 815d5bab41 Update all dependency versions to the latest 5 years ago
liangshiwei e354496e35 Update ConnectionPool.cs 5 years ago
liangshiwei d96a6a6f1d Remove item connection creation fails 5 years ago
liangshiwei 7e686315fa Make deadletterName optional 5 years ago
liangshiwei 1ecc16d161 Improved 5 years ago
liangshiwei fbedc63bc3 Improved 5 years ago
liangshiwei 29e0cee1aa Implement EventErrorHandler for rabbitmq & rebus 5 years ago
liangshiwei 759d908206 Abstract EventErrorHandler 5 years ago
liangshiwei ff388fca56 Use lazy in connection pooling 5 years ago
GameBelial 1debba1829 Add support for RabbitMQ cluster. 6 years ago
Halil İbrahim Kalkan 7fcb5121ae Should check the result of QueueBindCommands.TryPeek. 6 years ago
Halil İbrahim Kalkan 3ab79685b4 Ignore errors on RabbitMQ Nack message. 6 years ago
Halil İbrahim Kalkan 3dbdecfa5f Resolved #7611: Distributed event bus should send NACK to RabbitMQ server on event handling failures. 6 years ago
Halil İbrahim Kalkan 0df01129f0 Fixed #7104: Setting RabbitMQ connection in appsettings.json causes consumers to not consume messages 6 years ago
liangshiwei 478ceb738e Set DispatchConsumersAsync to true 6 years ago
liangshiwei 0adc4afb5c Set DispatchConsumersAsync to true 6 years ago
maliming 9ef3d82a09 Update packages to latest 6 years ago
maliming db59f2773e Add AbpAsyncTimer. 6 years ago
maliming 8544f954a7 Discard the task result in Timer_Elapsed. 6 years ago
maliming cf885b92c4 Use netstandard for class library & blazor. 6 years ago
maliming 6e79efce2c Upgrade TargetFramework/packages to net5.0 RC. 6 years ago
liangshiwei c046dac407 Upgrade RabbitMQ.Client to 6.1.0 6 years ago
Halil İbrahim Kalkan e849921f7e Resolved #3328: Allow to subscribe to exceptions handled by the abp framework 7 years ago
maliming 174e25b0be Remove ConfigureAwait of async method. 7 years ago
maliming a2e3f30c44 Add configureawait.props & FodyWeavers.xml & FodyWeavers.xsd. 7 years ago
Javier Campos 911ce80a7c feat: add ConfigureAwait(false) to all await calls 7 years ago
Halil İbrahim Kalkan 17b8705601 Upgrade NuGet packages for the framework. 7 years ago
Halil İbrahim Kalkan ed0895e712 Remove RunnableExtensions, Remove IRunnable from AbpTimer. 7 years ago
Halil ibrahim Kalkan 8fc277be57 AbpRabbitMqModule should get configuration from appsettings file if available. 8 years ago
Halil ibrahim Kalkan 40fa063c69 Finalized RabbitMqEventBus sample. 8 years ago
Halil ibrahim Kalkan 9322bf03b3 Refactor rabbitmq eventbus 8 years ago
Halil ibrahim Kalkan 1ebe284f41 Connect to rabbitmq on startup. make methods virtual. 8 years ago
Halil ibrahim Kalkan 1ed1c994c7 Added BindAsync and UnbindAsync methods to IRabbitMqMessageConsumer 8 years ago