Reported by
zoobab (1235051849|%O ago)
During the compilation, is there a way to specify the directory where the program amq_server will write for its archive and logs directories, like /var/log/openamq/? I use the 1.4a2 version, and the config file needs to be specified by hand on the command line using the "amq_server —log_path /path/to/logs —archive_path /path/to/archives" option.
Attachments:
No files attached to this page.
Comments
Who's following this issue?
Submitted by
zoobab
Use one of these tags to say what kind of issue it is:
- issue - a fault in the software or the packaging or the documentation.
- change - a change or feature request.
Use one of these tags to say what state the issue is in:
- open - a new, open issue.
- closed - issue has been closed.
- rejected - the issue has been rejected.
Use one of these tags to say how urgent the issue is:
- fatal - the issue is stopping all work.
- urgent - it's urgent.
All open
88 - amq_console_agent crashes (1282985215|%B %d, %Y) [open]
87 - Zyre returns incomplete XML (1272269702|%B %d, %Y) [open]
86 - SFL 'random(num)' macro is wrong in sfl.h (1270027409|%B %d, %Y) [open]
85 - Zyre does not start on Solaris (1269307758|%B %d, %Y) [open]
84 - OpenAMQ JMS - AMQTopic constructor use HEADER name and class instead of TOPIC (1264698241|%B %d, %Y) [open]
83 - WireAPI: How to 'override' signal handlers? (1263490390|%B %d, %Y) [open]
82 - Opf Classes Cannot Accept Default Values With Characte (1262770441|%B %d, %Y) [open]
81 - AMQP Topic Exhange Routing (1262046077|%B %d, %Y) [open]
80 - OpenAMQ reports malformed frame on 0-9-1 queue.unbind (1258720402|%B %d, %Y) [open]
79 - AMQ Server crashing if subscribe topic is set as #.# (1256883113|%B %d, %Y) [open]
78 - Error while publishing the messages faster (1256882266|%B %d, %Y) [open]
77 - Tuning for latency (1256748435|%B %d, %Y) [open]
76 - New user forum (1256729358|%B %d, %Y) [change open]
74 - Simulaneous connect/disconnect from multiple threads crashes (1251991933|%B %d, %Y) [open]
73 - Topic Exchange not sending a message to XXX.* (1251234643|%B %d, %Y) [open]
72 - amq_content_basic_new() causes seg fault if not connected to broker (1250121043|%B %d, %Y) [open]
71 - zyre bugs (1249551228|%B %d, %Y) [open]
69 - OpenAMQ and Zyre (1247657260|%B %d, %Y) [open]
68 - Change names of max and min source code macros (1247244737|%B %d, %Y) [open]
67 - Server crash when multiple consumers ack on shared queue (1246016123|%B %d, %Y) [open]
Most recent
88 - amq_console_agent crashes (1282985215|%B %d, %Y) [open]
87 - Zyre returns incomplete XML (1272269702|%B %d, %Y) [open]
86 - SFL 'random(num)' macro is wrong in sfl.h (1270027409|%B %d, %Y) [open]
85 - Zyre does not start on Solaris (1269307758|%B %d, %Y) [open]
84 - OpenAMQ JMS - AMQTopic constructor use HEADER name and class instead of TOPIC (1264698241|%B %d, %Y) [open]
83 - WireAPI: How to 'override' signal handlers? (1263490390|%B %d, %Y) [open]
82 - Opf Classes Cannot Accept Default Values With Characte (1262770441|%B %d, %Y) [open]
81 - AMQP Topic Exhange Routing (1262046077|%B %d, %Y) [open]
80 - OpenAMQ reports malformed frame on 0-9-1 queue.unbind (1258720402|%B %d, %Y) [open]
79 - AMQ Server crashing if subscribe topic is set as #.# (1256883113|%B %d, %Y) [open]







The following design should work nicely for both a "system" OpenAMQ (installed from a package) and an installation in a normal user account. It also has the advantage of not breaking existing functionality such as the ability to run multiple instances of OpenAMQ from a single user account.
I: Logging to '/var/log/openamq/…'
W: Log directory '…' is not writable, logging to file disabled.
W: Please set the configuration variable 'whateveritis' to enable logging.
Also, we probably want to merge "log-path" and "archive-path" into a single setting.
Changed for 1.4b2:
- archive_path setting merged into log-path setting
- default for log-path setting is '/var/log/openamq'
- if log path is not writeable, openamq complains but runs anyhow
Portfolio
wget http://download.imatix.com/openamq/unstable/OpenAMQ-1.4b2.tar.gz
404 not found.
Is there a location where to download the version 1.4b2?
1.4b2 is not yet released. We'll release that this week.
Portfolio