Closed mexxik closed 13 years ago
Hi Mexxik. Currently the AMQP 1.0 plugin requires you to build the broker from source (and indeed from the "bug23749" branch) - see https://github.com/rabbitmq/rabbitmq-amqp1.0/blob/master/README.md
I should warn you that our AMQP 1.0 support is currently extremely experimental; we halted work on it for a long time while the spec was changing frequently - now that the spec has stabilised we're picking it up again but there are still major gaps.
Ok, thank you very much for you reply.
Hello,
I have been trying to compile and install rabbitmq-amqp1.0 on my local instance of RabbitMQ 2.5.1 (MacOS 10.7 - tried both with brew and macports), and getting the same error during the compilation: …
ERL_LIBS=./build/dep-apps erlc -Wall +debug_info -I ./include -pa ebin -o ebin src/rabbit_amqp1_0_session.erl src/rabbit_amqp1_0_session.erl:131: record 'basic.credit_state' undefined src/rabbit_amqp1_0_session.erl:137: variable 'Available0' is unbound src/rabbit_amqp1_0_session.erl:141: variable 'CTag' is unbound src/rabbit_amqp1_0_session.erl:153: variable 'Count' is unbound src/rabbit_amqp1_0_session.erl:154: variable 'LinkCredit' is unbound src/rabbit_amqp1_0_session.erl:156: variable 'Drain' is unbound src/rabbit_amqp1_0_session.erl:571: record 'basic.credit' undefined src/rabbit_amqp1_0_session.erl:629: record 'basic.credit_ok' undefined src/rabbit_amqp1_0_session.erl:632: record 'basic.credit' undefined src/rabbit_amqp1_0_session.erl:636: variable 'Available' is unbound src/rabbit_amqp1_0_session.erl:283: Warning: variable 'RemoteOutWindow' is unused src/rabbit_amqp1_0_session.erl:368: Warning: variable 'Txfr' is unused src/rabbit_amqp1_0_session.erl:468: Warning: variable 'LocalNextIn' is unused src/rabbit_amqp1_0_session.erl:473: Warning: variable 'RemoteNextOut' is unused src/rabbit_amqp1_0_session.erl:474: Warning: variable 'RemoteWindowOut' is unused src/rabbit_amqp1_0_session.erl:567: Warning: variable 'Count' is unused src/rabbit_amqp1_0_session.erl:628: Warning: variable 'CTag' is unused src/rabbit_amqp1_0_session.erl:669: Warning: variable 'Content' is unused src/rabbit_amqp1_0_session.erl:864: Warning: variable 'ExpiryPolicy' is unused src/rabbit_amqp1_0_session.erl:920: Warning: variable 'ExpiryPolicy' is unused make: *\ [ebin/rabbit_amqp1_0_session.beam] Error 1
Anything you could help me with?
Thank you in advance.