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

Unexpected receipt id exception #15

Open
Sentoki opened this issue Jun 2, 2016 · 1 comment
Open

Unexpected receipt id exception #15

Sentoki opened this issue Jun 2, 2016 · 1 comment

Comments

@Sentoki
Copy link

Sentoki commented Jun 2, 2016

We use ActiveMQ and this library, and with increasing load on ActiveMQ we begin get this exception.

Process №1 send message with receipt aaa, and get receipt bbb, so we get exception.

Same time process №2 send message with receipt bbb and get receipt aaa, and we get exception to.

I post about this here and don't get answer, but i think its right assumption.

So do you faced with this problem and do you have any solution?

Maybe accumulation of some numbers receipts can solve this?

@treyhyde
Copy link
Contributor

No, we haven't seen this. We process ~10k message / sec with ActiveMQ and this library. ActiveMQ can be sensitive to out of order acks or acking messages when auto-ack is on. I recommend ['ack' => 'client-individual'];

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

2 participants