[rabbitmq-discuss] Can't find amqp_params record

Matthew Sackman matthew at rabbitmq.com
Mon Jun 27 11:39:41 BST 2011


On Mon, Jun 27, 2011 at 10:32:00AM +0000, Alexander Kuleshov wrote:
> I install rabbitmq-server and rabbitmq-erlanc-client from
> rabbitmq-public-umbrella. I try to run simple example:
> (https://github.com/rabbitmq/rabbitmq-tutorials/blob/master/erlang/send.erl)
> 
> But get error:
> 
> ./send.erl:8: record amqp_params undefined
> 
> How can i fix it?

Ahh, the tutorials have broken. Or have fallen behind somehow. The
amqp_params have been split to amqp_params_network and
amqp_params_direct and there's only connection:start/1 now.

Sorry, I'll raise a bug to get the tutorials fixed up. Thanks for the
report.

Matthew


More information about the rabbitmq-discuss mailing list