Author: jstrachan
Date: Tue Aug  8 12:07:40 2006
New Revision: 429776

URL: http://svn.apache.org/viewvc?rev=429776&view=rev
Log:
removed unused code for AMQ-822

Modified:
    
incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java

Modified: 
incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java
URL: 
http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java?rev=429776&r1=429775&r2=429776&view=diff
==============================================================================
--- 
incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java
 (original)
+++ 
incubator/activemq/trunk/activemq-core/src/main/java/org/apache/activemq/transport/udp/UdpTransportFactory.java
 Tue Aug  8 12:07:40 2006
@@ -155,16 +155,6 @@
 
     protected Transport configureClientSideNegotiator(Transport transport, 
WireFormat format, final UdpTransport udpTransport) {
         return new ResponseRedirectInterceptor(transport, udpTransport);
-        /*
-         * transport = new WireFormatNegotiator(transport,
-         * asOpenWireFormat(format), 
udpTransport.getMinmumWireFormatVersion()) {
-         * protected void onWireFormatNegotiated(WireFormatInfo info) { // lets
-         * switch to the target endpoint // based on the last packet that was
-         * received // so that all future requests go to the newly created UDP
-         * channel Endpoint from = info.getFrom();
-         * System.out.println("####Êsetting the client side target to: " +
-         * from); udpTransport.setTargetEndpoint(from); } }; return transport;
-         */
     }
 
     protected OpenWireFormat asOpenWireFormat(WireFormat wf) {


Reply via email to