Skip to content

Releases: by-pinja/Protacon.RxMq

Retry policy to Service Bus

14 Sep 11:47
c188fc0
Compare
Choose a tag to compare

Added retry policy for newer Service Bus (not legacy)
Added MessageId to logging, so that MessageId can be found if new Azure support request for messaging is needed

Added MessageId logging with published messages (Legacy)

11 Sep 10:26
9febc7c
Compare
Choose a tag to compare
  • Added MessageId to logging, so that MessageId can be found if new Azure support request for messaging is needed

Better error handling (Legacy)

07 Aug 05:41
7563456
Compare
Choose a tag to compare
Pre-release

Fixed (Legacy side)

  • Added better error handling so subscriptions are recreated on MessageCommunicationException

Added resubscription on error (Legacy)

07 Aug 06:33
384428a
Compare
Choose a tag to compare

Fixed (Legacy side)

  • Topic or subscription is deleted, error handling now tries to create those again.
  • Changed to _bindings from ´Dictionary´ to ´ConcurrentDictionary´ to avoid threading issues.

Added resubscription on error (Legacy)

12 Dec 13:49
384428a
Compare
Choose a tag to compare
Pre-release

Fixed (Legacy side)

  • Topic or subscription is deleted, error handling now tries to create those again.
  • Changed to _bindings from ´Dictionary´ to ´ConcurrentDictionary´ to avoid threading issues.

Added resubscription on error

11 Dec 07:45
8835bd2
Compare
Choose a tag to compare

Fixes (non-legacy)

  • Topic or subscription is deleted, error handling now tries to create those again.
  • Changed to _bindings from ´Dictionary´ to ´ConcurrentDictionary´ to avoid threading issues.

Added safe topic binding

20 Sep 08:11
6fda7fb
Compare
Choose a tag to compare

Added safe topic binding for publisher
Implements issue #10

Publish to Nuget fix

23 Aug 09:32
Compare
Choose a tag to compare
1.4.5

Updated key.

1.4.4

23 Aug 08:36
907d88f
Compare
Choose a tag to compare

Updated Microsoft.Azure.Servicebus dependencies