The JMS module uses VirtualTopic.> as the default virtual topic name. In ActiveMQ '>' is a wild card used to recursively match any destination starting from this name:
http://activemq.apache.org/wildcards.html
Using VituralTopic.> can lead to unexpected behavior.