mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@544973 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f27715bcd9
commit
415f35b208
|
@ -294,7 +294,7 @@ public abstract class MessageServletSupport extends HttpServlet {
|
|||
}
|
||||
else if (destinationName.startsWith("channel://"))
|
||||
{
|
||||
is_topic=true;
|
||||
is_topic=false;
|
||||
destinationName=destinationName.substring(10);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue