Skip to content

Releases: MyJetTools/my-service-bus

2.0.12

20 Oct 14:02
29fffa0
Compare
Choose a tag to compare

Filter on UI

2.0.11

19 Oct 21:48
b544672
Compare
Choose a tag to compare

The topic can be created automatically on subscribe if not exist.

   #[serde(rename = "AutoCreateTopicOnPublish")]
    pub auto_create_topic_on_publish: Option<bool>,

    #[serde(rename = "AutoCreateTopicOnSubscribe")]
    pub auto_create_topic_on_subscribe: Option<bool>,

Fixed Bug with Resolving SubscriberID by ConnectionId in single-connection mode

2.0.10

19 Oct 18:56
03ba1d5
Compare
Choose a tag to compare

An intermediary confirmation scenario is implemented.
Debug methods are added

2.0.9

18 Oct 14:26
1cde9e2
Compare
Choose a tag to compare

Fast application Init.

Auto-create topic on publish can be adjusted

If no messages to deliver - we do not reject socket

2.0.8

15 Oct 13:37
Compare
Choose a tag to compare

Put protection: One Session can make one subscription to the same queue

2.0.7

14 Oct 20:52
e964f25
Compare
Choose a tag to compare

C# Backward compatability

2.0.6

14 Oct 10:48
4db49dd
Compare
Choose a tag to compare

What's Changed

  • Detection amount of subscribers of the queue with a Single subscriber is Fixed: bff89ed

  • Now we are saving only Permanent or Permanent with Single Connection Queues:
    17de6a7

2.0.5

14 Oct 08:41
4ce879c
Compare
Choose a tag to compare

Added free memory info into statusbar

2.0.4

27 Sep 20:37
Compare
Choose a tag to compare

Debugging