-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
Description
Description
As part of the development of the new agent MVP, it is necessary to integrate the new client with the Queue component.
Take into account the following:
stateless
andstateful
requests should get messages to be sent from the Queue.- The communicator can specify the type and number of messages to be fetched from the Queue.
command
responses should be stored in the Queue.- The communicator should only handle requests. No need to process messages.
For more considerations, see the spike issue.