JAVA-22203 | removed unused throws

This commit is contained in:
GaetanoPiazzolla 2023-08-05 16:00:34 +02:00
parent 51488ba32f
commit de718f0950

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";