Skip to content

3.7.0

Compare
Choose a tag to compare
@mhelvacikoylu mhelvacikoylu released this 23 Aug 11:32
· 584 commits to master since this release
3adf3ba
  • 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.