Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-dubaj committed Mar 30, 2022
1 parent 4835d0d commit 3d3be24
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@ public class RabbitMQMessageListener implements MessageListener {
public void onMessage(Message message){
System.out.println("message = [" + new String(message.getBody()) + "]");
}

}

0 comments on commit 3d3be24

Please sign in to comment.