Skip to content

3.2.0

Compare
Choose a tag to compare
@mhelvacikoylu mhelvacikoylu released this 20 Jul 21:07
· 750 commits to master since this release
b56322b
  • OnDirect and OffDirect methods are added to TMQ Connectors. They are wrapper methods for MessageConsumer type.
  • Content Type parameter is now optional while sending request over routers.
  • DirectBinding content type is now optional. If it's null message content type is used. If not null content type value will be overwritten by binding.
  • Router Method is added to DirectBinding. DirectBinding now can round robin or distribute the messages to it's clients.
  • IMessageDeliveryHandler interface MessageRemoved method name is changed to MessageDequeued.
  • IClientAuthorization interface CanMessageToPeer method name is changed to CanDirectMessage.
  • IClientAuthorization interface has one more method CanResponseMessage for handling response messages of direct messages.