-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Hi,
I am having problems with compiled version 1.04 (erlang 19.4) after upgrading RabbitMQ:
Recently upgraded our RabbitMQ to a newer version now running 3.7.3 and this seems to cause the rabbitMQ stamp plugin to no longer work. (previous server was 3.6.6 and it was fine)
Erlang version 20.1.
Crash Report states:
"exited with reason: no function clause matching rabbit_stamp_exchange"
Truncated Log Entry: [{file,"src/rabbit_stamp_exchange.erl"},{line,25}]},{rabbit_exchange,route1,3,[{file,"src/rabbit_exchange.erl"},{line,397}]},{rabbit_exchange,route,2,[{file,"src/rabbit_exchange.erl"},{line,387}]},{rabbit_channel,handle_method,3,[{file,"src/rabbit_channel.erl"},{line,1100}]},{rabbit_channel,handle_cast,2,[{file,"src/rabbit_channel.erl"},{line,523}]},{gen_server2,handle_msg,2,[{file,"src/gen_server2.erl"},{line,1047}]},{proc_lib,wake_up,3,[{file,"proc_lib.erl"},{line,257}]}]}
Offender: [{pid,<0.13736.44>},{name,channel},{mfargs,{rabbit_channel,start_link,[3,<0.14151.44>,
(I assume this is due to some breaking changes in the newer version of RabbitMQ)
Do you have any plans to support newer versions RabbitMQ?
Or is it as simple as building the plugin to target the newer version - If so I am happy to try that myself.