amqp-js
amqp-js copied to clipboard
A push enabled AMQP Client for Javascript
Results
2
amqp-js issues
Sort by
recently updated
recently updated
newest added
Hello. I'm trying to connect to my rabbitmq server using: ``` MQ.configure({ logger: console, logLevel: 1, host: "xxx.xxx", user: "tribune", password: "tribune", vhost: "/tribune" }); ``` In the rabbitmq log:...
Message content bodies should be split across multiple frames when exceeding the negotiated maximum frame size (actually frame_max-8 since the size includes the header and frame end marker). Doesn't look...