rabbitmq-mock icon indicating copy to clipboard operation
rabbitmq-mock copied to clipboard

RPC support

Open Marthym opened this issue 5 years ago • 2 comments

Do you plan to support RPC exchanges ?

Actually in the code

    @Override
    public CompletableFuture<Command> asyncCompletableRpc(Method method) {
        throw new UnsupportedOperationException();
    }

Marthym avatar Nov 22 '19 09:11 Marthym

I did not know that there was a need for that :smiley:

I do not see any problem for implementing this, except I do not have much time to actually do it (given that it will require some refactoring in existing stubs to avoid duplicating logic).

I will be happy to review any PRs if you want to give this a try.

ledoyen avatar Nov 22 '19 19:11 ledoyen

I have a usecase for this, so I could pick this up.

RedMu avatar Jul 03 '20 18:07 RedMu