Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Commit e7541f2

Browse files
committed
Add ssl_compat and time_compat
They are not meant to be used by the Core. Their goal is to simplify the development of plugins which must support RabbitMQ 3.5.x and 3.6.x+.
1 parent 3c9ae82 commit e7541f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

rabbit_common.app.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@
3737
rabbit_queue_collector,
3838
rabbit_queue_decorator,
3939
rabbit_amqqueue,
40-
supervisor2
40+
ssl_compat,
41+
supervisor2,
42+
time_compat
4143
]},
4244
{registered, []},
4345
{env, []},

0 commit comments

Comments
 (0)