JAVA-22203 | removed unused throws
This commit is contained in:
@@ -37,7 +37,7 @@ public class EmbeddedActiveMqIntegrationTest {
|
||||
private MessageSender messageSender;
|
||||
|
||||
@Test
|
||||
public void whenListening_thenReceivingCorrectMessage() throws JMSException, InterruptedException {
|
||||
public void whenListening_thenReceivingCorrectMessage() throws JMSException {
|
||||
String queueName = "queue-1";
|
||||
String messageText = "Test message";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user