You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm able to successfully set up a receiver using the receive.ts test script (in this repo) against a Docker instance of RabbitMQ 3 with the amqp 1.0 plugin loaded.
I upgraded to RabbitMQ 4, which has amqp natively built into the image and no longer needs the plugin.
However, it bombs out with a window-violation error:
rabbitmq-1 | [info] <0.2195.0> Connection from AMQP 1.0 container <uid>: user 'guest' authenticated using SASL mechanism PLAIN and granted access to vhost '/'
rabbitmq-1 | [warning] <0.2200.0> Closing session for connection <0.2195.0>: {'v1_0.error',
rabbitmq-1 | [warning] <0.2200.0> {symbol,
rabbitmq-1 | [warning] <0.2200.0> <<"amqp:session:window-violation">>},
rabbitmq-1 | [warning] <0.2200.0> {utf8,
rabbitmq-1 | [warning] <0.2200.0> <<"next-incoming-id from FLOW (0) leads next-outgoing-id (4294967292)">>},
rabbitmq-1 | [warning] <0.2200.0> undefined}
Any idea how I can fix this? Thanks!
The text was updated successfully, but these errors were encountered:
Hello!
I'm able to successfully set up a receiver using the receive.ts test script (in this repo) against a Docker instance of RabbitMQ 3 with the amqp 1.0 plugin loaded.
I upgraded to RabbitMQ 4, which has amqp natively built into the image and no longer needs the plugin.
However, it bombs out with a window-violation error:
Any idea how I can fix this? Thanks!
The text was updated successfully, but these errors were encountered: