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

SpringAMQPConsumer.SpringAMQPExecutorTask.run() being called twice every time creating a new queue #32

Open
art11s opened this issue May 17, 2013 · 1 comment

Comments

@art11s
Copy link

art11s commented May 17, 2013

Noticed that the same queues/bindings where being created twice because of the issue in the title. This happens because first SpringAMQPExecutor.execute(final Runnable task) is called and then SpringAMQPExecutor.execute(final Runnable task, long startTimeout). If comment out the second method the problem goes away. Was there a reason for adding it in the first place?

@deckerego
Copy link
Member

It looks like it was added to overload the execute method, but of course it doesn't really do that. Will fix.

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