Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

3.7.0 #96

Merged
merged 7 commits into from
Aug 23, 2020
Merged

3.7.0 #96

merged 7 commits into from
Aug 23, 2020

Conversation

mhelvacikoylu
Copy link
Member

  • QueueTagAttribute is added. It works similar to QueueStatus attribute. Sets the tag value of the queue if queue is created with message push.
  • TagBinding is added to router bindings. Routers can route messages to queues by tag name with TagBinding. Target can include asterisk for filtering.
  • RouterOperator (you can reach with TmqClient's Router property) now has methods such as Create, List, Remove, AddBinding, GetBindings, RemoveBinding to manage routers over network
  • Broadcast queue status message send operation no longer waits for TCP acknowledge. Twino does not care if message is delivered or not for each consumer. That status should be used for only broadcasting. With latest changes, hundreds of consumers of same queue can receive messages without delay between them.

@mhelvacikoylu mhelvacikoylu merged commit 3adf3ba into master Aug 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant