I'd also suggest to add something like "connection parameters reference" listing all possible options at single place.
There's already something like that for the server configuration: http:// activemq.apache.org/artemis/docs/latest/configuration-index.html But the client side connection parameters are scattered across too many places. It could have the form of some table with columns like: Name, Default value, Value type, Applicable schemes (tcp,udp,...), Applicable clients (JMS, Core), protocols or whatever is deemed relevant, Description, perhaps Artemis version since the parameter exists. And it could be possibly split into multiple lists (tables) depending on the purpose of those parameters (general, SSL, HA, performance or so). It would make things easier. Petr
