Skip to content

Commit

Permalink
nevermind can't bind that queue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanetteclark committed Jan 31, 2024
1 parent 6f2ff7f commit fcea330
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/edu/ucsb/nceas/mdqengine/Worker.java
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,6 @@ public void setupQueues() throws IOException, TimeoutException {

try {
RabbitMQchannel.queueDeclare(COMPLETED_QUEUE_NAME, durable, false, false, null);
RabbitMQchannel.queueBind(COMPLETED_QUEUE_NAME, EXCHANGE_NAME, COMPLETED_ROUTING_KEY);
log.info("Connected to RabbitMQ queue " + COMPLETED_QUEUE_NAME);
} catch (Exception e) {
log.error("Error connecting to RabbitMQ queue " + COMPLETED_QUEUE_NAME);
Expand Down

0 comments on commit fcea330

Please sign in to comment.