Strange error connecting to rabbitmq
Anonymous
PROOP

a month ago

rabbitmq logs:

2025-11-05 18:33:48.872153+00:00 [error] <0.76557.0> closing AMQP connection <0.76557.0> (100.64.0.9:55224 -> 10.170.165.205:5672):

2025-11-05 18:33:48.872153+00:00 [error] <0.76557.0> failed to negotiate connection parameters: negotiated frame_max = 4096 is lower than the minimum allowed value (8192)

app logs (running locally):
[Nest] 28263 - 11/05/2025, 1:35:18 PM ERROR [AmqpConnection] Disconnected from RabbitMQ broker (default)

Error: Socket closed abruptly during opening handshake

at Socket.endWhileOpening (/Users/brandon/Projects/atlantic-dawn-monorepo/node_modules/.pnpm/amqplib@0.8.0/node_modules/amqplib/lib/connection.js:260:17)

at Socket.emit (node:events:536:35)

at Socket.emit (node:domain:489:12)

at endReadableNT (node:internal/streams/readable:1698:12)

at processTicksAndRejections (node:internal/process/task_queues:82:21)

From previous event:

at Function.__NR_wrappedCast [as fromCallback] (/Users/brandon/Projects/atlantic-dawn-monorepo/node_modules/.pnpm/newrelic@12.25.0/node_modules/newrelic/lib/shim/promise-shim.js:228:27)

at Object.connect (/Users/brandon/Projects/atlantic-dawn-monorepo/node_modules/.pnpm/amqplib@0.8.0/node_modules/amqplib/channel_api.js:6:18)

at Object.wrappedConnect (/Users/brandon/Projects/atlantic-dawn-monorepo/node_modules/.pnpm/newrelic@12.25.0/node_modules/newrelic/lib/instrumentation/amqplib/amqplib.js:98:30)

at Object.wrapper (/Users/brandon/Projects/atlantic-dawn-monorepo/node_modules/.pnpm/newrelic@12.25.0/node_modules/newrelic/lib/shim/shim.js:690:22)

at /Users/brandon/Projects/atlantic-dawn-monorepo/node_modules/.pnpm/amqp-connection-manager@3.9.0_amqplib@0.8.0/node_modules/amqp-connection-manager/dist/cjs/AmqpConnectionManager.js:242:38

Solved

2 Replies

Railway
BOT

a month ago

Hey there! We've found the following might help you get unblocked faster:

If you find the answer from one of these, please let us know by solving the thread!


Anonymous
PROOP

a month ago

found that I can pass the maxFrame through the url.


Status changed to Solved Anonymous about 1 month ago


Loading...