qpid-config imposes its own default durable queue file geometry on broker
-------------------------------------------------------------------------
Key: QPID-3910
URL: https://issues.apache.org/jira/browse/QPID-3910
Project: Qpid
Issue Type: Bug
Components: Python Tools
Reporter: Kim van der Riet
qpid-config sends its own default values for durable queue file size and number
if these parameters are not set when creating a durable queue, overriding the
broker settings for these parameters.
If the broker is set to a journal size and number of files other than its
default (size=24, number=8), then using qpid-config to create a durable queue
_without_ setting the file size and number will create that queue using its own
defaults, ignoring the broker settings. This can be annoying, requiring that
the file size and number must be explicitly set each time.
If either journal file size or number parameters are not set in qpid-config, it
should not send its own defaults, but rather omit these values altogether,
allowing the broker to use its own defaults or values set on the broker
command-line.
It happens that the qpid-config defaults (size=24, number=8) are the same as
the broker's default values so this behavior goes unnoticed most of the time.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]