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

RMQ message not sent intermittently #40

Open
robanstha opened this issue Nov 5, 2019 · 0 comments
Open

RMQ message not sent intermittently #40

robanstha opened this issue Nov 5, 2019 · 0 comments

Comments

@robanstha
Copy link

We have been trying to use Mojo::RabbitMQ::Client::Publisher for our tool and have been trying to test it for its robustness and found that it does not send message like 1 out of 15 messages when we tried to send messages from different machines. However, the then() part is executed.

$publisher->publish_p($payload, routing_key => $routing_key)->then(sub {...})->catch(sub{...})->wait;

The catch routine does not execute on this intermittent failure.

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