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.
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.