Index: MessageServletSupport.java
===================================================================
--- MessageServletSupport.java	(revision 543069)
+++ MessageServletSupport.java	(working copy)
@@ -294,7 +294,7 @@
         }
         else if (destinationName.startsWith("channel://"))
         {
-            is_topic=true;
+            is_topic=false;
             destinationName=destinationName.substring(10);
         }
         else 
