amqprs icon indicating copy to clipboard operation
amqprs copied to clipboard

Public access to OpenConnectionArguments fields

Open eglimi opened this issue 5 months ago • 0 comments

Hi,

If I create a OpenConnectionArguments from an URI (string), there seems no way to access the fields such as host, port, etc. In my case, I would be interested in this because I don't want to log all parts of the original URI string, but just parts of it.

What do you think about making the fields in the struct public or add accessor methods for it? I hope I didn't miss anything. Thank you.

eglimi avatar Sep 16 '24 07:09 eglimi