I try to send message to multiple queues according this documentation ActiveMQ Wildcards. The idea is to send message to PRICE.>
queue and receive them in queues PRICE.STOCK.NASDAQ.ORCL
and PRICE.STOCK.NYSE.IBM
(queues are created). But instead of forwarding messages to PRICE.STOCK.NASDAQ.ORCL
and PRICE.STOCK.NYSE.IBM
activemq create new queue PRICE.>
that become this message.
I tried to send message with activemq admin tool (send mask) and spring boot application. Behavior is the same - message is placed in new created queue PRICE.>
.Activemq was not additionally configured, I'm using configuration provided with activemq 5.15.7.