hobbit-project / platform

HOBBIT benchmarking platform
GNU General Public License v2.0
23 stars 9 forks source link

In handling of DOCKER_CONTAINER_START, use correlationId #431

Closed denkv closed 5 years ago

denkv commented 5 years ago

Currently, RabbitMQ's correlationId field is not used.

It should be supported so createContainerAsync can use the single queue instead of one queue per request.

Wound need to change receiveCommand prototype.

Corresponding changes in HOBBIT SDK probably also needed.