Revert "INT-4030: Sporadic JMS Test Failures"

This reverts commit 8ad560ee9b.
This commit is contained in:
Gary Russell
2016-05-12 17:03:42 -04:00
parent 8ad560ee9b
commit 1275b99524

View File

@@ -73,10 +73,6 @@ public class JmsOutboundGatewayTests extends LogAdjustingTestSupport {
private final Log logger = LogFactory.getLog(this.getClass());
public JmsOutboundGatewayTests() {
super("org.springframework.integration", "org.springframework.jms", "org.apache");
}
@Test
public void testContainerBeanNameWhenNoGatewayBeanName() {
JmsOutboundGateway gateway = new JmsOutboundGateway();
@@ -267,7 +263,6 @@ public class JmsOutboundGatewayTests extends LogAdjustingTestSupport {
return reply;
}
};
logger.debug("Sending reply to: " + replyQ);
template.send(replyQ, reply);
logger.debug("Sent reply to: " + replyQ);
org.springframework.messaging.Message<?> received = queueChannel.receive(20000);