f6c4ccdadc
Fixed NRE with async methods returning a message
2018-12-21 10:50:06 +01:00
48f1cd92b8
Deprecated notice in package descriptions
...
Pun for version "oh nein" intended.
2018-12-19 22:04:55 +01:00
74985e45de
Fixed all ReSharper issues
...
Some are silly, like the "member not used" for public interfaces. The comments everywhere are ugly, sorry, but it keeps the possibly important issues visible without a dependency on some ReSharper annotations package.
2018-12-19 20:50:56 +01:00
247da184fa
Added prefix option for dynamic queues
2018-08-31 19:28:24 +02:00
Hans Mulder
86d6a85813
Juiste dependecies ingevuld naar andere nuget packages
2018-06-29 14:57:46 +02:00
Hans Mulder
2d5e3b876c
Added files in release folder to lib for the nuget packages
2018-06-14 15:36:52 +02:00
Hans Mulder
93e19f842a
Port Tapeti to .NET Standard
2018-06-11 09:51:15 +02:00
65dddb8a74
AppVeyor build implementation
2017-10-17 17:24:53 +02:00
Menno van Lavieren
ee86e2c739
RDB-136 Flow tabel wordt niet meer opgeruimd Bij een exceptie in Flow
...
Refactoring om de actie van de Exceptionstrategie door te geven aan de cleanup stack
2017-10-17 13:29:16 +02:00
Menno van Lavieren
355c992dbf
RDB-136 Flow tabel wordt niet meer opgeruimd Bij een exceptie in Flow
...
Flow ruimt nu zijn locks goed op en de weggeschreven state ingeval van exceptions tijdens het afhandelen van de message
2017-10-13 13:49:47 +02:00
Menno van Lavieren
625c80e8f7
RDB-136 Flow tabel wordt niet meer opgeruimd Bij een exceptie in Flow
...
Mogelijkheid voor het registreren van Cleanup middleware in Tapeti
2017-10-13 13:07:41 +02:00
Menno van Lavieren
3c44074289
RDB-136 Flow tabel wordt niet meer opgeruimd Bij een exceptie in Flow
...
Consummer HandleBasicDeliver aangepast zodat het makkelijker is om een dispatch ronde toe tevoegen voor cleanup handlers
2017-10-13 10:49:59 +02:00
Menno van Lavieren
9f30c1ec74
Tapeti Consumer HandleBasicDeliver schedules a Task asynchronously to handle the messages
2017-08-30 17:47:43 +02:00
Menno van Lavieren
a14b4378bc
BUG FIX: getters and setters of propperties are not recognised as Message handlers
2017-07-24 10:21:34 +02:00
Menno van Lavieren
cf53a1e6b1
Bug fix ReplyTo werkte niet op static queues
2017-07-21 14:14:19 +02:00
Menno van Lavieren
50bcd26d40
Connect Disconnect en Reconnect events toegevoegd aan de TapetiConnection
2017-07-14 12:33:09 +02:00
Menno van Lavieren
d386a3101e
Bug fix in nested context disposing
2017-07-10 14:14:54 +02:00
Menno van Lavieren
8b5be4eef5
Bug fix in setup nested contexts, Controller was invoked from the outer context
2017-07-10 13:13:04 +02:00
Menno van Lavieren
6d88a05862
Removed GitVersionTask package, so building works independent of installed MsBuild version
2017-07-10 13:12:17 +02:00
Menno van Lavieren
80b61db317
Adding controller types to the dependency container if supported
2017-07-07 11:38:34 +02:00
Menno van Lavieren
06654b099a
Allow Message middleware to septup a nested context and call 'next' multiple times
2017-07-07 10:59:12 +02:00
Menno van Lavieren
5131e931f5
Package updates Onder andere RabbitMQ Newtosoft en SimpleInjector
2017-06-26 13:04:10 +02:00
Menno van Lavieren
5f9014125d
Finished the Connectionstring Parser with extensive unit tests
2017-06-26 11:43:55 +02:00
Menno van Lavieren
451bedd4e0
Build a connectionstring parser, needs integration and testing
2017-06-23 18:08:03 +02:00
80ac032f18
Fixed #16 : No exception when publishing while RabbitMQ is down
2017-02-21 22:08:05 +01:00
20ac467006
Fixed #6 : Provide a way to start a flow outside of a message handler
...
Fixed Continuation methods binding to dynamic queues
2017-02-15 22:05:01 +01:00
4a5b9673bd
Revert "Removed X2Software from package ID since NuGet primarily shows the ID instead of the title"
...
This reverts commit 35fd50a890
.
2017-02-14 23:57:07 +01:00
b460362cdb
Removed X2Software from package ID since NuGet primarily shows the ID instead of the title
2017-02-14 23:21:43 +01:00
1393155e60
Added icons for NuGet packages (I'm not an artist. Anyone want to redesign these? :-))
2017-02-14 23:12:31 +01:00
0a9bc09884
Fixed #11 : Improve stack traces for exceptions
...
Fixed #12 : Stack overflow when an exception occurs in the middleware
2017-02-14 22:45:59 +01:00
52ad9a4fc6
Fixed Tapeti trying to publish return types of type Task
2017-02-13 15:47:57 +01:00
28cd486b50
Added GitVersionTask to update assembly version
...
Added missing i to Tapet.Tests
2017-02-13 15:42:38 +01:00
4a9afe41d4
Added DataAnnotations package to NuGet publish script
2017-02-12 22:00:08 +01:00
e881ed94c1
Fixed #5 : Implement message validation
2017-02-12 21:43:30 +01:00
eb017e7b63
Renamed StaticQueue attribute to DurableQueue to match RabbitMQ terminology (breaking change)
...
Changed default delivery mode to persistent
2017-02-12 19:15:56 +01:00
6b2a562d62
Fixed #9 : Allow subscribing to queues before consuming
2017-02-12 15:18:12 +01:00
d7514e37d0
Fixed #8 : Account for all-capital abbreviations in routing key strategy
2017-02-12 14:42:49 +01:00
961a659d0a
Changed default for RegisterAllControllers to GetEntryAssembly
...
Added Sync version of Subscribe
2017-02-11 21:32:03 +01:00
163a118ff9
Fixed nuspec dependencies between Tapeti packages
2017-02-10 16:55:16 +01:00
ac4386fd55
Moved annotations to a separate package to reduce dependencies for messaging interface packages
2017-02-10 16:33:05 +01:00
b319be8d76
Fixed InvalidCastException for Task<T> methods
2017-02-10 12:07:34 +01:00
ddc9d77a4c
Preparations for NuGet push
2017-02-08 22:09:06 +01:00
6779f3a4d0
Added AppSettings ConnectionParams helper
...
Changed BindingFilters to MessageFilterMiddleware (in preparation for SignalR interaction package)
Start of SqlConnectionFlowRepository
2017-02-08 15:52:24 +01:00
1f41f6bcc0
Renamed IMiddlewareBundle to ITapetiExtension
2017-02-07 18:22:28 +01:00
66fbcf2427
Moved Tapeti project to it's own folder
2017-02-07 16:22:04 +01:00
9d101f5d0d
Moved project up one folder
2016-11-17 09:05:39 +01:00
97b654737a
Some initial ideas worked out, with a generous amount of todos
2016-11-16 23:11:05 +01:00