Skip to content

3.5.5

Compare
Choose a tag to compare
@mhelvacikoylu mhelvacikoylu released this 06 Aug 18:06
· 651 commits to master since this release
21f6c98
  • ITwinoQueueBus, ITwinoRouteBus and ITwinoDirectBus interfaces are added. Each interface sends message to different targets; queue, route, direct.
  • ITwinoBus redesigned, It has only GetClient send Send with TmqMessage methods and Route, Queue, Direct properties. These properties are described above.
  • UseTwinoMQ extension method on Twino IOC and MS DI, adds all interfaces above with singleton lifetime. You can inject that you want to use.
  • Optional message header parameters added to push, publish, send and create queue methods of tmq client
  • Delivery Handler attribute added. It's used when queue is created automatically when a message is pushed. You can reach the header value with DeliveryHandlerHeader property of DeliveryHandlerBuilder object (parameter of UseDeliveryHandler method)
  • Additional header property added to pull request model
  • Request timeout problem fixed if client disconnects while waiting for response
  • PublishJson bug fixed on template types
  • Message Header attribute bug fixed, it's working now.
  • Some minor bugs are fixed