Description
When calling JMS API createQueue() only multicast destinations are created in the broker back end. The call to createQueue() should result in a anycast destination to be created.
Also when sending a frame like would result in multicast destination.
SEND destination:queue/foo text
It's possible to add destination-type header to the frame
SEND destination:queue/foo destination-type:ANYCAST text
However, that is non-standard since there is no destination-type header defined in STOMP protocol.