Skip to content

Add RequestMany.request overload method that accepts custom replyTo #48

Description

@resetxx

Hello,

We have a use case where we need to provide a customized replyTo unique id to RequestMany.request() instead of using conn.createInbox() internally.

File https://github.com/synadia-io/orbit.java/blob/main/request-many/src/main/java/io/synadia/rm/RequestMany.java#L329

Request:
Can you please add an overloaded method that accepts an explicit replyTo string, for example:
public void request(String subject, String replyTo, Headers headers, byte[] payload, RmHandler handler)

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions