Author: clebert.suconic(a)jboss.com
Date: 2009-11-28 17:03:42 -0500 (Sat, 28 Nov 2009)
New Revision: 8451
Modified:
trunk/src/main/org/hornetq/core/server/impl/DivertImpl.java
Log:
just a tweak
Modified: trunk/src/main/org/hornetq/core/server/impl/DivertImpl.java
===================================================================
--- trunk/src/main/org/hornetq/core/server/impl/DivertImpl.java 2009-11-28 21:09:46 UTC
(rev 8450)
+++ trunk/src/main/org/hornetq/core/server/impl/DivertImpl.java 2009-11-28 22:03:42 UTC
(rev 8451)
@@ -82,8 +82,6 @@
public void route(final ServerMessage message, final RoutingContext context) throws
Exception
{
- SimpleString originalDestination = message.getDestination();
-
// We must make a copy of the message, otherwise things like returning credits to
the page won't work
// properly on ack, since the original destination will be overwritten
Show replies by date