-
Story
-
Resolution: Done
-
Major
-
None
Proposal:
- implement in C core, so all bindings that use the C lib have access to a single impl
- Provide no-argument C++ connect() and C pn_connection_open_default() to load from file named by PN_CONNECTION_CONFIG env. var. or a default place ($HOME/.pn_connection_config?)
- provide C API pn_connection_config_file(filename) and pn_connection_config_string(config_string) to apply config to a connection
- provide C++ connection_options::config_file() and config_string() to merge file or string config with other connection options
- clones
-
ENTMQCL-753 [python] Read a config file to get default connection parameters (Linux)
- Closed
- is cloned by
-
ENTMQCL-1248 [cpp] Read a config file to get default connection parameters (Windows)
- Closed
- is related to
-
ENTMQCL-1282 [cpp] Use library-level defaults for no-args connect
- Closed
- relates to
-
ENTMQCL-1717 [python] Default port should be amqps
- Closed
- links to