Releases: insurello/Insurello.RabbitMqClient
Releases · insurello/Insurello.RabbitMqClient
v5.0.2
v5.0.1
v5.0.0
What's new
- Target .NET 6
- Function
getHeaderAsString
that given a ReceivedMessage and akey
tries to find the Header value and convert it to a string.
v4.3.0
v4.2.0
- Ignore callbacks while closing
- Fantomas formatting
- Microsoft.SourceLink.GitHub
v4.1.0
What's new
Model
now containsconnection
.- The library now has a
close
function which closes thechannelConsumer
,rpcConsumer
, and then theconnection
.
v4.0.0
Version v4.0.0
What's new
failWithWrapper
- removedterminateOnFailureWrapper
- Force application termination on failures
New strategy for failWithWrapper
The function failWithWrapper
has been replaced with terminateOnFailureWrapper
that will force an application exit if there's an exception raised in received message callback or a message is received on ConsumerCancelled
or Shutdown
v3.0.0
Api improvements (#16) * Add Async API * Use Map<String, String> everywhere for headers instead of List<(string * string)> Co-authored-by: Philip Pålsson <philip.palsson@insurello.se> Co-authored-by: Emil Klasson <emil.klasson@insurello.se>
v2.0.0
Close connection if any queue in the topology fails to init. (#14) Co-authored-by: Philip Pålsson <philip.palsson@insurello.se>
v2.0.0-alpha
Prefetch count configurability (#8) * Add prefetchCount configurability. * Make prefetchCount have a default value of 10. Co-authored-by: Rasmus Larsson <rasmus.larsson@insurello.se> Co-authored-by: Emil Klasson <emil.klasson@insurello.se> Co-authored-by: Kristian Lundström <kristian.lundstrom@insurello.se>