postwait / node-amqp

[UNMAINTAINED] node-amqp is an AMQP client for nodejs
MIT License
1.69k stars 357 forks source link

prefetchCount problem #363

Open podviaznikov opened 9 years ago

podviaznikov commented 9 years ago

Hi,

does anyone got following exception ever?

Trace: [Error: Unmatched field {"name":"prefetchCount","domain":"short"}]

That happens on /node_modules/amqp/lib/connection.js:173:14) line.

I started getting it sometimes after adding prefetchCount in subscribe method.

FGRibreau commented 9 years ago

@podviaznikov could you copy/paste more code please?