Author: veithen
Date: Thu Oct 16 14:59:59 2008
New Revision: 705374
URL: http://svn.apache.org/viewvc?rev=705374&view=rev
Log:
JMS transport tests: Removed request-response tests with topics since they
don't make much sense and cause problems.
Modified:
webservices/commons/trunk/modules/transport/modules/tests/src/test/java/org/apache/axis2/transport/jms/JMSTransportTest.java
Modified:
webservices/commons/trunk/modules/transport/modules/tests/src/test/java/org/apache/axis2/transport/jms/JMSTransportTest.java
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/tests/src/test/java/org/apache/axis2/transport/jms/JMSTransportTest.java?rev=705374&r1=705373&r2=705374&view=diff
==============================================================================
---
webservices/commons/trunk/modules/transport/modules/tests/src/test/java/org/apache/axis2/transport/jms/JMSTransportTest.java
(original)
+++
webservices/commons/trunk/modules/transport/modules/tests/src/test/java/org/apache/axis2/transport/jms/JMSTransportTest.java
Thu Oct 16 14:59:59 2008
@@ -76,7 +76,6 @@
builder.addAxisAsyncEndpoint(new AxisAsyncEndpoint());
builder.addRequestResponseChannel(new
JMSRequestResponseChannel(JMSConstants.DESTINATION_TYPE_QUEUE,
JMSConstants.DESTINATION_TYPE_QUEUE, ContentTypeMode.TRANSPORT));
- builder.addRequestResponseChannel(new
JMSRequestResponseChannel(JMSConstants.DESTINATION_TYPE_TOPIC,
JMSConstants.DESTINATION_TYPE_TOPIC, ContentTypeMode.TRANSPORT));
AxisTestClientConfigurator timeoutConfigurator = new
AxisTestClientConfigurator() {
public void setupRequestMessageContext(MessageContext msgContext)
throws AxisFault {