Commit Graph

330 Commits

Author SHA1 Message Date
Mark van Renswoude b22c5200f4 Fixed #34 Reconnect not working when restarting RabbitMQ
- Fixed deadlock issue when connection is lost
- Fixed Ack and Cancel being attempted on wrong connection causing channel disconnects
2021-09-21 16:17:14 +02:00
Mark van Renswoude ad7314c42f EmbedUntrackedResources as recommended by NuGet Package Explorer 2021-09-16 12:29:41 +02:00
Mark van Renswoude a9a38f2497 Fixed Flow response messages blocking the consumer
Caused by non-async disposable payload in MessageContext never being disposed
2021-09-16 12:26:11 +02:00
Mark van Renswoude 04182ad9bd Forget =true 2021-09-16 11:44:46 +02:00
Mark van Renswoude c76bce30fa Added SourceLink reference 2021-09-16 11:41:03 +02:00
Mark van Renswoude b3ea711c3b Implemented skip parameter for export and shovel commands 2021-09-15 20:16:15 +02:00
Mark van Renswoude f887cd8b78 Implemented skip and maxcount parameters for Tapeti.Cmd import 2021-09-15 20:07:03 +02:00
Mark van Renswoude 254af41875 Fixed BatchSize sneaking in one more every time 2021-09-15 19:57:51 +02:00
Mark van Renswoude 0fb2c48083 #33 Tapeti.Cmd confirm overwrite existing files when exporting
Also fixed issue with input remaining in buffer which can cause accidental confirms
2021-09-15 19:56:24 +02:00
Mark van Renswoude 71df3e3f22 Merge branch 'hotfix/2.7.5' into develop 2021-09-09 15:31:14 +02:00
Mark van Renswoude dfe35c3f52 Actually fixed the AppVeyor artifact filter this time maybe hopefully 2021-09-09 15:31:10 +02:00
Mark van Renswoude b441ce60fc Merge branch 'hotfix/2.7.4' into develop 2021-09-09 15:24:57 +02:00
Mark van Renswoude 31fb605192 Merge branch 'hotfix/2.7.4' 2021-09-09 15:24:57 +02:00
Mark van Renswoude 8530c4dcf1 Fixed Github release artifact filter 2021-09-09 15:24:53 +02:00
Mark van Renswoude 9ac4f5c33b Merge branch 'hotfix/2.7.3' into develop 2021-09-09 15:21:42 +02:00
Mark van Renswoude e1cfcf8a47 Merge branch 'hotfix/2.7.3' 2021-09-09 15:21:42 +02:00
Mark van Renswoude ca68d7dd4d Fixed appveyor tagged builds 2021-09-09 15:21:34 +02:00
Mark van Renswoude 63c3e7f25f Merge branch 'release/2.7.2' 2021-09-09 15:11:52 +02:00
Mark van Renswoude 34c2b6b1c2 Merge branch 'release/2.7.2' into develop 2021-09-09 15:11:51 +02:00
Mark van Renswoude fb6aa19884 Fixed exception in Tapeti.Transient when message arrives after the timeout 2021-09-09 15:11:44 +02:00
Mark van Renswoude f16921d12d Allow environment variables for Tapeti.Cmd connection parameters
Output connection parameters and their sources to the console
2021-09-07 15:56:59 +02:00
Mark van Renswoude 837f48ebb8 Merge branch 'feature/TapetiCmdBuild' into develop 2021-09-06 15:18:34 +02:00
Mark van Renswoude 64f55ece54 Removed duplicate artifact 2021-09-06 15:18:29 +02:00
Mark van Renswoude f3294da5ee Typo in 7z command 2021-09-06 15:14:10 +02:00
Mark van Renswoude ee16b33d62 Fixed interactive prompt stalling build
Grouped pushing artifacts
2021-09-06 15:11:51 +02:00
Mark van Renswoude 490c4d1827 Build Tapeti.Cmd in AppVeyor 2021-09-06 15:07:03 +02:00
Mark van Renswoude eaaae6d2a9 Tapeti.Cmd: support for url-encoded messages on the command line 2021-09-06 13:33:40 +02:00
Mark van Renswoude 3009eec0d4 Fixed CorrelationId not being imported in Tapeti.Cmd 2021-09-06 08:57:42 +02:00
Mark van Renswoude 447e354323 Merge branch 'release/2.7.1' 2021-09-05 10:05:11 +02:00
Mark van Renswoude 31621542b1 Merge branch 'release/2.7.1' into develop 2021-09-05 10:05:11 +02:00
Mark van Renswoude 66a0ec116b Fixed a few code hints 2021-09-05 10:05:04 +02:00
Mark van Renswoude e83645cdc4 Changed IExceptionStrategy to async 2021-09-05 10:03:29 +02:00
Mark van Renswoude 574a1fdfc2 Merge branch 'release/2.7' 2021-09-05 09:30:16 +02:00
Mark van Renswoude 3981a5c147 Slightly clarified bindqueue command 2021-09-04 14:02:35 +02:00
Mark van Renswoude e157598fa7 Implemented #32: Progress and batching for Tapeti.Cmd import
Refactored console interaction to support this feature
Updated documentation with recently added verbs
2021-09-04 14:01:03 +02:00
Mark van Renswoude 0bed6a8f92 Added progress indicators to Tapeti.Cmd
Refactored Tapeti.Cmd internals
2021-09-04 11:33:59 +02:00
Mark van Renswoude be576a2409 Implemented #31: Include message details in exception logging (optionally)
Refactored IControllerMessageContext into context payloads to get access to it in the exception handler
2021-09-02 16:16:44 +02:00
Mark van Renswoude 8f158fdaa9 Merge branch 'release/2.6' 2021-09-02 13:58:33 +02:00
Mark van Renswoude 5a90c1e0a5 Added support for consuming incompatible durable queues without breaking 2021-09-02 13:58:01 +02:00
Mark van Renswoude c2a6b4b577 Fixed NullReferenceException when flow disappears in between locks 2021-09-02 11:29:32 +02:00
Mark van Renswoude aded39981c Fixed NotImplementedException for Tapeti.Cmd Example command 2021-08-30 14:43:28 +02:00
Mark van Renswoude 2eb66c5780 Fixed body corruption in Tapeti.Cmd shovel command 2021-08-24 13:19:00 +02:00
Mark van Renswoude 51ebfd62b4 Fixed validation for converge methods 2021-07-18 14:39:18 +02:00
Mark van Renswoude d1048b0959 Moved new example 7 to examples subfolder 2021-07-18 14:33:57 +02:00
Mark van Renswoude 6d7836de2f Implemented #27: Check methods for persisted flows while loading? 2021-07-18 14:29:41 +02:00
Mark van Renswoude e9a7e32bf5 Slightly improved logging to fix #28
Logging the body is not worth it at the moment, as the original issue regarding corrupt body contents has been fixed already
2021-07-18 13:52:49 +02:00
Mark van Renswoude f4d008d6a9 Added data to controller method exceptions, like Tapeti Flow does for yield point exceptions
Closes #25, stack traces seem fine in test scenarios
2021-07-18 13:49:01 +02:00
Mark van Renswoude ce377810c8 Separated publishing into separate channel and task queue
Hopefully fixes #23
2021-07-18 13:27:10 +02:00
Mark van Renswoude 3fb5042c16 Added Bind and Unbind commands to Tapeti.Cmd 2021-07-08 13:44:16 +02:00
Mark van Renswoude 88518403fe Added DeclareQueue and RemoveQueue commands to Tapeti.Cmd 2021-07-08 09:56:31 +02:00