Skip to content

Commit

Permalink
#147 in a different place
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin authored Feb 14, 2019
1 parent ff8fa19 commit b9ab17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/rabbitmq/http/client/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ public void bindExchange(String vhost, String destination, String source, String
}
Map<String, Object> body = new HashMap<String, Object>();
if(!(args == null)) {
body.put("args", args);
body.put("arguments", args);
}
body.put("routing_key", routingKey);

Expand Down

0 comments on commit b9ab17f

Please sign in to comment.