JAVA-22203 | removed unused throws
This commit is contained in:
parent
51488ba32f
commit
de718f0950
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue