You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: