We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5932249 commit cd27027Copy full SHA for cd27027
src/isc/rabbitmq/API.java
@@ -59,7 +59,7 @@ public API(String host, int port, String user, String pass, String virtualHost,
59
}
60
61
_queue = queue;
62
- _exchange = exchange;
+ _exchange = exchange != null ? exchange : "";
63
64
65
public void sendMessage(byte[] msg, String correlationId, String messageId) throws Exception {
0 commit comments