Skip to content

Commit

Permalink
Fixed unbind crash
Browse files Browse the repository at this point in the history
  • Loading branch information
timhonders committed May 2, 2019
1 parent 4b4298c commit abf9f33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public void bindQueue(String exchange_name, String queue_name, String routing_ke
}

@ReactMethod
public void unbindQueue(String exchange_name, String queue_name) {
public void unbindQueue(String exchange_name, String queue_name, String routing_key) {

RabbitMqQueue found_queue = null;
for (RabbitMqQueue queue : queues) {
Expand Down

0 comments on commit abf9f33

Please sign in to comment.