You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 20, 2019. It is now read-only.
topic should be mapped to the service contract name, not to the rest route
There should be an object, invoker, for service contracts with sync and async implementation for sync or async service contracts
There should be a customizable mapping from service contract to topic so default topic name can be changed
There should be a customizable rest route for Async Bulk API so that generated path can be overriden
External systems should be able to sends messages directly to the queue by topic bypassing Async WebAPI layer
it requires web api allows to register bulk id, and allocate for certain amount of products. The status of operation will report how many received and for how many waiting.
There should be a way to have queue for the service contract with status tracking and queue for service contract without status tracking
bug: drop foreign key on admin table => add user type, drop foreign key, upgrade script with user type admin
bug: topic schema coded as ServiceName:methodName is not possible to use with MassConsumer
bug: MySQL queue is not possible to use with Mass Consumer