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

Message count for MQ::Queue isn't reported properly, it's always 0 #31

Closed
botanicus opened this issue Nov 12, 2010 · 1 comment
Closed

Comments

@botanicus
Copy link
Collaborator

The problem is somewhere in Protocol::Queue::DeclareOk, I'm always getting [:@message_count, 0]. Here's the failing spec: https://github.com/botanicus/amqp/commit/edc29483eac4119c407166b589f00b43234ccb2f#L1R20

@botanicus
Copy link
Collaborator Author

Actually this is an invalid issue, I removed the failing spec in ruby-amqp@9cdc94d The message-count isn't documented in the AMQP spec, but when I use publish more messages, for example 300, then the message_count is always bigger than 0, which means it does something (the question is what).

This issue was closed.
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