JAVA-22203 | removed unused throws

This commit is contained in:
GaetanoPiazzolla
2023-08-05 16:00:34 +02:00
parent 57aa0edf16
commit 2bb0e319fb

View File

@@ -37,7 +37,7 @@ public class EmbeddedActiveMqIntegrationTest {
private MessageSender messageSender; private MessageSender messageSender;
@Test @Test
public void whenListening_thenReceivingCorrectMessage() throws JMSException, InterruptedException { public void whenListening_thenReceivingCorrectMessage() throws JMSException {
String queueName = "queue-1"; String queueName = "queue-1";
String messageText = "Test message"; String messageText = "Test message";