Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to negotiate connection parameters #3

Open
AnthonyMastrean opened this issue Dec 5, 2019 · 1 comment
Open

failed to negotiate connection parameters #3

AnthonyMastrean opened this issue Dec 5, 2019 · 1 comment

Comments

@AnthonyMastrean
Copy link

This library does not negotiate channel_max correctly. I'm using a simple create statement (you do not seem to expose channel_max, although you use it here):

my $amq = POE::Component::Client::AMQP->create(
  RemoteAddress => 'example',
);

The error looks like this:

failed to negotiate connection parameters: negotiated channel_max = 0 (no limit) is higher than the maximum allowed value (2047)

I guess the server-side enforcement code has changed recently?

@AnthonyMastrean
Copy link
Author

I get that this lib hasn't been updated in quite some time, but I'm stuck with it (legacy app) and can't easily swap it out. I'm also not a Perl/CPAN whiz, so I don't know if I should or how to use my own repo as a source for this. 😬

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant