Jean-Sébastien Pédron
|
81e2170a6c
|
rabbitmq-plugins.bat: Use `escript.exe` to run `rabbitmq-plugins`
[#131353583]
|
2016-11-08 17:16:37 +01:00 |
Daniil Fedotov
|
f58e6d857d
|
Windows integration for plugins and diagnostics
|
2016-11-03 11:44:26 +00:00 |
Jean-Sébastien Pédron
|
0cf09727a6
|
Use RABBITMQ_HOME to set the path to RabbitMQ ebin directory
Compared to the script's parent directory (stored in TDP0),
RABBITMQ_HOME is converted to a short filename to avoid non-ASCII in the
path.
Fixes #493.
|
2016-01-26 11:29:43 +01:00 |
Jean-Sébastien Pédron
|
c8aa445577
|
Disable erl_crash.dump in rabbitmqctl and rabbitmq-plugins
Crash dumps are disabled by default only: if the user set
$ERL_CRASH_DUMP_SECONDS, his setting is honored.
|
2015-12-14 11:54:38 +01:00 |
Jean-Sébastien Pédron
|
7639c00a14
|
scripts: Pass script name to rabbitmq-env.bat
|
2015-10-30 17:20:04 +01:00 |
Jean-Sébastien Pédron
|
bb018b6adc
|
Remove exec bit from non-executable scripts
|
2015-10-20 11:10:48 +02:00 |
Michael Klishin
|
bd6398f897
|
Load rabbitmq-env.bat in a cwd-independent way
|
2015-07-21 20:42:34 +03:00 |
Michael Klishin
|
56e6b4e62e
|
Merge branch 'rabbitmq-server-154' of https://github.com/Jakauppila/rabbitmq-server into Jakauppila-rabbitmq-server-154
|
2015-07-01 17:03:07 +03:00 |
Jakauppila
|
2b89dbe8b0
|
Windows batch file changes to support -env, -defaults, and -conf functionality present on *nix
Mimicked the behavior of the -env, -defaults, and -conf scripts
available on *nix
|
2015-06-23 22:51:43 -05:00 |
Michael Klishin
|
7cb55202a0
|
(c) year
|
2015-05-24 04:19:23 +03:00 |
Jakauppila
|
7c576e5ffa
|
Add 'rabbitmq-env.bat' execution in rabbitmq-plugins.bat
|
2015-05-12 21:12:57 -05:00 |
Michael Klishin
|
484322f97f
|
When ERLANG_HOME is not set, exit with code 1
|
2015-02-25 21:19:16 +03:00 |
Simon MacMullen
|
38e05cdfe0
|
stable to default
|
2015-01-29 13:04:12 +00:00 |
Alvaro Videla
|
cc040e95d6
|
adds RABBITMQ_CTL_ERL_ARGS to rabbitmq-plugins
|
2015-01-28 14:03:17 +01:00 |
Simon MacMullen
|
3b5475471a
|
First pass at having ctl and plugins not start epmd. This can cause problems though if we are contacting a remote node, or removing a cluster node offline.
|
2014-10-23 12:55:48 +01:00 |
Simon MacMullen
|
c33ba94384
|
Correct how to refer to environment variables.
|
2014-10-17 17:19:40 +01:00 |
Simon MacMullen
|
1780ff7927
|
Add RABBITMQ_USE_LONGNAME. Based on a patch from Marcos Diez but with fixes for the new way rabbitmqctl starts distribution, refactoring of common stuff into rabbitmq-env, not trimming the hostname, etc.
|
2014-10-17 14:40:39 +01:00 |
Tim Watson
|
7b22230f14
|
Merge default into bug24926
|
2014-03-18 20:25:11 +00:00 |
Simon MacMullen
|
2f6b97a5df
|
Update copyright for 2014
|
2014-03-17 17:25:24 +00:00 |
Tim Watson
|
ff99195d97
|
Ensure we pass the nodename on windows
|
2013-11-05 15:13:03 +00:00 |
Simon MacMullen
|
cb7027982a
|
s/VMware/GoPivotal/g
|
2013-07-01 10:49:14 +01:00 |
Simon MacMullen
|
cb4b76b943
|
Take note of RABBITMQ_SERVICENAME, same as rabbitmq-service.bat does.
|
2013-02-15 14:30:38 +00:00 |
Emile Joubert
|
b629976a61
|
Update copyright 2013
|
2013-01-23 12:03:02 +00:00 |
Emile Joubert
|
fdeb9ce349
|
More randomness for temporary node names on windows
|
2012-08-08 11:35:25 +01:00 |
Emile Joubert
|
76a48b9568
|
Remove whitespace
|
2012-06-22 12:57:51 +01:00 |
Simon MacMullen
|
e07f7d6a50
|
Merge bug24924
|
2012-06-01 11:00:49 +01:00 |
Tim Watson
|
9faa9b7a56
|
split rabbit_plugins into client and server side modules
|
2012-05-16 12:02:03 +01:00 |
Tim Watson
|
f4e69068cd
|
do not overwrite RABBITMQ_PLUGINS_DIR on windows
|
2012-05-04 17:42:00 +01:00 |
Emile Joubert
|
e9559c13ba
|
Update copyright 2012
|
2012-02-02 13:41:23 +00:00 |
Alexandru Scvortov
|
bb3a01337a
|
:s/PLUGINS_DIST_DIR/PLUGINS_DIR
Only in rabbitmq-server, because that variable in rabbitmq-public-umbrella has
a different use.
|
2011-09-29 18:46:25 +01:00 |
Alexandru Scvortov
|
5ee4d91e96
|
make both batch files use the same enabled_plugins file
|
2011-09-26 11:43:10 +01:00 |
Alexandru Scvortov
|
8c225dffff
|
plugins-dist -> plugins
|
2011-09-23 15:50:02 +01:00 |
Alexandru Scvortov
|
1f72ea46b0
|
don't use the plugins directory
|
2011-09-22 16:18:32 +01:00 |
Alexandru Scvortov
|
19fef5cde1
|
rename rabbitmq-plugin to rabbitmq-plugins
|
2011-09-22 14:07:30 +01:00 |