@takeshitakenji @moonman So, basically what StatusNet was trying to do here was namespace stuff, presumably so you could use one STOMP install for other software as well.
So it's trying to do it so it evaluates as "/queue/statusnet/control"
It looks like Apollo (I think you're using Apollo?) is expecting it to be /queue/$destination_string_here (as you say a \w-type character)
So it is looking for just something like "/queue/statusnet"